@font-face {
  font-family: Clarikageo;
  src: url('../fonts/clarikageo-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clarikageo;
  src: url('../fonts/clarikageo-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clarikageo;
  src: url('../fonts/clarikageo-demibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clarikageo;
  src: url('../fonts/clarikageo-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clarikageo;
  src: url('../fonts/clarikageo-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue-main: #3067db;
  --avatar-kit--black: #1a1b1f;
  --dark-blue: #1f45b2;
  --flowui-component-library--white: white;
  --blue-main-button: var(--flowui-component-library--white);
  --dayforce-green: #39bfac;
  --blue: #c7e5ff;
  --avatar-kit--white: white;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--grey-300: #e4e6f1;
  --transparent: transparent;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--gray-200: #f3f5fb;
  --untitled-ui--white: white;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary700: #6941c6;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --systemflow-lite--primary--60: #2f54eb;
  --systemflow-lite--neutral--10: white;
  --systemflow-lite--primary--50: #597ef7;
  --systemflow-lite--primary--70: #1d39c4;
  --systemflow-lite--primary--80: #10239e;
  --systemflow-lite--neutral--80: #636b75;
  --systemflow-lite--neutral--100: #0e0f11;
  --systemflow-lite--neutral--30: #edf0f3;
  --systemflow-lite--neutral--40: #dde1e6;
  --systemflow-lite--neutral--20: #f9fafb;
  --systemflow-lite--neutral--50: #d0d4d9;
  --systemflow-lite--neutral--90: #1e2024;
  --h1: 72px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.navbar-logo-left {
  opacity: 1;
  background-image: url('../images/Frame-7.png');
  background-position: 50%;
  background-size: cover;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #f8f9f9;
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-logo-left-container.shadow-three.head-main {
  opacity: 1;
  background-color: #fff;
  background-image: url('../images/header-bg-.png');
  background-position: 50% 80%;
  background-size: cover;
  padding-bottom: 10px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #fff;
  background-image: url('../images/header-bg-.png');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.navbar-logo-left-container.shadow-three.tm {
  position: sticky;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #09f;
  padding: 12px 25px;
  font-size: 15px;
  line-height: 20px;
  transition: all .2s;
  display: inline-block;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  object-position: 50% 50%;
  font-family: Clarikageo, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hero-heading-left {
  background-color: #0000;
  background-image: none;
  background-size: auto;
  border-bottom: 1px solid #e4ebf300;
  border-radius: 8px;
  padding: 0 30px 40px;
  display: block;
  position: relative;
  overflow: visible;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.second-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  align-items: center;
  display: block;
  position: relative;
}

.second-wrapper.blocktext {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: flex;
  position: static;
}

.second-wrapper.contact {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  place-items: start stretch;
}

.hero-split {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  display: block;
}

.hero-split._2-block {
  max-width: 100%;
  margin-right: 0;
  padding-left: 40px;
}

.hero-split._2-block.image-bg {
  background-image: url('../images/New-Person.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  width: 560px;
  padding-left: 220px;
  padding-right: 220px;
  display: block;
}

.margin-bottom-24px {
  color: var(--blue-main);
  text-align: left;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 32px;
}

.margin-bottom-24px.log-in-text {
  color: var(--avatar-kit--black);
  margin-top: 30px;
  padding-left: 0;
  font-weight: 300;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
  max-width: none;
  height: auto;
  padding-right: 20px;
  display: block;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading {
  color: var(--dark-blue);
  background-color: #0000;
  width: auto;
  max-width: none;
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 42px;
  line-height: 56px;
}

.heading.faq {
  color: var(--dark-blue);
  text-align: center;
  -webkit-text-stroke-color: var(--flowui-component-library--white);
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 46px;
}

.heading.support {
  color: var(--blue-main-button);
  font-size: 52px;
}

.div-block {
  box-sizing: border-box;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #fae5ea;
  border-radius: 0;
  width: 500px;
  height: 120px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block {
  color: #203d62;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.hero-heading-left-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0 30px 60px;
  display: block;
  position: relative;
  overflow: visible;
}

.container-3 {
  background-color: #39bfac;
  background-image: url('../images/bg-blue.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  max-width: 1140px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.margin-bottom-24px-2 {
  color: #fdfdfd;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

.section {
  background-color: #f9fafa;
  width: auto;
  height: 200px;
}

.heading-2 {
  color: var(--flowui-component-library--white);
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 56px;
}

.div-block-2 {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.image {
  flex: 1;
  align-self: auto;
  max-width: none;
}

.image.bullet-icons {
  flex: 0 auto;
  width: 40px;
  height: 60px;
}

.image.bullet-icons.small {
  padding: 10px;
}

.container-4 {
  -webkit-text-stroke-width: 0px;
  align-self: flex-start;
  margin-left: 0;
  padding-top: 0;
  font-size: 14px;
}

.grid {
  grid-template-rows: auto;
}

.div-block-3 {
  border: 3px solid #09f;
  border-radius: 0;
  height: 50px;
}

.f-button-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-button-twitter {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--flowui-component-library--white);
  letter-spacing: -.02em;
  background-color: #1d9bf000;
  border: 3px solid #09f;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.text-block-2 {
  font-size: 16px;
}

.f-button-icon-2 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: color .2s;
  display: flex;
}

.button-main {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--flowui-component-library--white);
  letter-spacing: -.02em;
  background-color: #3067db;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 240px;
  min-height: 48px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-main:hover {
  background-color: #c7e5ff;
}

.button-main.phone {
  background-color: #1d9bf000;
  border: 3px solid #3067db;
  border-radius: 8px;
}

.button-main.phone:hover {
  border-color: var(--dayforce-green);
}

.button-main.bottom {
  background-color: #002452;
}

.button-main.bottom:hover {
  background-color: #0096ff;
}

.button-main.bottom.enroll-flow-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #1f45b2;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.button-main.bottom.enroll-flow-link:hover {
  background-color: #adf1ff;
}

.button-main.app-login-link {
  background-color: #1f45b2;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding-right: 0;
  display: flex;
}

.button-main.app-login-link:hover {
  color: var(--dark-blue);
  background-color: #adf1ff;
}

.button-main.button-header.app-login-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-text-fill-color: inherit;
  background-color: #3066db;
  background-clip: border-box;
  border-radius: 8px;
  flex-flow: row;
  order: 1;
  width: auto;
  min-width: 210px;
  margin-right: 20px;
  transition: background-color .3s;
}

.button-main.button-header.app-login-link:hover {
  color: var(--blue-main);
  background-color: #43afe2;
  font-weight: 600;
}

.button-main.button-header.app-login-link.button-head {
  background-color: #1f45b2;
}

.button-main.button-header.app-login-link.button-head:hover {
  color: var(--blue-main-button);
  background-color: #45aee2;
  font-weight: 500;
}

.button-main.enroll-flow-link {
  color: var(--flowui-component-library--white);
  background-color: #1f45b2;
  border-radius: 8px;
  padding-left: 0;
}

.button-main.enroll-flow-link:hover {
  color: var(--dark-blue);
  background-color: #adf1ff;
  font-weight: 600;
}

.button-main.enroll-flow-link.gree {
  background-color: var(--dayforce-green);
}

.button-main.enroll-flow-link.gree:hover {
  background-color: var(--blue);
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
  padding-left: 0;
  display: flex;
}

.text-block-3, .text-block-4 {
  font-size: 16px;
}

.text-block-5 {
  text-transform: uppercase;
  font-size: 16px;
  display: flex;
}

.text-block-5:hover {
  color: var(--dark-blue);
  -webkit-text-stroke-color: var(--dark-blue);
}

.text-block-5.main-head:hover {
  color: var(--dark-blue);
  font-weight: 600;
}

.text-span {
  color: var(--blue-main);
  margin-left: 10px;
  font-weight: 700;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-accordian-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-icon {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-title {
  color: #203e63;
  text-align: left;
  letter-spacing: -.01em;
  border: 1px solid #9ea3a800;
  padding-left: 140px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.f-accordian-title-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  white-space: normal;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown {
  transition: all .3s;
  display: block;
}

.f-accordian-wrapper {
  grid-row-gap: 24px;
  border: 2px solid #0096ff;
  border-radius: 0;
  flex-direction: column;
  max-width: 570px;
  padding: 20px;
  display: flex;
}

.testimonial-slider-small {
  border: 1px solid var(--blue);
  background-color: #f9fafb;
  padding: 60px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-weight: 700;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.text-block-6 {
  color: #3067db;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.div-block-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  display: flex;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template: ". Area"
  / 2.25fr;
  margin-top: 10px;
  display: block;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-accordian-content-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-list-2 {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-icon-2 {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-title-2 {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-accordian-title-wrapper-2 {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-toggle-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown-2 {
  transition: all .3s;
  display: block;
}

.f-accordian-wrapper-2 {
  grid-row-gap: 24px;
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  flex-direction: column;
  max-width: 500px;
  padding: 24px;
  display: flex;
}

.avatarkit-left-text-copy {
  color: var(--blue-main);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.avatarkit-accordion-content {
  padding: 20px;
}

.avatarkit-accordion-content-wrap {
  border: 1px #000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.avatarkit-vertical-line {
  background-color: var(--blue-main-button);
  color: #ff7839;
  width: 2px;
  height: 40%;
  position: absolute;
}

.avatarkit-horizontal-line {
  background-color: var(--blue-main-button);
  width: 40%;
  height: 2px;
  position: absolute;
}

.avatarkit-toggle-plus {
  background-color: #3067db;
  border-radius: 0%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  padding-top: 0;
  display: flex;
  position: absolute;
  right: 0;
}

.avatarkit-toggle-plus.new {
  margin-top: 0;
}

.avatarkit-toggle-heading {
  color: var(--avatar-kit--black);
  text-align: left;
  -webkit-text-stroke-color: var(--avatar-kit--black);
  text-transform: capitalize;
  flex: 1;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.avatarkit-avatar-image {
  object-fit: cover;
  background-color: #f3f3f3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 0;
  display: flex;
}

.avatarkit-mg-10px-right {
  margin-right: 10px;
}

.avatarkit-flex-toggle {
  color: var(--avatar-kit--black);
  flex: 1;
  align-items: center;
  padding-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.avatarkit-accordion-head {
  color: var(--avatar-kit--black);
  text-transform: uppercase;
  cursor: pointer;
  border: 0 solid #37a2fe00;
  border-radius: 0;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 72px;
  padding: 0 10px;
  display: flex;
  position: relative;
}

.avatarkit-accordion-card {
  background-color: var(--avatar-kit--white);
  text-align: left;
  border: 1px solid #3067db;
  border-radius: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  line-height: 25px;
  transition: box-shadow .4s, background-color .4s;
  display: block;
  overflow: hidden;
}

.avatarkit-accordion-card._5 {
  padding-bottom: 28px;
}

.avatarkit-width-small-card {
  direction: ltr;
  flex: none;
  width: 400px;
}

.avatarkit-button-primary {
  background-color: var(--dayforce-green);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  transition: background-color .4s;
}

.avatarkit-button-primary:hover {
  color: #fff;
  background-color: #1b9e3cb3;
}

.avatarkit-button-primary:active {
  background-color: #1b9e3cb3;
}

.avatarkit-mg-40px-top {
  margin-top: 40px;
}

.avatarkit-mg-20px-bottom {
  margin-bottom: 20px;
}

.avatarkit-large-header {
  color: var(--avatar-kit--black);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.avatarkit-content-width-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  direction: ltr;
  border-radius: 6px;
  width: 100%;
  max-width: 540px;
  overflow: visible;
}

.avatarkit-grid-two-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.avatarkit-container-component {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.avatarkit-padding-global-components {
  background-color: var(--transparent);
  color: var(--avatar-kit--black);
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
}

.paragraph {
  color: var(--avatar-kit--black);
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 300;
}

._5 {
  padding-bottom: 4px;
}

.hero-heading-center {
  background-color: #fff;
  background-image: url('../images/bg-blue-dark.png');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  background-color: #adf1ff00;
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-4 {
  color: #fff;
  order: 0;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 30px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.button-primary-4.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.link {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.link:hover {
  color: #05385c;
}

.link:active {
  -webkit-text-stroke-color: var(--blue-main);
}

.link-2 {
  color: #0096ff;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa00;
  margin-bottom: 40px;
  padding: 64px 0;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.f-footer-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-vertical-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  color: #002452;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-brand.bottomline {
  justify-content: center;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-horizontal-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 24px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-footer-social {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-logo {
  flex: none;
}

.f-container-large {
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small {
  background-color: var(--flowui-component-library--white);
  padding: 20px 0% 32px;
  position: relative;
}

.heading-3, .text-block-7 {
  text-decoration: none;
}

.heading-4 {
  color: #203d62;
  font-size: 45px;
  line-height: 60px;
  text-decoration: none;
}

.text-span-2 {
  color: var(--dark-blue);
  font-size: 52px;
}

.div-block-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.dropdown-2 {
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  display: block;
}

.nav-button-dropdown {
  color: #d50032;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #fff0;
  flex: none;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  transition: all .2s;
}

.nav-button-dropdown:hover {
  color: #862633;
  background-color: #0000;
  border-color: #d50032;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-button-dropdown.w--open {
  color: #1d9bf0;
}

.dropdown-list {
  background-color: #fff;
  margin-top: 5px;
  display: none;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-top: 3px #d50032;
  border-bottom: 3px solid #1d9bf0;
  margin-top: 10px;
}

.dropdown-link {
  color: #373a36;
  mix-blend-mode: normal;
  border: 1px solid #4d4d4d14;
  border-radius: 0;
  padding-bottom: 12px;
  font-weight: 400;
}

.dropdown-link:hover {
  color: #09f;
}

.nav-button-secondary {
  color: #d50032;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #d50032;
  border-radius: 8px;
  flex: none;
  margin-right: 0;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  transition: all .2s;
}

.nav-button-secondary:hover {
  color: #d50032;
  background-color: #0000;
  border-color: #d50032;
  text-decoration: underline;
}

.nav-button-secondary.app-login-link {
  border-width: 0;
  border-color: var(--blue-main-button);
  color: #fff;
  background-color: #1d9bf0;
}

.text-block-8 {
  color: #203d62;
  text-transform: none;
  font-size: 18px;
  font-weight: 600;
}

.nav-menu-3 {
  align-items: center;
  display: flex;
}

.nav-menu-3.point {
  justify-content: center;
}

.dropdown-3 {
  flex-direction: column;
  align-items: center;
  display: block;
}

.dropdown-3.new-mobile {
  object-fit: fill;
  background-color: #f8f9f9;
  border: 1px solid #0000;
}

.nav-button-dropdown-2 {
  color: #000;
  letter-spacing: 0;
  -webkit-text-stroke-color: #1d9bf0;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 8px;
  flex: none;
  align-items: center;
  margin-left: auto;
  margin-right: 10px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  transition: all .2s;
}

.nav-button-dropdown-2:hover {
  color: #1f45b2;
  background-color: #c7e5ff;
  border-color: #d50032;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-button-dropdown-2.w--open {
  color: #1d9bf0;
  display: inline-block;
}

.nav-button-dropdown-2.w--open:hover {
  border: 0 solid #1d9bf000;
}

.dropdown-list-2 {
  margin-top: 5px;
  display: none;
}

.dropdown-list-2.w--open {
  opacity: 1;
  background-color: #fff;
  border-top: 3px #d50032;
  border-bottom: 3px solid #1d9bf0;
  margin-top: 10px;
}

.dropdown-link-2 {
  color: #373a36;
  border: 1px solid #aaaaaa24;
  font-weight: 400;
}

.dropdown-link-2:hover, .dropdown-link-2:active {
  color: #1d9bf0;
}

.text-block-9 {
  text-align: left;
  text-transform: none;
  background-color: #0000;
  font-family: Clarikageo, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bold-text {
  color: var(--dark-blue);
  text-decoration: underline;
}

.bold-text:hover {
  color: #c7e5ff;
}

.link-3.app-login-link {
  color: #1d9bf0;
}

.div-block-9 {
  flex-flow: column;
  display: flex;
}

.paragraph-2 {
  color: #000;
  background-color: #0000;
  height: auto;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.text-block-10 {
  color: var(--avatar-kit--black);
  background-color: #0000;
  padding-left: 40px;
  font-size: 16px;
}

.text-block-11, .text-block-12 {
  color: var(--blue-main);
  font-size: 16px;
}

.highlighted-text {
  color: #3067db;
  text-decoration: underline;
}

.highlighted-text:hover {
  color: #002452;
}

.link-4 {
  text-decoration: none;
}

.explore-now {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  text-decoration: none;
  display: flex;
}

.explore-now:hover {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.text-block-13 {
  color: #fff;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 600;
}

.block-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
  display: grid;
}

.information-boxes {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--flowui-component-library--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  display: flex;
}

.text-block-14 {
  color: var(--blue-main);
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}

.div-block-12 {
  background-color: #002452;
  padding: 60px 40px;
}

.div-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.field-label, .field-label-2 {
  color: #f8f9f9;
}

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

.text-field-2 {
  height: 60px;
}

.heading-5 {
  color: #002452;
  margin-top: 60px;
  font-size: 46px;
  font-weight: 600;
  line-height: 56px;
}

.contact-hero {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.get-support {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #1d9bf0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.text-block-15 {
  color: #f8f9f9;
  font-size: 16px;
  font-weight: 600;
}

.button-get-support {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 55px;
  font-weight: 600;
  display: flex;
}

.error-text {
  color: #e23939;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text {
  font-weight: 600;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--dark-blue);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  background-color: #1d9bf0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .9rem 1.125rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-width: 0;
  border-color: var(--blue-main);
  background-color: var(--blue-main);
}

.uui-button:focus {
  background-color: var(--blue-main);
  box-shadow: none;
}

.uui-form-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: .5rem;
  display: grid;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-form-checkbox-label {
  color: var(--untitled-ui--gray700);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100);
  border-radius: .25rem;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .7rem .875rem;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  line-height: 1.8;
  overflow: auto;
}

.uui-form_input.select {
  color: var(--untitled-ui--gray900);
  background-color: #fff;
}

.uui-field-label {
  color: var(--untitled-ui--gray700);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-field-wrapper {
  position: relative;
}

.uui-form-radio-label {
  color: var(--untitled-ui--gray700);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.uui-form-radio-icon {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  border-radius: 100px;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-radio-icon:hover {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
}

.uui-form-radio-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  background-image: url('../images/check-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.uui-form-radio-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100);
  margin-top: 0;
}

.uui-form-radio-icon.tick-icon.w--redirected-checked {
  background-color: var(--untitled-ui--primary600);
  background-image: url('../images/check-tick.svg');
}

.uui-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-radio-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-2col.relationship {
  grid-template-columns: 1fr;
}

.uui-contact04_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact04_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-text-style-link-02 {
  color: var(--untitled-ui--primary700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-contact04_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact04_item {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.uui-contact04_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-contact04_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  background-color: #002452;
  padding-left: 2rem;
  padding-right: 2rem;
}

.link-block {
  text-decoration: none;
}

.link-block.w--current {
  color: #002452;
}

.bold-text-2 {
  color: var(--avatar-kit--black);
  font-weight: 600;
}

.bold-text-3 {
  font-weight: 600;
}

.bold-text-4 {
  color: var(--avatar-kit--black);
  font-weight: 600;
}

.bold-text-5, .bold-text-6, .bold-text-7 {
  font-weight: 600;
}

.nav-menu-4 {
  align-items: center;
  display: flex;
}

.nav-menu-4.point {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.container-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-wrapper-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-wrapper-3.teamhead {
  flex-flow: column;
  justify-content: center;
}

.botton-main-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  letter-spacing: -.02em;
  background-color: #dc1960;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-height: 48px;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.botton-main-2:hover {
  background-color: #3a2a6b;
}

.text-block-16 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.buttons-team-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 3px solid var(--dark-blue);
  border-radius: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.buttons-team-main:hover {
  border-color: var(--dayforce-green);
}

.buttons-team-text {
  color: var(--avatar-kit--black);
  font-family: Clarikageo, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.hero-heading-left-3 {
  background-color: #0000;
  background-image: url('../images/1.png');
  background-position: 50%;
  background-size: cover;
  border-bottom: 0 solid #e4ebf300;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 140px 30px 180px;
  display: flex;
  position: relative;
}

.main-header {
  color: var(--dark-blue);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Clarikageo, Verdana, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  display: flex;
}

.main-header.teamhwad {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

.text-block-17 {
  color: var(--avatar-kit--black);
  text-align: center;
  width: auto;
  margin-bottom: 40px;
  font-family: Clarikageo, Verdana, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.div-block-17.team {
  justify-content: center;
  align-items: center;
}

.hero-split-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  display: block;
}

.hero-split-4.inside {
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
}

.banner-team-head {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-18 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
}

.text-block-18 {
  color: #3a2a6b;
  font-size: 16px;
  text-decoration: none;
}

.why-wellist {
  background-color: var(--dark-blue);
  background-image: url('../images/bg-for-team.png');
  background-position: 0%;
  background-size: cover;
  margin-top: -2px;
  margin-bottom: 80px;
}

.main-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1200px;
  display: flex;
}

.main-wrapper.block2 {
  background-image: none;
}

.grid-3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--transparent);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
}

.text-block-19 {
  color: #fff;
  font-family: Clarikageo, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-20 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 500px;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkboxes {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-2 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.decorative {
  color: var(--dark-blue);
  -webkit-text-stroke-color: var(--dark-blue);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-20 {
  text-transform: uppercase;
  border-radius: 8px;
  padding-top: 0;
  font-family: Clarikageo, Verdana, sans-serif;
  font-size: 16px;
}

.div-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--blue-main);
  border-radius: 8px;
  display: flex;
}

.link-5 {
  text-decoration: none;
}

.grid-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-26 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.text-block-21 {
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 20px;
  font-family: Clarikageo, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.text-block-21:hover {
  background-color: var(--dark-blue);
}

.text-block-21.mobile-button {
  padding-left: 60px;
  padding-right: 60px;
}

.container-10 {
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  display: flex;
}

.container-11 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.div-block-24 {
  background-image: url('../images/image-team1.png');
  background-position: 0 0;
  background-size: cover;
}

.container-12 {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.grid-5 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
}

.heading-7 {
  color: #dc1960;
  width: auto;
  max-width: none;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 56px;
}

.heading-7.faq {
  color: var(--avatar-kit--black);
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
}

.button-main-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  letter-spacing: -.02em;
  background-color: #39bfac;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-height: 0;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-main-3:hover {
  background-color: #3a2a6b;
}

.button-main-3.blue {
  background-color: #39bfac;
  border-radius: 8px;
}

.button-main-3.blue:hover {
  background-color: var(--dark-blue);
}

.button-main-3.green {
  background-color: #39bfac;
  border-radius: 8px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.button-main-3.green:hover {
  background-color: var(--dark-blue);
}

.benefits {
  background-color: var(--dark-blue);
  color: var(--dark-blue);
  background-image: url('../images/bg-blie-linear.png');
  background-position: 50%;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.headding-4 {
  color: var(--avatar-kit--black);
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-22 {
  background-image: url('../images/Team-image-2.svg');
  background-position: 0 0;
  background-size: cover;
}

.image-3 {
  display: none;
}

.text-block-22 {
  color: var(--avatar-kit--black);
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.div-block-27 {
  background-image: url('../images/Group-46.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
}

.div-block-28 {
  background-color: #f3f5fb;
  padding: 100px 60px;
}

.section-3 {
  background-color: var(--blue);
  border-left: 1px solid #000;
  border-radius: 1px;
  height: 1px;
}

.section-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 100px 40px;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.text-block-23 {
  color: #3a2a6b;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.heading-8 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 700;
}

.text-block-24 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  padding: 20px 25px;
  font-family: Clarikageo, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.text-block-24:hover {
  background-color: var(--dark-blue);
}

.div-block-29 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  display: flex;
}

.text-span-3 {
  color: var(--dark-blue);
  font-weight: 600;
}

.div-block-23 {
  background-image: url('../images/image-team3.png');
  background-position: 0 0;
  background-size: cover;
}

.text-block-25 {
  color: var(--dark-blue);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.text-block-26 {
  text-transform: uppercase;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.div-block-31 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-footer-horizontal-divider-2 {
  background-color: #e4e6f1;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.heading-9 {
  color: #203d62;
  font-size: 45px;
  line-height: 60px;
  text-decoration: none;
}

.button-main-4 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--blue);
  color: #fff;
  letter-spacing: -.02em;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-height: 48px;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-main-4:hover {
  background-color: #3a2a6b;
}

.button-main-4.bottom {
  background-color: #002452;
}

.button-main-4.bottom:hover {
  background-color: #0096ff;
}

.button-main-4.bottom.enroll-flow-link {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 0;
}

.button-main-4.bottom.enroll-flow-link:hover {
  background-color: var(--dark-blue);
}

.button-main-4.enroll-flow-link {
  background-color: var(--dayforce-green);
  border-radius: 8px;
}

.button-main-4.enroll-flow-link:hover {
  background-color: var(--dark-blue);
}

.f-footer-detail-2 {
  color: #002452;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.f-footer-small-2 {
  background-color: #fff;
  padding: 60px 0% 32px;
  position: relative;
}

.f-footer-small-2.supportpage {
  padding-top: 20px;
}

.text-span-4 {
  color: var(--dark-blue);
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.image-4 {
  color: var(--dark-blue);
  vertical-align: baseline;
  display: block;
}

.div-block-32 {
  font-family: Montserrat, sans-serif;
}

.weglot_wrapper {
  order: 9999;
  margin-left: 0;
  display: flex;
}

.category-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--blue-main-button);
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto auto 1fr 1fr 1fr 1fr;
  justify-content: end;
  place-items: center;
  padding-right: 20px;
  display: grid;
}

.category-grid.main {
  grid-template-columns: auto auto auto auto;
}

.div-block-34 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 2px solid #3067db;
  border-radius: 8px;
  flex-flow: column;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-5 {
  font-size: 64px;
  line-height: 64px;
}

.text-block-27 {
  color: var(--flowui-component-library--white);
  text-align: center;
  -webkit-text-stroke-color: white;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-height: 44px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  display: flex;
  position: static;
}

.text-block-27.blue {
  color: var(--avatar-kit--black);
  margin-top: 0;
}

.image-6 {
  box-sizing: border-box;
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  align-self: center;
  width: 48px;
  max-width: 100%;
  height: 48px;
  padding-top: 0;
}

.text-block-28, .text-block-29, .text-block-30, .text-block-31 {
  color: #fff;
}

.category-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--dayforce-green);
  -webkit-text-stroke-color: var(--dayforce-green);
  background-color: #3067db00;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 115px;
  padding: 0;
  display: flex;
}

.category-card.main {
  border-color: var(--dayforce-green);
  background-color: #fff;
  padding-top: 0;
}

.code-embed {
  z-index: -1;
  position: static;
  inset: 0%;
}

.code-embed-2 {
  background-color: #fff;
}

.div-block-35 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start stretch;
  display: grid;
}

.text-block-32 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

.div-block-36 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-7 {
  background-color: #0000;
  width: 300px;
  padding-left: 40px;
}

.image-8 {
  padding-left: 20px;
  position: static;
  inset: 0% 0% 0% auto;
}

.code-embed-3 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.image-9 {
  max-width: 100%;
  padding-left: 0;
}

.div-block-37 {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.div-block-38 {
  background-color: #39bfac;
  border-radius: 8px;
  text-decoration: none;
}

.div-block-38:hover {
  border-radius: 8px;
}

.subheadline {
  padding-left: 0;
  font-size: 22px;
  font-weight: 700;
}

.grid-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 0;
  grid-template: ". Area"
  / 1fr 1fr;
  place-items: stretch center;
  width: 100%;
  max-width: 100%;
}

.div-block-39 {
  background-color: #000;
  background-image: url('../images/New-Person.jpg');
  background-position: 50%;
  background-size: cover;
  width: auto;
  max-width: none;
}

.div-block-39.imagebg {
  background-image: url('../images/New-Person.jpg');
  background-size: cover;
  padding-left: 220px;
  padding-right: 330px;
  display: block;
}

.div-block-40 {
  border-radius: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.icon {
  pointer-events: auto;
  color: var(--blue-main-button);
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #39bfac;
  background-clip: border-box;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.icon:active {
  background-color: #2045b3;
}

.div-block-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  margin-bottom: 40px;
  display: grid;
}

.heading-10 {
  color: var(--dark-blue);
  margin-left: 20px;
  padding-right: 60px;
  font-size: 40px;
}

.image-14 {
  max-width: 100%;
}

.body-2 {
  object-fit: fill;
  font-family: Clarikageo, Verdana, sans-serif;
  overflow: visible;
}

.heading-11 {
  text-align: center;
  margin-top: 0;
  font-size: 24px;
}

.subtitle {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

.p2 {
  margin-bottom: 20px;
}

.link-block-2 {
  text-decoration: none;
  display: flex;
}

.link-block-2.hide-button {
  display: flex;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-4 {
  text-decoration-color: #fff;
}

.link-block-5 {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block-33 {
  color: #da2222;
}

.f-button-primary {
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-primary:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-modal-base-large {
  border: 1px solid var(--flowui-component-library--gray-100);
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 408px;
  padding: 24px;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.f-modal-title-wrapper {
  color: var(--flowui-component-library--gray-900);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-modal-wrapper-right {
  grid-column-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.f-modal-button-grid {
  grid-template-rows: auto;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-field-label {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-sub-heading-regular {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-modal-close-link {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-modal-close-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-account-input-grid {
  grid-template-columns: 1fr;
}

.f-modal-line {
  background-color: var(--flowui-component-library--grey-300);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-button-primary-2 {
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-primary-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-paragraph-small-3 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-modal-base-large-2 {
  border: 1px solid var(--flowui-component-library--gray-100);
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 408px;
  padding: 24px;
  position: absolute;
  left: 400px;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.f-modal-title-wrapper-2 {
  color: var(--flowui-component-library--gray-900);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-modal-wrapper-right-2 {
  grid-column-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.f-button-secondary-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-success-message-2 {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-icon-regular-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-sub-heading-regular-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-radio-label {
  color: var(--flowui-component-library--gray-900);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.f-radio-label.hide-label {
  display: none;
}

.f-line-regular {
  background-color: var(--flowui-component-library--grey-300);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-modal-close-link-2 {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-modal-close-link-2:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-account-input-grid-2 {
  grid-template-columns: 1fr;
}

.f-modal-radio-wrapper {
  margin-left: 16px;
  font-weight: 400;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-modal-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-modal-radio-button {
  border-width: 2px;
  border-color: var(--flowui-component-library--gray-400);
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.f-modal-radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--flowui-component-library--gray-900);
}

.f-modal-radio-button.w--redirected-focus {
  box-shadow: none;
}

.sysf-button {
  background-color: var(--systemflow-lite--primary--60);
  color: var(--systemflow-lite--neutral--10);
  text-align: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.sysf-button:hover {
  background-color: var(--systemflow-lite--primary--50);
}

.sysf-button:active {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button:focus {
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10), 0 0 0 5px var(--systemflow-lite--primary--60);
}

.sysf-button.sysf-medium {
  border-radius: 6px;
  padding: 8px 12px;
}

.sysf-button.sysf-medium:hover {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button.sysf-medium:active {
  background-color: var(--systemflow-lite--primary--80);
}

.sysf-button.sysf-medium:focus {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-text {
  font-weight: 500;
  display: inline-block;
}

.sysf-container {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sysf-body-text {
  color: var(--systemflow-lite--neutral--80);
  margin-top: 0;
}

.sysf-body-text.sysf-m {
  letter-spacing: -.011em;
}

.sysf-wrapper-m {
  padding-top: 64px;
  padding-bottom: 64px;
}

.sysf-button-2 {
  background-color: var(--systemflow-lite--primary--60);
  color: var(--systemflow-lite--neutral--10);
  text-align: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.sysf-button-2:hover {
  background-color: var(--systemflow-lite--primary--50);
}

.sysf-button-2:active {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-2:focus {
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10), 0 0 0 5px var(--systemflow-lite--primary--60);
}

.sysf-button-2.sysf-outline {
  background-color: var(--systemflow-lite--neutral--10);
  color: var(--systemflow-lite--neutral--100);
}

.sysf-button-2.sysf-outline:hover {
  background-color: var(--systemflow-lite--neutral--30);
}

.sysf-button-2.sysf-small {
  border-radius: 6px;
  padding: 4px 8px;
  font-size: .875rem;
  line-height: 1.5rem;
}

.sysf-button-2.sysf-small:hover {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-2.sysf-small:active {
  background-color: var(--systemflow-lite--primary--80);
}

.sysf-button-2.sysf-small:focus {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-2.sysf-small.sysf-outline {
  box-shadow: 0 0 0 1px var(--systemflow-lite--neutral--40);
}

.sysf-button-2.sysf-small.sysf-outline:hover {
  background-color: var(--systemflow-lite--neutral--20);
}

.sysf-button-2.sysf-small.sysf-outline:active {
  background-color: var(--systemflow-lite--neutral--30);
}

.sysf-button-2.sysf-small.sysf-outline:focus {
  background-color: var(--systemflow-lite--neutral--20);
}

.sysf-button-text-2 {
  font-weight: 500;
  display: inline-block;
}

.material-icons.sysf-icon-close {
  cursor: pointer;
}

.material-icons.sysf-icon-close:hover {
  opacity: .5;
}

.sysf-modal {
  border-style: solid;
  border-width: 1px;
  border-color: var(--systemflow-lite--neutral--50) var(--systemflow-lite--neutral--50) var(--systemflow-lite--neutral--40);
  background-color: var(--systemflow-lite--neutral--10);
  color: var(--systemflow-lite--neutral--90);
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 12px #00000026;
}

.sysf-modal-wrapper {
  z-index: 5000;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
}

.sysf-modal-header {
  border-bottom: 1px solid var(--systemflow-lite--neutral--40);
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 12px 24px;
  display: flex;
}

.sysf-modal-header-title {
  color: var(--systemflow-lite--neutral--100);
  flex: 1;
  margin-bottom: 0;
  font-weight: 600;
}

.sysf-modal-content {
  padding: 24px;
}

.sysf-s-m-l-8 {
  margin-left: 8px;
}

.sysf-modal-buttons-wrapper {
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.popup-wrapper {
  background-color: #b11c1c;
  display: none;
}

.bold-text-8 {
  font-size: 42px;
}

.div-block-44 {
  border-radius: 13px;
  margin-bottom: 10px;
}

.div-block-45 {
  margin-bottom: 10px;
}

.avatarkit-accordion-content-wrap-2 {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.avatarkit-vertical-line-2 {
  color: #ff7839;
  background-color: #fff;
  width: 2px;
  height: 40%;
  position: absolute;
}

.avatarkit-flex-toggle-2 {
  color: #1a1b1f;
  align-items: center;
  display: flex;
}

.avatarkit-accordion-head-2 {
  color: #1a1b1f;
  text-transform: uppercase;
  cursor: pointer;
  border: 0 solid #37a2fe00;
  border-radius: 0;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 72px;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.avatarkit-toggle-heading-2 {
  color: #203d62;
  text-align: left;
  text-transform: capitalize;
  flex: 1;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.avatarkit-horizontal-line-2 {
  background-color: #fff;
  width: 40%;
  height: 2px;
  position: absolute;
}

.avatarkit-accordion-card-2 {
  text-align: left;
  background-color: #fff;
  border: 1px solid #0096ff;
  border-radius: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 25px;
  transition: box-shadow .4s, background-color .4s;
  display: block;
  overflow: hidden;
}

.avatarkit-toggle-plus-2 {
  background-color: var(--dayforce-green);
  border-radius: 20%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  padding-top: 0;
  display: flex;
  position: absolute;
  right: 0;
}

.paragraph-3 {
  color: #203d62;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
}

.sticky-buttons {
  z-index: 9999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f9fafb;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar {
  position: fixed;
}

.modaloverlay {
  z-index: 9999;
  background-color: #0003;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.section-4 {
  background-color: #3d1b1b;
}

.container-13 {
  display: none;
}

.modal-window {
  background-color: #fff;
  border-radius: 12px;
  width: 65%;
  max-width: none;
  height: auto;
  max-height: none;
  padding: 0 10px 30px;
  display: block;
  position: relative;
  overflow: auto;
}

.modal-window.phone-numbers {
  width: 80%;
  max-width: 103.999%;
  max-height: none;
  padding-left: 20px;
  padding-right: 20px;
}

.modalclose {
  position: absolute;
  inset: 15px 15px 0% auto;
}

.image-15 {
  cursor: pointer;
}

.image-15:hover {
  background-color: #e9e9e9;
  border-radius: 6px;
}

.modal-header {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
}

.modal-text {
  color: #000;
  text-align: center;
  max-width: 686px;
  font-size: 16px;
  line-height: 24px;
}

.modal-head {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.italic-text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.italic-text-2 {
  font-size: 17px;
  text-decoration-color: #1a378f;
}

.italic-text-3 {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.countires-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.modal-subheader {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.count {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  aspect-ratio: auto;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  padding: 10px;
  display: grid;
}

.count:hover {
  border-color: #1a378f;
}

.modal-subhead {
  color: #1a378f;
  font-size: 16px;
}

.modal-phone {
  font-size: 20px;
  display: block;
}

.image-16 {
  position: fixed;
  inset: auto auto 0% 0%;
}

.modalicon {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image-17 {
  border: 1px solid #dadada;
  border-radius: 8px;
  width: auto;
  max-width: none;
}

.modalphoneicon {
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  width: 50px;
}

.text-m {
  font-size: 16px;
  text-decoration: none;
}

.modall-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--dark-blue);
  flex-flow: column;
  display: flex;
}

.text-modal {
  color: var(--avatar-kit--black);
  font-size: 20px;
}

.country-1 {
  text-decoration: none;
}

.paragraph-6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
}

.text-block-49 {
  max-width: 426px;
  padding-top: 20px;
  padding-bottom: 50px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-49.dc {
  color: #000;
  padding-bottom: 0;
  padding-left: 10px;
}

.text-block-49.small {
  color: #101e27;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 19px;
  font-weight: 300;
}

.image-18 {
  width: 80px;
  height: 80px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.cell-51 {
  background-color: #1c2a33;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 40px 34px;
}

.logo {
  padding-left: 10px;
}

.div-block-46 {
  background-color: #2f3d46;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.quick-stack-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
}

.employer-contact-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.div-block-47 {
  background-color: #f2f4f5;
  border: 1px solid #a02a6a;
  border-radius: 18px;
  margin-top: 40px;
  margin-right: 40px;
  padding: 20px;
}

.text-block-53 {
  color: #88ba8b;
  background-color: #fff0;
  border-radius: 10px;
  padding: 21px 25px;
  font-size: 26px;
  font-weight: 400;
  line-height: 42px;
}

.textarea {
  color: #fff;
  background-color: #2f3d46;
  border: 0 #000;
  border-radius: 5px;
  min-height: 130px;
  padding: 20px 25px;
  font-size: 16px;
  line-height: 20px;
}

.text-block-54 {
  color: #fff;
  background-color: #9f2a6a;
  line-height: 28px;
}

.dctext {
  padding-top: 100px;
}

.text-field-4 {
  color: #fff;
  background-color: #2f3d46;
  border: 1px #000;
  border-radius: 5px;
  padding: 30px 25px;
  font-size: 16px;
  line-height: 20px;
}

.text-span-13 {
  color: #fff;
}

.text-block-50 {
  font-size: 16px;
  line-height: 20px;
}

.submit-button-2 {
  text-align: left;
  background-color: #1c2a33;
  background-image: url('../images/Frame.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 3px solid #6fb9d7;
  border-radius: 30px;
  width: 235px;
  margin-top: 15px;
  padding: 15px 25px;
  font-size: 15px;
}

.submit-button-2:hover {
  background-color: #9f2a6a;
  background-image: url('../images/vectorpaint-42.svg'), url('../images/Frame.svg');
  background-position: 98%, 93%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-color: #9f2a6a;
}

.submit-button-2.submitb {
  padding-top: 16px;
  padding-bottom: 16px;
}

.heading-14 {
  color: #9f2a6a;
  max-width: 500px;
  padding-top: 30px;
  font-size: 52px;
  font-weight: 500;
  line-height: 66px;
}

.heading-14.dc {
  margin-top: 0;
  padding-top: 40px;
  padding-left: 10px;
}

.cell-52 {
  border-right: 1px solid #ffffff4d;
  justify-content: center;
  align-items: flex-start;
}

.select-field {
  color: #fff;
  background-color: #2f3d46;
  border: 0 #000;
  margin-bottom: 0;
  padding: 0 30px 0 20px;
  font-weight: 200;
}

.quick-stack-21 {
  padding: 0 0 10px;
}

.paragraph-7 {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
}

.text-block-55 {
  max-width: 426px;
  padding-top: 20px;
  padding-bottom: 50px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-55.dc {
  color: #000;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 19px;
  line-height: 24px;
}

.text-block-55.small {
  color: #101e27;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 19px;
  font-weight: 300;
}

.section-17 {
  background-color: #101e27;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-17.swa {
  background-color: #fff;
  border-bottom: 1px solid #fff3;
}

.section-17.swa.main {
  background-color: #101e27;
}

.section-17.swa.main.dc {
  background-color: #fff;
  background-image: url('../images/support-page-bg2.png');
  background-position: 50%;
  background-size: cover;
}

.image-19 {
  width: 80px;
  height: 80px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.cell-53 {
  background-color: #1c2a33;
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 34px;
}

.div-block-48 {
  background-color: #2f3d46;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.container-14 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 18px;
  display: block;
  position: static;
}

.quick-stack-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
}

.div-block-49 {
  background-color: #f2f4f5;
  border: 1px solid #3066db;
  border-radius: 18px;
  margin-top: 40px;
  margin-right: 40px;
  padding: 20px;
}

.text-block-56 {
  color: #88ba8b;
  background-color: #fff0;
  border-radius: 10px;
  padding: 21px 25px;
  font-size: 26px;
  font-weight: 400;
  line-height: 42px;
}

.text-block-57 {
  color: #fff;
  background-color: #9f2a6a;
  line-height: 28px;
}

.text-field-5 {
  color: #fff;
  background-color: #2f3d46;
  border: 1px #000;
  border-radius: 5px;
  padding: 30px 25px;
  font-size: 16px;
  line-height: 20px;
}

.text-span-14 {
  color: #fff;
}

.text-block-58 {
  font-size: 16px;
  line-height: 20px;
}

.submit-button-3 {
  text-align: left;
  background-color: #1c2a33;
  background-image: url('../images/Frame.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 3px solid #6fb9d7;
  border-radius: 30px;
  width: 235px;
  margin-top: 15px;
  padding: 15px 25px;
  font-size: 15px;
}

.submit-button-3:hover {
  background-color: #9f2a6a;
  background-image: url('../images/vectorpaint-42.svg'), url('../images/Frame.svg');
  background-position: 98%, 93%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-color: #9f2a6a;
}

.submit-button-3.submitb {
  border-color: var(--blue-main);
  background-color: var(--blue-main);
  text-align: center;
  background-image: none;
  border-radius: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.submit-button-3.submitb:hover {
  border-color: var(--dayforce-green);
  background-color: var(--dayforce-green);
}

.heading-15 {
  color: #9f2a6a;
  max-width: 500px;
  padding-top: 30px;
  font-size: 52px;
  font-weight: 500;
  line-height: 66px;
}

.heading-15.dc {
  color: var(--dark-blue);
  -webkit-text-stroke-color: var(--dark-blue);
  margin-top: 0;
  padding-top: 40px;
  padding-left: 10px;
  font-size: 50px;
  font-weight: 600;
  line-height: 58px;
}

.quick-stack-27 {
  padding: 0 0 10px;
}

.image-20 {
  padding-left: 0;
}

.text-block-59 {
  background-color: #777;
  border-radius: 10px;
  padding: 20px 40px;
}

.div-block-50 {
  border-top: 2px solid #147daa;
  width: 36%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-50.left {
  margin-left: 0;
}

.heading-blue-section-4 {
  color: #147daa;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 32px;
}

.heading-blue-section-4.left {
  color: #000;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.programoverviewmodal {
  z-index: 100;
  background-color: #465258cc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.list-20 {
  margin-bottom: 20px;
}

.close-3 {
  z-index: 99;
  background-color: #0000;
  background-image: url('../images/UI_Icons_DropClose.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  align-self: flex-end;
  width: 32px;
  height: 32px;
  position: relative;
  top: 0;
  left: 0;
}

.close-3.closebutton {
  background-color: #0000;
  background-image: none;
  align-self: flex-end;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  inset: 10px 10px auto auto;
}

.divider-30 {
  width: 100%;
  height: 30px;
}

.language-button {
  color: #000;
  text-align: left;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
  display: block;
}

.language-button:hover, .language-button.plum {
  color: #0085ca;
}

.language-button.plum:hover {
  color: #26a4cf;
}

.div-block-59 {
  padding-left: 10px;
  padding-right: 10px;
}

.training-popup-2 {
  z-index: 9;
  background-color: #f6f6f6;
  flex-direction: column;
  width: 631px;
  padding: 40px;
  display: flex;
  box-shadow: 0 17px 41px #0000004d;
}

.training-popup-2.resources {
  width: 632px;
  padding: 40px;
  position: relative;
}

._20 {
  border-top: 1px solid #cfcfcf;
  border-bottom-color: #cfcfcf;
  height: 20px;
  margin-bottom: 12px;
}

.bold-text-9 {
  color: #000;
}

@media screen and (min-width: 1440px) {
  .navbar-logo-left-container.shadow-three.head-main {
    background-image: url('../images/header-bg-.png');
    background-position: 50% 80%;
    background-size: cover;
  }

  .navbar-logo-left-container.shadow-three {
    background-position: 50% 100%;
  }

  .hero-heading-left {
    background-image: url('../images/bgmain-dayforce1.png');
    background-position: 50%;
    background-size: cover;
    padding-top: 40px;
  }

  .second-wrapper.contact {
    grid-column-gap: 22px;
  }

  .hero-split {
    max-width: 100%;
  }

  .hero-split._2-block.image-bg {
    border-radius: 0;
  }

  .margin-bottom-24px {
    margin-bottom: 0;
  }

  .margin-bottom-24px.log-in-text {
    padding-left: 0;
  }

  .shadow-two {
    width: 100%;
  }

  .heading {
    color: #002452;
  }

  .hero-heading-left-2 {
    padding-top: 0;
  }

  .button-main.button-header.app-login-link {
    background-color: #fff0;
    border: 2px solid #1d9bf0;
  }

  .button-main.button-header.app-login-link:hover {
    background-color: #1d9bf0;
  }

  .button-main.button-header.app-login-link.button-head {
    border-color: var(--blue-main);
    background-color: #1f45b200;
    transition: background-color .3s;
  }

  .button-main.button-header.app-login-link.button-head:hover {
    border-color: var(--dayforce-green);
    background-color: var(--blue-main-button);
  }

  .button-main.enroll-flow-link {
    padding-top: 10px;
  }

  .button-main.button-get-support {
    background-color: #fff;
    width: 200px;
  }

  .button-main.button-get-support:hover {
    background-color: #002452;
  }

  .div-block-4 {
    padding-left: 0;
  }

  .text-block-5 {
    color: #fff;
    font-weight: 600;
  }

  .text-block-5.main-head {
    color: var(--dark-blue);
    font-weight: 500;
  }

  .text-block-5.main-head:hover {
    font-weight: 500;
  }

  .avatarkit-left-text-copy {
    color: var(--avatar-kit--black);
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
  }

  .avatarkit-avatar-image {
    margin-right: 0;
  }

  .avatarkit-mg-10px-right {
    margin-right: 10px;
  }

  .avatarkit-button-primary {
    border-radius: 4px;
    height: auto;
  }

  .avatarkit-mg-20px-bottom {
    margin-bottom: 20px;
  }

  .hero-heading-center {
    background-image: url('../images/bg-blue-dark.png');
    background-position: 50%;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-6 {
    background-color: #adf1ff00;
  }

  .nav-button-dropdown-2 {
    background-color: #fff0;
  }

  .div-block-8 {
    padding-top: 60px;
  }

  .bold-text {
    color: #1d9bf0;
    text-decoration: none;
  }

  .bold-text.app-login-link:hover {
    color: #203d62;
  }

  .link-3 {
    text-decoration: none;
  }

  .paragraph-2 {
    padding-left: 0;
  }

  .information-boxes {
    border-radius: 20px;
  }

  .div-block-12 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-13 {
    font-size: 14px;
  }

  .text-field {
    color: var(--dark-blue);
    -webkit-text-stroke-color: #d64a4a00;
    height: 65px;
    font-size: 14px;
    font-weight: 400;
  }

  .contact-hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    max-width: 90%;
    display: flex;
  }

  .get-support {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #1d9bf0;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .button-support {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-15 {
    color: var(--flowui-component-library--white);
    font-size: 18px;
    font-weight: 600;
  }

  .button-get-support {
    color: var(--dark-blue);
    text-align: center;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color .3s;
    display: flex;
  }

  .button-get-support:hover {
    pointer-events: auto;
    color: var(--blue-main-button);
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #002452;
    background-clip: border-box;
  }

  .submit-button {
    width: 220px;
    height: 50px;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 600;
  }

  .text-field-3 {
    background-color: #fff0;
    border: 1px #000;
    border-radius: 0;
    width: 569px;
    position: relative;
  }

  .div-block-14 {
    background-color: var(--blue-main-button);
    height: 140px;
  }

  .bold-text-2, .bold-text-4 {
    color: var(--avatar-kit--black);
  }

  .hero-heading-left-3 {
    background-image: url('../images/1.png');
    background-position: 50%;
    background-size: cover;
  }

  .main-header {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .hero-split-4 {
    max-width: 100%;
  }

  .why-wellist {
    background-image: url('../images/Section.png');
    background-position: 50%;
    background-size: cover;
  }

  .main-wrapper {
    background-image: none;
  }

  .text-block-20 {
    color: #fff;
    font-weight: 600;
  }

  .div-block-21 {
    background-color: #3067db;
  }

  .container-10 {
    max-width: 1100px;
  }

  .container-11 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-7 {
    color: #002452;
  }

  .benefits {
    background-image: url('../images/bg-blie-linear.png');
    background-position: 0 0;
    background-size: auto;
  }

  .headding-4, .text-block-22 {
    color: var(--avatar-kit--black);
  }

  .text-block-26 {
    color: #fff;
    font-weight: 600;
  }

  .button-main-4.bottom.enroll-flow-link {
    background-color: #dc1960;
  }

  .button-main-4.bottom.enroll-flow-link:hover {
    background-color: #3a2a6b;
  }

  .div-block-35 {
    padding-bottom: 40px;
  }

  .image-8, .image-9, .subheadline {
    padding-left: 0;
  }

  .grid-7 {
    grid-column-gap: 69px;
    grid-row-gap: 69px;
  }

  .div-block-39.imagebg {
    padding-right: 360px;
  }

  .f-modal-base-large {
    display: none;
  }

  .div-block-43 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    background-color: #5e4545;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 400px;
    display: block;
    position: fixed;
    inset: 0% auto;
    overflow: visible;
  }

  .f-modal-base-large-2 {
    flex-flow: column;
    display: block;
    position: relative;
    inset: auto 400px auto 500px;
  }

  .modaloverlay {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-logo-left-container.shadow-three {
    background-image: linear-gradient(to bottom, null, null);
    padding-top: 10px;
  }

  .hero-heading-left {
    padding-bottom: 20px;
  }

  .hero-split._2-block {
    padding-left: 40px;
  }

  .margin-bottom-24px.log-in-text {
    color: #203e63;
  }

  .button-main.phone {
    border-radius: 8px;
  }

  .button-main.button-header.app-login-link {
    background-color: #1f45b2;
    border-color: #203e63;
    border-radius: 8px;
  }

  .button-main.button-header.app-login-link:hover {
    background-color: #c7e5ff;
  }

  .button-main.button-header.app-login-link.button-head:hover {
    border-color: var(--blue-main-button);
    color: var(--dark-blue);
  }

  .button-main.enroll-flow-link {
    background-color: #1f45b2;
    border-radius: 8px;
  }

  .text-block-5:hover {
    color: var(--avatar-kit--white);
  }

  .text-block-5.main-head {
    color: var(--flowui-component-library--white);
    -webkit-text-stroke-color: var(--flowui-component-library--white);
    border-radius: 8px;
  }

  .text-block-5.main-head:hover {
    color: var(--dark-blue);
  }

  .text-span {
    font-weight: 600;
  }

  .avatarkit-left-text-copy {
    color: var(--avatar-kit--black);
    text-align: left;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
  }

  .avatarkit-mg-10px-right {
    margin-right: 10px;
  }

  .avatarkit-accordion-card {
    border-top-color: #d4d4d4;
    border-bottom-color: #d4d4d4;
  }

  .text-block-9:hover {
    color: #fff;
  }

  .bold-text, .bold-text:hover {
    color: #203e63;
  }

  .text-block-10 {
    background-color: #0000;
  }

  .block-info {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .information-boxes {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

  .text-block-14 {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
  }

  .hero-heading-left-3 {
    text-align: left;
    padding-top: 140px;
    padding-bottom: 180px;
  }

  .text-block-17 {
    width: auto;
    margin-bottom: 0;
  }

  .container-9 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template: "Area"
                   "."
                   / 1.2fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    place-content: start;
    align-self: center;
    place-items: center;
    width: auto;
    display: block;
  }

  .hero-split-4.inside {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .banner-team-head {
    text-align: left;
  }

  .div-block-18 {
    text-align: left;
    margin-top: 20px;
    display: flex;
    position: static;
  }

  .main-wrapper {
    border-radius: 8px;
  }

  .grid-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-6 {
    max-width: 960px;
  }

  .text-block-21 {
    width: 250px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-10 {
    justify-content: center;
    align-items: center;
    max-width: 1100px;
    display: flex;
  }

  .div-block-24 {
    background-image: url('../images/image-team1.png');
    background-position: 0 0;
    background-size: auto;
  }

  .grid-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch start;
    align-self: center;
    align-items: stretch;
    display: grid;
  }

  .button-main-3.blue {
    background-color: #1f45b2;
    border-radius: 8px;
  }

  .button-main-3.green {
    border-radius: 8px;
  }

  .div-block-22 {
    background-image: url('../images/Team-image-2.svg');
    background-position: 0 0;
    background-size: cover;
  }

  .div-block-28 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .section-3 {
    background-color: var(--dark-blue);
  }

  .section-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-24 {
    color: #fff;
    letter-spacing: normal;
    width: 250px;
    font-weight: 600;
  }

  .div-block-23 {
    background-image: url('../images/image-team3.png');
    background-position: 0 0;
    background-size: auto;
  }

  .image-10, .image-11 {
    border-radius: 8px;
    align-self: flex-start;
  }

  .image-12 {
    border-radius: 8px;
  }

  .code-embed-4 {
    position: absolute;
    inset: 0%;
  }

  .image-13 {
    object-fit: cover;
    width: 100%;
    max-width: none;
  }

  .p2 {
    text-align: left;
    align-self: flex-start;
  }

  .div-block-42 {
    text-align: left;
    align-self: auto;
  }

  .avatarkit-accordion-card-2 {
    border-top-color: #d4d4d4;
    border-bottom-color: #d4d4d4;
  }

  .modal-head {
    float: none;
    clear: none;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three.head-main {
    background-position: 9% 42%;
  }

  .navbar-logo-left-container.shadow-three {
    background-image: url('../images/header-bg-.png');
    background-position: 50%;
    background-size: cover;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-menu-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-heading-left {
    background-image: url('../images/bgmain-dayforce1.png');
    background-size: cover;
    margin-bottom: 0;
    padding-bottom: 140px;
  }

  .container-2 {
    max-width: 728px;
    margin-bottom: 0;
  }

  .second-wrapper {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .second-wrapper.blocktext {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #c06e6e;
    background-image: url('../images/pattern-industries-1.png');
    background-position: 0 0;
    background-size: contain;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    margin-bottom: 0;
    display: grid;
  }

  .second-wrapper.contact {
    grid-template-columns: 1fr;
  }

  .hero-split {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .hero-split._2-block {
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 40px;
  }

  .hero-split._2-block.image-bg {
    width: 720px;
    height: 700px;
    margin-bottom: 0;
  }

  .margin-bottom-24px.log-in-text {
    padding-left: 20px;
  }

  .shadow-two {
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    position: static;
  }

  .div-block {
    border-radius: 1px;
    width: auto;
  }

  .container-3 {
    max-width: 728px;
    margin-top: -100px;
  }

  .margin-bottom-24px-2 {
    width: auto;
  }

  .button-main {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-flex;
  }

  .div-block-4 {
    padding-left: 20px;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .f-accordian-list {
    width: 100%;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .f-accordian-list-2 {
    width: 100%;
  }

  .avatarkit-toggle-plus {
    margin-right: 20px;
    position: absolute;
  }

  .avatarkit-toggle-heading {
    max-width: 600px;
  }

  .avatarkit-mg-10px-right {
    margin-right: 10px;
  }

  .avatarkit-width-small-card {
    width: 100%;
  }

  .avatarkit-button-primary {
    border-radius: 4px;
    line-height: 25px;
    display: inline-block;
  }

  .avatarkit-mg-40px-top {
    margin-top: 40px;
  }

  .avatarkit-mg-20px-bottom {
    margin-bottom: 20px;
  }

  .avatarkit-content-width-left {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .avatarkit-grid-two-row {
    grid-template-columns: 1fr;
  }

  .avatarkit-container-component {
    max-width: 75rem;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .shadow-two-3 {
    text-align: left;
  }

  .container-7 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .f-footer-brand.bottomline {
    padding-top: 40px;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .heading-4, .text-span-2 {
    text-align: center;
  }

  .nav-button-dropdown {
    color: #f8f9f9;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-8 {
    display: flex;
  }

  .nav-menu-3.point {
    background-color: #ececec;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-3.new-mobile {
    color: var(--flowui-component-library--white);
    background-color: #ececec;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .dropdown-list-2.w--open {
    margin-top: 50px;
  }

  .div-block-8 {
    padding-top: 20px;
  }

  .bold-text.app-login-link {
    color: #1d9bf0;
  }

  .link-3 {
    text-decoration: none;
  }

  .link-3.app-login-link {
    color: #1d9bf0;
  }

  .paragraph-2 {
    padding-left: 20px;
  }

  .explore-now {
    margin-top: 40px;
  }

  .block-info {
    grid-template-columns: 1fr;
  }

  .get-support {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    width: 400px;
  }

  .uui-contact04_contact-list {
    margin-top: 2rem;
  }

  .uui-contact04_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-block-15 {
    margin-top: 40px;
  }

  .nav-menu-4.point {
    background-color: #ececec;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-8 {
    max-width: 728px;
  }

  .botton-main-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-flex;
  }

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

  .main-header {
    padding-left: 20px;
    font-size: 34px;
  }

  .container-9 {
    max-width: 728px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .div-block-18 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-18 {
    text-align: center;
  }

  .why-wellist {
    background-image: url('../images/bg-blue-mobile.png'), linear-gradient(#c7e5ff, #1f45b2);
    background-position: 0 0, 0 0;
    background-size: cover, auto;
  }

  .main-wrapper {
    background-image: none;
    margin-left: 50px;
    margin-right: 50px;
  }

  .grid-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-19 {
    font-size: 14px;
  }

  .div-block-20 {
    width: 300px;
  }

  .image-2 {
    display: none;
  }

  .grid-6 {
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-24 {
    height: 500px;
  }

  .container-12 {
    max-width: 728px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .button-main-3 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-flex;
  }

  .benefits {
    background-size: cover;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-22 {
    height: 500px;
  }

  .image-3 {
    display: inline-block;
  }

  .div-block-27 {
    height: 500px;
  }

  .div-block-25 {
    padding: 0 80px 0 0;
  }

  .div-block-23 {
    height: 500px;
  }

  .heading-9 {
    text-align: center;
  }

  .button-main-4 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-flex;
  }

  .f-footer-small-2 {
    padding-top: 0;
  }

  .text-span-4 {
    text-align: center;
  }

  .category-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
    place-items: center start;
  }

  .category-grid.main {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: center;
    width: 100%;
    padding-right: 0;
  }

  .category-card.main {
    width: 100%;
  }

  .div-block-35 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 0;
  }

  .image-9, .subheadline {
    padding-left: 20px;
  }

  .grid-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .div-block-39.imagebg {
    padding-top: 220px;
    padding-bottom: 400px;
  }

  .div-block-41 {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .body-2 {
    overflow: hidden;
  }

  .sysf-button.sysf-medium {
    font-size: 16px;
  }

  .sysf-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .avatarkit-toggle-heading-2 {
    max-width: 600px;
  }

  .avatarkit-toggle-plus-2 {
    margin-right: 20px;
    position: absolute;
  }

  .countires-list {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-49 {
    width: 100%;
    max-width: 100%;
  }

  .quick-stack-25 {
    width: 100%;
  }

  .heading-14 {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .text-block-55 {
    width: 100%;
    max-width: 100%;
  }

  .section-17.swa {
    padding-top: 0;
  }

  .heading-15 {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .programoverviewmodal {
    justify-content: center;
    padding-top: 0;
  }

  .close-3.closebutton {
    top: -26px;
  }

  .training-popup-2, .training-popup-2.resources {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    background-image: url('../images/header-bg-.png');
    background-position: 0 0;
    background-size: cover;
  }

  .navbar-logo-left-container.shadow-three.tm {
    display: none;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .second-wrapper.blocktext {
    background-color: #3d2222;
    background-image: url('../images/pattern-industries-1.png');
    background-position: 50%;
    background-size: cover;
  }

  .hero-split._2-block {
    max-width: 100%;
    padding-left: 30px;
  }

  .hero-split._2-block.image-bg {
    height: 500px;
  }

  .shadow-two {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  .hero-heading-left-2 {
    padding: 0 15px 60px;
  }

  .container-3 {
    margin-top: -30px;
  }

  .margin-bottom-24px-2 {
    width: auto;
  }

  .hero-subscribe-left, .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .avatarkit-toggle-plus {
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 0;
    position: relative;
  }

  .avatarkit-toggle-heading {
    width: 460px;
    max-width: 800px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
  }

  .avatarkit-mg-10px-right {
    margin-right: 10px;
  }

  .avatarkit-flex-toggle {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .avatarkit-accordion-head {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: flex-start;
    min-height: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .avatarkit-width-small-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
  }

  .avatarkit-large-header {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 1.2em;
  }

  .avatarkit-content-width-left {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex: 1;
  }

  .dropdown-2 {
    display: block;
  }

  .nav-button-dropdown {
    letter-spacing: 0;
    width: 100%;
    padding: 10px 30px;
    line-height: 28px;
  }

  .nav-button-dropdown:hover {
    color: #d50032;
    text-align: left;
    justify-content: flex-start;
    text-decoration: underline;
  }

  .dropdown-list.w--open {
    background-color: #eee;
    margin-top: 0;
    position: relative;
  }

  .dropdown-link {
    padding-left: 45px;
  }

  .nav-button-secondary {
    letter-spacing: 0;
    border-style: none;
    border-radius: 0;
    line-height: 28px;
  }

  .nav-menu-3 {
    background-color: #fff;
    flex: 1;
  }

  .nav-menu-3.point {
    background-color: #fff;
  }

  .dropdown-3 {
    display: block;
  }

  .dropdown-3.new-mobile {
    background-color: #fff;
    flex-flow: row;
    justify-content: center;
    display: block;
  }

  .nav-button-dropdown-2 {
    letter-spacing: 0;
    flex: 0 auto;
    width: 100%;
    padding: 10px 30px;
    line-height: 28px;
  }

  .nav-button-dropdown-2:hover {
    color: #d50032;
    text-align: left;
    justify-content: center;
    text-decoration: underline;
  }

  .nav-button-dropdown-2.w--open {
    display: inline-block;
  }

  .dropdown-list-2.w--open {
    background-color: #fff;
    margin-top: 0;
    position: relative;
  }

  .dropdown-link-2 {
    padding-left: 45px;
  }

  .text-block-9 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-9:hover {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-3.app-login-link {
    color: #1d9bf0;
  }

  .explore-now {
    margin-top: 40px;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact04_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-menu-4 {
    background-color: #fff;
    flex: 1;
  }

  .nav-menu-4.point {
    background-color: #fff;
  }

  .hero-heading-left-3 {
    padding: 60px 15px;
  }

  .main-header {
    font-size: 27px;
    line-height: 47px;
  }

  .div-block-18 {
    grid-template-columns: 1fr;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-20 {
    width: auto;
  }

  .div-block-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .grid-6 {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-21 {
    padding-bottom: 20px;
  }

  .benefits {
    background-image: url('../images/bg-blie-linear.png');
    background-position: 0 0;
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2 {
    padding-top: 0;
  }

  .div-block-25 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-29 {
    flex-flow: column;
  }

  .div-block-31 {
    margin-top: 40px;
  }

  .f-footer-small-2 {
    padding-top: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-37 {
    padding-left: 10px;
  }

  .div-block-41 {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .sysf-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .avatarkit-flex-toggle-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .avatarkit-accordion-head-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: flex-start;
    min-height: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .avatarkit-toggle-heading-2 {
    width: 460px;
    max-width: 800px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
  }

  .avatarkit-toggle-plus-2 {
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 0;
    position: relative;
  }

  .countires-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .count {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-auto-flow: column;
    place-items: center;
  }

  .text-modal {
    font-size: 16px;
  }

  .text-block-53 {
    font-size: 22px;
    line-height: 28px;
  }

  .quick-stack-25 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .heading-14 {
    padding-top: 10px;
    font-size: 42px;
    line-height: 53px;
  }

  .text-block-56 {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-15 {
    padding-top: 10px;
    font-size: 42px;
    line-height: 53px;
  }

  .column-56 {
    padding-top: 10px;
  }

  .columns-45 {
    align-items: flex-start;
    display: flex;
  }

  .heading-blue-section-4.left {
    text-align: left;
  }

  .programoverviewmodal {
    justify-content: center;
    padding-top: 0;
  }

  .close-3 {
    z-index: 100;
    background-size: 20px;
    align-self: flex-end;
  }

  .close-3.closebutton {
    top: 259px;
    left: 491px;
  }

  .training-popup-2 {
    justify-content: center;
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding: 20px;
  }

  .training-popup-2.resources {
    width: 86%;
    padding-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    background-image: url('../images/header-bg-.png');
    background-size: cover;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-heading-left {
    width: auto;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .second-wrapper.blocktext {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .second-wrapper.contact {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: start stretch;
  }

  .hero-split {
    aspect-ratio: auto;
    align-self: center;
  }

  .hero-split._2-block {
    margin-right: 19px;
    padding-left: 20px;
  }

  .hero-split._2-block.image-bg {
    background-image: url('../images/New-Person.jpg');
    background-position: 50%;
    background-size: cover;
    width: 500px;
    height: 400px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-24px {
    width: auto;
  }

  .margin-bottom-24px.log-in-text {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .heading {
    min-width: auto;
    font-size: 41px;
    line-height: 54px;
  }

  .text-block {
    font-size: 20px;
  }

  .container-3 {
    max-width: none;
  }

  .div-block-4 {
    flex-flow: column;
    padding-left: 0;
  }

  .container-5 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "."
    / 1.25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    width: auto;
    display: grid;
  }

  .avatarkit-accordion-content-wrap {
    justify-content: center;
    display: flex;
  }

  .avatarkit-vertical-line {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .avatarkit-horizontal-line {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .avatarkit-toggle-plus {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    place-items: center;
    width: 33px;
    padding: 20px;
    display: flex;
    position: relative;
    right: auto;
  }

  .avatarkit-toggle-heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: flex-start;
    width: auto;
    max-width: none;
    margin-top: 20px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 20px;
    font-family: Montserrat, sans-serif;
    display: flex;
  }

  .avatarkit-avatar-image {
    margin-right: 0;
  }

  .avatarkit-mg-10px-right {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .avatarkit-flex-toggle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .avatarkit-accordion-head {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 40px;
    display: block;
  }

  .avatarkit-accordion-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-left: 10px;
    display: flex;
  }

  .avatarkit-width-small-card {
    width: 100%;
    max-width: none;
  }

  .avatarkit-content-width-left {
    grid-template-columns: 1fr;
  }

  .avatarkit-container-component {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avatarkit-padding-global-components {
    background-color: var(--transparent);
  }

  .container-6 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .button-primary-4.footer-form-button {
    position: relative;
    right: 0;
  }

  .container-7 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button-2, .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .nav-menu-2 {
    background-color: #f5f5f5;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 40px;
    box-shadow: 0 11px 8px 5px #0003;
  }

  .nav-button-dropdown {
    text-align: left;
    justify-content: center;
    padding: 20px 10px;
    text-decoration: none;
    display: block;
  }

  .nav-button-secondary {
    text-align: left;
    justify-content: flex-end;
    padding: 20px 10px;
    font-size: 16px;
    text-decoration: none;
  }

  .nav-button-secondary.app-login-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-8 {
    text-align: center;
  }

  .nav-menu-3 {
    background-color: #f5f5f5;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 11px 8px 5px #0003;
  }

  .nav-button-dropdown-2 {
    text-align: left;
    justify-content: flex-end;
    padding: 20px 10px;
    text-decoration: none;
  }

  .text-block-9 {
    text-align: center;
  }

  .div-block-8 {
    padding-top: 0;
  }

  .bold-text.app-login-link {
    color: #1d9bf0;
    text-decoration: none;
  }

  .link-3 {
    text-decoration: none;
  }

  .link-3.app-login-link {
    color: #1d9bf0;
  }

  .div-block-9 {
    flex-flow: row;
    width: auto;
    display: flex;
  }

  .div-block-10 {
    display: block;
  }

  .paragraph-2 {
    padding-left: 0;
    line-height: 30px;
  }

  .explore-now {
    margin-top: 40px;
  }

  .information-boxes {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-5 {
    width: auto;
  }

  .get-support {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .text-block-15 {
    padding-left: 0;
  }

  .button-get-support {
    width: auto;
    margin-right: 0;
  }

  .form-radio-2col {
    grid-template-columns: 1fr;
  }

  .form-field-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .uui-contact04_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-bottom: 2rem;
  }

  .uui-page-padding {
    width: auto;
  }

  .div-block-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-menu-4 {
    background-color: #f5f5f5;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 11px 8px 5px #0003;
  }

  .container-8 {
    max-width: none;
  }

  .hero-heading-left-3 {
    width: auto;
  }

  .main-header {
    text-align: left;
    justify-content: center;
    padding-left: 0;
    font-size: 42px;
    line-height: 56px;
  }

  .main-header.teamhwad {
    text-align: center;
    margin-bottom: 20px;
    font-size: 38px;
  }

  .container-9 {
    width: auto;
    max-width: none;
  }

  .div-block-18 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .why-wellist {
    margin-top: 20px;
  }

  .main-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 40px;
    padding-bottom: 99px;
  }

  .text-block-19 {
    font-size: 16px;
  }

  .div-block-20 {
    margin-top: 20px;
  }

  .grid-6 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-21 {
    padding-bottom: 20px;
  }

  .container-10 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    display: flex;
  }

  .container-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-self: auto;
    width: 100%;
    position: static;
  }

  .div-block-24 {
    height: 300px;
    padding-bottom: 0;
  }

  .container-12 {
    max-width: none;
  }

  .heading-7 {
    min-width: auto;
    font-size: 41px;
    line-height: 54px;
  }

  .heading-7.faq {
    line-height: 64px;
  }

  .benefits {
    background-image: url('../images/bg-blie-linear.png');
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .headding-4 {
    font-size: 36px;
  }

  .div-block-22 {
    height: 300px;
  }

  .div-block-27 {
    height: 300px;
    padding-right: 0;
  }

  .div-block-28 {
    padding: 40px 20px;
  }

  .section-2 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-25 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-8 {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    line-height: 53px;
  }

  .div-block-29 {
    flex-flow: column;
  }

  .div-block-23 {
    height: 300px;
  }

  .div-block-31 {
    flex-flow: column;
  }

  .heading-9 {
    font-size: 58px;
    line-height: 58px;
  }

  .f-footer-detail-2 {
    text-align: center;
    line-height: 30px;
  }

  .text-span-4 {
    letter-spacing: -1px;
    font-size: 42px;
    line-height: 32px;
  }

  .category-grid {
    box-sizing: border-box;
    float: none;
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .25fr auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .category-grid.tg {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: none;
    margin-right: 0;
    padding-right: 0;
    position: static;
  }

  .category-grid.main {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start center;
    width: 100%;
    height: 100%;
    display: grid;
  }

  .category-card {
    width: 100%;
    height: 110px;
  }

  .category-card.main {
    height: 100%;
    padding-top: 10px;
  }

  .div-block-35 {
    flex-flow: column;
    grid-template-rows: auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-8 {
    padding-left: 10px;
  }

  .image-9 {
    padding-left: 0;
  }

  .subheadline {
    padding-left: 0;
    font-weight: 700;
    line-height: 32px;
  }

  .div-block-39.imagebg {
    background-image: none;
    padding-right: 70px;
  }

  .heading-10 {
    text-align: center;
    padding-right: 0;
  }

  .f-modal-button-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sysf-button.sysf-medium {
    align-self: stretch;
  }

  .bold-text-8 {
    font-size: 36px;
  }

  .div-block-45 {
    flex-flow: row;
    width: auto;
    display: flex;
  }

  .avatarkit-accordion-content-wrap-2 {
    justify-content: center;
    display: flex;
  }

  .avatarkit-vertical-line-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .avatarkit-flex-toggle-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .avatarkit-accordion-head-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .avatarkit-toggle-heading-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: flex-start;
    width: auto;
    max-width: none;
    margin-top: 20px;
    margin-right: 0;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
    display: flex;
  }

  .avatarkit-horizontal-line-2 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .avatarkit-accordion-card-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .avatarkit-toggle-plus-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    place-items: center;
    width: 33px;
    padding: 20px;
    display: flex;
    position: relative;
    right: auto;
  }

  .sticky-buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    display: none;
  }

  .modaloverlay {
    display: none;
  }

  .modal-header {
    width: auto;
  }

  .modal-text {
    text-align: center;
    width: auto;
    max-width: 700px;
  }

  .modal-head {
    flex-flow: column;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .italic-text, .italic-text-3 {
    line-height: 24px;
  }

  .countires-list {
    grid-template-columns: 1fr;
  }

  .image-18 {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }

  .cell-51 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-22 {
    padding-left: 15px;
    padding-right: 10px;
  }

  .text-block-53 {
    padding: 20px 20px 21px;
    font-size: 18px;
    line-height: 25px;
  }

  .textarea, .text-field-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .quick-stack-21 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-bottom: 5px;
  }

  .section-17.swa.main.dc {
    background-position: 50%;
  }

  .image-19 {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }

  .cell-53 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-26 {
    padding-left: 15px;
    padding-right: 10px;
  }

  .text-block-56 {
    padding: 20px 20px 21px;
    font-size: 18px;
    line-height: 25px;
  }

  .text-field-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-15.dc {
    font-size: 46px;
    line-height: 56px;
  }

  .quick-stack-27 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-bottom: 5px;
  }

  .columns-45 {
    flex-direction: column;
  }

  .heading-blue-section-4 {
    line-height: 28px;
  }

  .heading-blue-section-4.left {
    text-align: left;
    font-size: 22px;
    line-height: 28px;
  }

  .programoverviewmodal {
    justify-content: center;
    padding-top: 0;
  }

  .overflow {
    height: 82vw;
    overflow: scroll;
  }

  .close-3.closebutton {
    background-color: #0000;
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 245px;
    left: 275px;
  }

  .training-popup-2 {
    width: auto;
    margin-top: 40px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 20px;
  }

  .training-popup-2.resources {
    width: 80%;
    padding: 10px;
  }
}

#w-node-ad410f0a-60d2-23f8-8daa-655f07e540fc-36465f11, #w-node-c188c20d-297b-de60-287f-9e2e371b2a18-36465f11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-be3589b9-fc9e-4d21-2bb3-47ca0bf2e36d-36465f11 {
  place-self: stretch center;
}

#w-node-_8a118a6c-00a6-bad1-a5a4-60a8a3b6d4d7-36465f11, #w-node-bea2e6e0-9d5b-2bab-d530-628a44e60c1a-36465f11 {
  place-self: auto;
}

#button1.w-node-d191169f-20e6-3aa8-671b-9e56ffbd359b-36465f12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f071d79-3924-ed2a-a856-53309469dc9e-36465f12 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: auto;
}

#w-node-_6f071d79-3924-ed2a-a856-53309469dca9-36465f12 {
  grid-area: 2 / 1 / 3 / 3;
}

#button1.w-node-_6f071d79-3924-ed2a-a856-53309469dcaa-36465f12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0349432-63f2-4c13-789d-4acbf127f56f-36465f12, #w-node-d9592fa2-5b79-00a2-1383-c0e858832700-36465f12, #w-node-d9592fa2-5b79-00a2-1383-c0e858832712-36465f12, #w-node-d9592fa2-5b79-00a2-1383-c0e85883271f-36465f12 {
  align-self: center;
}

#w-node-_2795c563-7b32-6269-4f09-cb7c68011457-36465f12 {
  place-self: center;
}

#w-node-_2795c563-7b32-6269-4f09-cb7c6801145b-36465f12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d9592fa2-5b79-00a2-1383-c0e858832734-36465f12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e461d921-4a50-0038-a301-1c6ec774bdf3-77c03ddf {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-e461d921-4a50-0038-a301-1c6ec774be03-77c03ddf, #w-node-e461d921-4a50-0038-a301-1c6ec774be08-77c03ddf, #w-node-e461d921-4a50-0038-a301-1c6ec774be0d-77c03ddf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e461d921-4a50-0038-a301-1c6ec774be12-77c03ddf {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-e461d921-4a50-0038-a301-1c6ec774be15-77c03ddf {
  grid-template-rows: auto;
  grid-template-columns: minmax(90px, 90px) 1fr;
}

#w-node-e461d921-4a50-0038-a301-1c6ec774be1b-77c03ddf {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-e461d921-4a50-0038-a301-1c6ec774be1e-77c03ddf {
  grid-template-rows: auto;
  grid-template-columns: minmax(90px, 90px) 1fr;
}

#w-node-e461d921-4a50-0038-a301-1c6ec774be24-77c03ddf {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_6f071d79-3924-ed2a-a856-53309469dc9d-36465f12 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: auto center;
  }

  #w-node-_6f071d79-3924-ed2a-a856-53309469dc9e-36465f12 {
    grid-column-end: 3;
  }

  #w-node-_6f071d79-3924-ed2a-a856-53309469dca9-36465f12 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d9592fa2-5b79-00a2-1383-c0e858832712-36465f12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1127255d-5c35-feb7-9eea-4db11e5ed3c6-36465f11 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto start;
  }

  #w-node-be3589b9-fc9e-4d21-2bb3-47ca0bf2e36d-36465f11 {
    place-self: auto;
  }

  #w-node-e461d921-4a50-0038-a301-1c6ec774bdf3-77c03ddf {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1127255d-5c35-feb7-9eea-4db11e5ed3c6-36465f11 {
    justify-self: center;
  }

  #w-node-be3589b9-fc9e-4d21-2bb3-47ca0bf2e36d-36465f11 {
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e461d921-4a50-0038-a301-1c6ec774be03-77c03ddf, #w-node-e461d921-4a50-0038-a301-1c6ec774be08-77c03ddf, #w-node-e461d921-4a50-0038-a301-1c6ec774be0d-77c03ddf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e461d921-4a50-0038-a301-1c6ec774be15-77c03ddf, #w-node-e461d921-4a50-0038-a301-1c6ec774be1e-77c03ddf {
    grid-template-rows: auto;
    grid-template-columns: minmax(80px, 80px) 1fr;
  }
}


@font-face {
  font-family: 'Clarikageo';
  src: url('../fonts/clarikageo-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clarikageo';
  src: url('../fonts/clarikageo-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clarikageo';
  src: url('../fonts/clarikageo-demibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clarikageo';
  src: url('../fonts/clarikageo-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clarikageo';
  src: url('../fonts/clarikageo-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}