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

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --primary--deep-sapphire--dark: #011d4b;
  --primary--deep-sapphire--main: #07419f;
  --primary--deep-sapphire--accent: #002869;
  --primary--regent-st-blue--main: #c5dde8;
  --primary--regent-st-blue--accent: #a5c7d5;
  --primary--regent-st-blue--dark: #90b5c5;
  --primary--big-stone--main: #093153;
  --primary--big-stone--accent: #062138;
  --primary--big-stone--dark: #041828;
  --secondary--lochmara--main: #5bc3ff;
  --secondary--lochmara--accent: #1791d8;
  --secondary--lochmara--dark: #0a85cd;
  --secondary--java--main: #1cd2c7;
  --secondary--java--accent: #12b3a9;
  --secondary--java--dark: #109c94;
  --secondary--concrete--main: #fafafc;
  --secondary--concrete--accent: #f3f3f6;
  --secondary--concrete--dark: #dedee5;
  --system--carnation--main: #ff8080;
  --system--carnation--accent: #ff5c5c;
  --system--carnation--dark: #ff3b3b;
  --system--shamrock--main: #57eba1;
  --system--shamrock--accent: #39d98a;
  --system--shamrock--dark: #06c270;
  --system--cornflower--main: #9dbff9;
  --system--cornflower--accent: #5b8def;
  --system--cornflower--dark: #0063f7;
  --system--texas-rose--main: #fccc75;
  --system--texas-rose--accent: #fdac42;
  --system--texas-rose--dark: #f80;
  --mono--white: white;
  --mono--black: black;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #333;
  flex-direction: column;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  line-height: 30px;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 70px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

p {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.ds-section {
  border-bottom: 1px solid #d1d1d1d1;
  padding: 32px;
}

.ds-container {
  max-width: 100%;
}

.ds-container.ds-container--grid {
  justify-content: space-between;
  margin-bottom: 32px;
  display: flex;
}

.ds-page {
  padding-bottom: 128px;
}

.ds-title {
  margin-bottom: 32px;
}

.ds-col {
  flex: 1;
}

.ds-col.ds-col--inverted {
  background-color: var(--primary--deep-sapphire--dark);
}

.ds-caption {
  color: #999;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 100%;
}

.ds-row {
  margin-bottom: 32px;
}

.body-lead {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.body-small {
  font-size: 14px;
  line-height: 24px;
}

.body-blockquote {
  border-left-width: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
}

.body-capitalized {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 28px;
}

.body-tiny {
  font-size: 8px;
  font-weight: 600;
  line-height: 10px;
}

.ds-color {
  border-radius: 8px;
  width: 64px;
  height: 64px;
  margin-right: 8px;
  display: inline-block;
  box-shadow: 1px 1px 8px #00000026;
}

.ds-color.ds-primary-deep-sapphire-main {
  background-color: var(--primary--deep-sapphire--main);
}

.ds-color.ds-primary-deep-sapphire-accent {
  background-color: var(--primary--deep-sapphire--accent);
}

.ds-color.ds-primary-deep-sapphire-dark {
  background-color: var(--primary--deep-sapphire--dark);
}

.ds-color.ds-primary-regent-st-blue-main {
  background-color: var(--primary--regent-st-blue--main);
}

.ds-color.ds-primary-regent-st-blue-accent {
  background-color: var(--primary--regent-st-blue--accent);
}

.ds-color.ds-primary-regent-st-blue-dark {
  background-color: var(--primary--regent-st-blue--dark);
}

.ds-color.ds-big-stone-main {
  background-color: var(--primary--big-stone--main);
}

.ds-color.ds-big-stone-accent {
  background-color: var(--primary--big-stone--accent);
}

.ds-color.ds-big-stone-dark {
  background-color: var(--primary--big-stone--dark);
}

.ds-color.ds-secondary-lochmara-main {
  background-color: var(--secondary--lochmara--main);
}

.ds-color.ds-secondary-lochmara-accent {
  background-color: var(--secondary--lochmara--accent);
}

.ds-color.ds-secondary-lochmara-dark {
  background-color: var(--secondary--lochmara--dark);
}

.ds-color.ds-secondary-java-main {
  background-color: var(--secondary--java--main);
}

.ds-color.ds-secondary-java-accent {
  background-color: var(--secondary--java--accent);
}

.ds-color.ds-secondary-java-dark {
  background-color: var(--secondary--java--dark);
}

.ds-color.ds-secondary-concrete-main {
  background-color: var(--secondary--concrete--main);
}

.ds-color.ds-secondary-concrete-accent {
  background-color: var(--secondary--concrete--accent);
}

.ds-color.ds-secondary-concrete-dark {
  background-color: var(--secondary--concrete--dark);
}

.ds-color.ds-system-carnation-main {
  background-color: var(--system--carnation--main);
}

.ds-color.ds-system-carnation-accent {
  background-color: var(--system--carnation--accent);
}

.ds-color.ds-system-carnation-dark {
  background-color: var(--system--carnation--dark);
}

.ds-color.ds-system-shamrock-main {
  background-color: var(--system--shamrock--main);
}

.ds-color.ds-system-shamrock-accent {
  background-color: var(--system--shamrock--accent);
}

.ds-color.ds-system-shamrock-dark {
  background-color: var(--system--shamrock--dark);
}

.ds-color.ds-system-cornflower-main {
  background-color: var(--system--cornflower--main);
}

.ds-color.ds-system-cornflower-accent {
  background-color: var(--system--cornflower--accent);
}

.ds-color.ds-system-cornflower-dark {
  background-color: var(--system--cornflower--dark);
}

.ds-color.ds-system-texas-rose-main {
  background-color: var(--system--texas-rose--main);
}

.ds-color.ds-system-texas-rose-accent {
  background-color: var(--system--texas-rose--accent);
}

.ds-color.ds-system-texas-rose-dark {
  background-color: var(--system--texas-rose--dark);
}

.ds-elevation {
  border-radius: 8px;
  width: 180px;
  height: 80px;
}

.ds-elevation.elevation-inset-01 {
  box-shadow: inset 0 1px 4px #60617052;
}

.ds-elevation.elevation-01 {
  box-shadow: 0 1px 2px #60617029, 0 0 1px #28293d14;
}

.ds-elevation.elevation-02 {
  box-shadow: 0 2px 4px #60617029, 0 0 1px #28293d0a;
}

.ds-elevation.elevation-03 {
  box-shadow: 0 4px 8px #60617029, 0 0 2px #28293d0a;
}

.ds-elevation.elevation-04 {
  box-shadow: 0 8px 16px #60617029, 0 2px 4px #28293d0a;
}

.ds-elevation.elevation-05 {
  box-shadow: 0 16px 24px #60617029, 0 2px 8px #28293d66;
}

.ds-elevation.elevation-06 {
  box-shadow: 0 20px 32px #6061701a, 0 2px 8px #28293d05;
}

.btn {
  text-align: center;
  border-radius: 8px;
  height: 50px;
  padding: 0 60px;
  font-weight: 700;
  line-height: 50px;
}

.btn.btn-primary {
  background-color: var(--secondary--lochmara--accent);
}

.btn.btn-primary:hover {
  background-color: var(--secondary--lochmara--main);
}

.btn.btn-primary:active {
  background-color: var(--secondary--lochmara--dark);
}

.btn.btn-secondary {
  background-color: var(--primary--deep-sapphire--accent);
}

.btn.btn-secondary:hover {
  background-color: var(--primary--deep-sapphire--main);
}

.btn.btn-secondary:active {
  background-color: var(--primary--deep-sapphire--dark);
}

.header {
  background-color: var(--primary--deep-sapphire--accent);
  justify-content: space-between;
  align-items: flex-end;
  height: 160px;
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.header__logo {
  width: 150px;
  height: 30px;
}

.header__nav {
  align-items: center;
  list-style-type: none;
  display: flex;
}

.header__nav-item {
  margin-right: 50px;
}

.header__nav-item.header__nav-item--last {
  margin-right: 0;
}

.header__nav-item-link {
  color: var(--mono--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}

.header__nav-item-link:hover {
  text-decoration: underline;
}

.header__nav-item-link.btn.btn-primary {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.header__nav-item-link.btn.btn-primary:hover {
  text-decoration: none;
}

.footer {
  background-color: var(--primary--deep-sapphire--accent);
  background-image: url('../images/footer-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1440px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: 195px;
  padding-bottom: 100px;
  display: flex;
}

.footer__inner {
  background-color: var(--mono--white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 250px;
  padding: 50px;
  display: flex;
}

.footer__inner-logo {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer__inner-logo-image {
  width: 100px;
  height: 20px;
}

.footer__inner-logo-email {
  color: var(--secondary--lochmara--accent);
  text-decoration: none;
}

.footer__inner-logo-email:hover {
  text-decoration: underline;
}

.footer__inner-bottom-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer__inner-bottom-nav-list {
  display: flex;
}

.footer__inner-bottom-nav-list-item {
  margin-left: 50px;
}

.footer__inner-bottom-nav-list-item-link {
  color: var(--primary--deep-sapphire--accent);
  text-decoration: none;
}

.footer__inner-bottom-nav-list-item-link:hover {
  text-decoration: underline;
}

.paragraph {
  color: var(--primary--deep-sapphire--accent);
}

.hero {
  background-color: var(--primary--deep-sapphire--accent);
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container {
  max-width: 1170px;
  padding-left: 0;
  padding-right: 0;
}

.container.hero__container {
  justify-content: space-around;
  display: flex;
}

.hero__masthead {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero__masthead-title {
  color: var(--mono--white);
  max-width: 396px;
}

.hero__masthead-text {
  color: var(--primary--regent-st-blue--accent);
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 40px;
}

.section.section-intro {
  margin-bottom: 92px;
  position: relative;
}

.section.section-bg-with-arrow {
  background-color: #e9f7fb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 200px;
  padding-top: 200px;
  padding-bottom: 148px;
  display: flex;
  position: relative;
}

.section.section-benefits {
  background-image: url('../images/background-ellipse.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 160px;
  padding-bottom: 150px;
  position: relative;
}

.section.section-experience {
  margin-bottom: 100px;
}

.section.section-join {
  background-color: #e9f7fb;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.section-perspectives {
  background-color: var(--primary--deep-sapphire--accent);
  padding-top: 200px;
  padding-bottom: 0;
}

.section.section-careers, .section.section-career-details, .section.section-terms-layout {
  margin-bottom: 200px;
}

.section-intro__top {
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-intro__top-image {
  max-height: 299px;
}

.section-intro__top-text {
  color: #0f6f8d;
  margin-right: 20px;
  padding-left: 130px;
  font-size: 28px;
  line-height: 40px;
}

.background-rectangle {
  background-color: #fdac421a;
  width: 100vw;
  height: 368px;
  position: absolute;
  left: -50%;
}

.cta-row {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-row__text {
  color: #0f6f8d;
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.section-bg-with-arrow__text {
  color: var(--primary--deep-sapphire--accent);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.section-bg-with-arrow__image {
  position: absolute;
  top: 112px;
  left: 50%;
  right: 50%;
  transform: translate(-50%);
}

.text-span {
  text-decoration: underline;
}

.section-benefits__title {
  color: var(--primary--deep-sapphire--accent);
  text-align: center;
  margin-bottom: 100px;
}

.section-benefits__list {
  justify-content: space-around;
  margin-bottom: 140px;
  list-style-type: none;
  display: flex;
}

.section-benefits__list-item {
  flex-direction: column;
  align-items: center;
  width: 320px;
  display: flex;
}

.section-benefits__list-item-image {
  width: 180px;
  height: 180px;
  margin-bottom: 25px;
}

.section-benefits__list-item-text {
  color: var(--primary--big-stone--accent);
  text-align: center;
  max-width: 164px;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.background-circle {
  background-color: #fdac420d;
  border-radius: 100%;
  width: 753px;
  height: 753px;
  position: absolute;
  top: 0;
  left: -50%;
}

.background-ellipse {
  z-index: -1;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.section-experience__title {
  color: var(--primary--deep-sapphire--accent);
  text-align: center;
}

.underline, .hero__masthead-text-underline {
  text-decoration: underline;
}

.section-experience__list {
  justify-content: space-around;
  margin-top: 100px;
  margin-bottom: 250px;
  display: flex;
}

.section-experience__list-item {
  text-align: center;
  width: 320px;
}

.section-experience__list-item-text {
  color: #6d767d;
  font-size: 20px;
  line-height: 32px;
}

.section-experience__list-item-title {
  color: var(--primary--big-stone--accent);
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.section-join__inner {
  justify-content: space-between;
  align-items: center;
  padding-left: 130px;
  padding-right: 130px;
  display: flex;
}

.section-join__title {
  color: var(--primary--deep-sapphire--accent);
  text-align: center;
  margin-bottom: 100px;
}

.section-join__inner-image {
  width: 480px;
}

.section-join__inner-description-text {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 40px;
}

.section-perspectives__title {
  color: var(--mono--white);
  text-align: center;
}

.section-perspectives__inner {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 100px;
  display: grid;
}

.post-card {
  flex-direction: column;
  width: 100%;
  max-width: 370px;
  display: flex;
}

.post-card__thumb-image {
  border-radius: 8px;
  width: 100%;
}

.post-card__title {
  color: var(--primary--deep-sapphire--accent);
  text-decoration: none;
}

.post-card__title:hover {
  text-decoration: underline;
}

.post-card__title-text {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.post-card__title-text.post-card__title-text--inverted {
  color: var(--mono--white);
}

.post-card__date {
  color: var(--primary--deep-sapphire--accent);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}

.post-card__date.post-card__date--inverted {
  color: var(--primary--regent-st-blue--accent);
}

.section__actions {
  text-align: center;
}

.contact-form {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-form__inner {
  background-color: var(--mono--white);
  border-radius: 8px;
  padding: 80px 85px;
}

.section-contact-form.mfp-hide {
  background-color: var(--primary--deep-sapphire--accent);
}

.contact-form__inner-wrapper-item {
  position: relative;
}

.section-contact-form__header {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 70px;
}

.contact-form__inner-wrapper-item-label {
  color: var(--primary--deep-sapphire--accent);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: font-size .2s, transform .2s;
  position: absolute;
  top: 18px;
  left: 30px;
}

.contact-form__inner-wrapper-item-input {
  background-color: var(--secondary--concrete--accent);
  color: var(--primary--deep-sapphire--accent);
  border: 1px solid #0000;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.contact-form__inner-wrapper-item-input:focus {
  border: 1px solid var(--system--cornflower--accent);
}

.close-modal {
  color: var(--primary--deep-sapphire--accent);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  position: absolute;
  top: 40px;
  right: 50px;
}

.close-modal:hover {
  text-decoration: underline;
}

.contact-form__inner-title {
  color: var(--primary--deep-sapphire--accent);
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
  line-height: 44px;
}

.contact-form__inner-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form__inner-wrapper-item-textarea {
  background-color: var(--secondary--concrete--accent);
  color: var(--primary--deep-sapphire--accent);
  border: 1px solid #0000;
  border-radius: 8px;
  min-height: 200px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.contact-form__inner-wrapper-item-textarea:focus {
  border: 1px solid var(--system--cornflower--accent);
}

.contact-form__success {
  background-color: var(--mono--white);
  border-radius: 8px;
  padding: 130px 118px 80px;
}

.contact-form__success-title {
  color: var(--primary--deep-sapphire--accent);
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-form__success-text {
  color: var(--primary--deep-sapphire--accent);
  font-size: 20px;
  line-height: 32px;
}

.section-page-title {
  padding-top: 200px;
  padding-bottom: 100px;
}

.section-page-title__text {
  text-align: center;
  font-size: 58px;
  line-height: 70px;
}

.section-perspective-posts__inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 200px;
}

.section-perspective-posts__inner-list {
  grid-column-gap: 30px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-header {
  justify-content: space-between;
  margin-bottom: 110px;
  display: flex;
}

.post-header__meta {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-right: 50px;
  display: flex;
}

.post-header__image-source {
  border-radius: 8px;
  max-height: 390px;
}

.post-header__meta-sharing-list {
  display: flex;
}

.post-header__meta-sharing-list-item {
  margin-right: 16px;
}

.post-header__meta-sharing-list-item.post-header__meta-sharing-list-item--last {
  color: var(--primary--deep-sapphire--accent);
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: center;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.post-header__meta-title-date {
  color: var(--primary--deep-sapphire--accent);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 14px;
  line-height: 26px;
}

.post-body {
  justify-content: space-between;
  display: flex;
}

.post-body__content {
  flex: 1;
  max-width: 700px;
}

.post-body__aside {
  width: 100%;
  max-width: 370px;
}

.post-body__aside-title {
  color: var(--primary--deep-sapphire--accent);
  margin-bottom: 40px;
}

.post-body__aside-related-list-item {
  margin-bottom: 20px;
}

.page-careers {
  background-color: #e9f7fb;
}

.section-careers__wrapper-list-item {
  margin-bottom: 8px;
}

.section-careers__wrapper-list-item-card {
  background-color: var(--mono--white);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  display: flex;
}

.section-careers__wrapper-list-item-card-link {
  padding: 50px;
  text-decoration: none;
  display: block;
}

.section-careers__wrapper-list-item-card-details {
  flex-direction: column;
  display: flex;
}

.section-careers__wrapper-list-item-card-details-title {
  color: var(--primary--deep-sapphire--accent);
  font-size: 24px;
  line-height: 32px;
}

.section-careers__wrapper-list-item-card-details-meta {
  color: var(--primary--deep-sapphire--accent);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.section-careers__wrapper-list-item-card-details-meta-divider {
  margin-left: 4px;
  margin-right: 4px;
}

.section-career-details__content {
  background-color: var(--mono--white);
  border-radius: 8px;
  padding: 50px;
}

.section-career-details__content-header {
  margin-bottom: 30px;
}

.section-career-details__content-body {
  margin-bottom: 64px;
}

.section-career-details__content-header-title {
  color: var(--primary--deep-sapphire--accent);
  font-size: 24px;
  line-height: 32px;
}

.section-career-details__content-header-meta {
  color: var(--primary--deep-sapphire--accent);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.section-career-details__content-header-meta-divider {
  margin-left: 4px;
  margin-right: 4px;
}

.section-career-details__content-body-title {
  color: #060d2f;
  margin-bottom: 40px;
}

.section-career-details__content-footer {
  text-align: center;
}

.section-career-details__content-body-description {
  margin-bottom: 30px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.section-404__header, .section-404__body {
  text-align: center;
}

.section-404__body-image {
  margin-top: 150px;
  margin-bottom: 30px;
}

.section-404__body-title {
  color: var(--primary--deep-sapphire--accent);
}

.section-404__body-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.header__toggle-menu {
  flex-direction: column;
  justify-content: space-between;
  width: 48px;
  height: 48px;
  padding: 16px 12px;
  display: none;
}

.header__toggle-menu-line {
  background-color: #387bff;
  width: 24px;
  height: 2px;
}

.header__toggle-menu-line.header__toggle-menu-line--short {
  width: 16px;
}

.pagination {
  margin-top: 32px;
}

.btn__pagination-text, .btn__pagination-icon {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .header {
    align-items: center;
    height: 100px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header__logo.w--current {
    z-index: 2;
    width: 120px;
    position: relative;
  }

  .header__nav {
    z-index: 1;
    background-color: var(--primary--deep-sapphire--accent);
    background-image: url('../images/mobile-menu-bg.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-direction: column;
    justify-content: center;
    transition: transform .4s;
    position: absolute;
    inset: 0%;
    transform: none;
  }

  .header__nav-item {
    margin-bottom: 50px;
    margin-right: 0;
  }

  .footer {
    padding: 98px 24px 50px;
  }

  .footer__inner {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer__inner-bottom-nav {
    border-top: 1px solid var(--secondary--concrete--accent);
    flex-direction: column;
    margin-top: 30px;
    padding-top: 30px;
  }

  .footer__inner-bottom-nav-list {
    flex-direction: column;
    align-items: center;
  }

  .footer__inner-bottom-nav-list-item {
    margin-left: 0;
  }

  .hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.hero__container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .container.container-404 {
    flex-direction: column;
    height: 100vh;
    display: flex;
  }

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

  .hero__image {
    margin-bottom: 50px;
  }

  .hero__masthead-title {
    font-size: 32px;
    line-height: 48px;
  }

  .hero__masthead-text {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .section.section-benefits {
    margin-bottom: 80px;
    padding-bottom: 75px;
  }

  .section.section-experience {
    margin-bottom: 50px;
  }

  .section.section-join {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.section-perspectives {
    padding-top: 80px;
  }

  .section.section-careers {
    margin-bottom: 100px;
  }

  .section.section-career-details {
    margin-bottom: 80px;
  }

  .section.section-404 {
    flex: 1;
  }

  .section-intro__top {
    flex-direction: column;
  }

  .section-intro__top-text {
    text-align: center;
    margin-bottom: 40px;
    margin-right: 0;
    padding-left: 0;
  }

  .background-rectangle {
    width: 50vw;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    right: 0;
  }

  .section-bg-with-arrow__text {
    font-size: 22px;
  }

  .section-benefits__list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
  }

  .section-benefits__list-item {
    width: 100%;
    margin-bottom: 80px;
  }

  .section-benefits__list-item.section-benefits__list-item--last {
    margin-bottom: 0;
  }

  .section-benefits__list-item-text {
    max-width: 210px;
  }

  .background-circle {
    width: 500px;
    height: 500px;
    left: -250px;
  }

  .section-experience__list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 125px;
  }

  .section-join__inner {
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .section-join__title {
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 48px;
  }

  .section-join__inner-description {
    text-align: center;
  }

  .section-join__inner-image {
    margin-bottom: 40px;
  }

  .section-perspectives__title {
    font-size: 32px;
    line-height: 48px;
  }

  .section-perspectives__inner {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
  }

  .post-card {
    max-width: 100%;
  }

  .contact-form__inner {
    padding: 40px;
  }

  .section-contact-form__header {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .close-modal {
    top: 20px;
    right: 25px;
  }

  .contact-form__inner-wrapper {
    flex-direction: column;
    display: flex;
  }

  .contact-form__inner-wrapper-item-textarea {
    min-height: 120px;
  }

  .section-page-title {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .section-perspective-posts__inner {
    margin-bottom: 80px;
  }

  .section-perspective-posts__inner-list {
    flex-direction: column;
    display: flex;
  }

  .section-404__header {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .section-404__body {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-404__body-image {
    width: 180px;
    margin-top: 0;
  }

  .header__toggle-menu {
    z-index: 2;
    display: flex;
  }

  .header__toggle-menu-line {
    width: 24px;
    transition: transform .2s, opacity .2s;
  }

  .header__toggle-menu-line.header__toggle-menu-line--short {
    width: 16px;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }

  .btn.btn-secondary {
    width: auto;
    margin-top: 30px;
  }

  .section.section-bg-with-arrow {
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 64px;
  }

  .section-experience__list {
    flex-direction: column;
    align-items: center;
  }

  .section-experience__list-item {
    margin-bottom: 80px;
  }

  .section-experience__list-item.section-experience__list-item--last {
    margin-bottom: 0;
  }

  .section-page-title__text {
    font-size: 32px;
    line-height: 48px;
  }

  .section-careers__wrapper-list-item {
    margin-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-careers__wrapper-list-item-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

#w-node-_15eac23a-1a18-f024-6cd1-4369db47d87c-db47d862 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#message-2.w-node-_15eac23a-1a18-f024-6cd1-4369db47d87d-db47d862 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15eac23a-1a18-f024-6cd1-4369db47d880-db47d862 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}