﻿/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
h1 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%; }

h2 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 800;
  line-height: 65px;
  font-size: 48px;
  margin: 0;
  text-align: center; }

h3, .h3 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  margin: 0; }

h4 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  margin: 0; }

h5 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin: 0; }

h6 {
  font-family: Nunito;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  margin: 0; }

.subheader {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 21px;
  margin: 25px 0 0;
  letter-spacing: 0em; }

.tagline-subheader {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  margin: 50px 0 0; }

.link-text {
  width: fit-content;
  background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  position: relative; }
  .link-text::after {
    content: '';
    background: url(../../styles/images/link_arrow.svg);
    background-size: 100% 100%;
    display: block;
    margin-left: 10px;
    margin-top: 5px; }
  .link-text::before {
    content: '';
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0; }
  .link-text:hover::after {
    margin-left: 20px; }
  .link-text:hover::before {
    background: linear-gradient(90deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
    background-size: 6px 3px, 100% 3px; }
  .link-text.big-link {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 169%;
    text-transform: uppercase;
    cursor: pointer; }
    .link-text.big-link::after {
      height: 20px;
      width: 20px; }
    .link-text.big-link:hover::before {
      width: calc(100% - 40px);
      bottom: -5px; }
  .link-text.small-link {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    cursor: pointer; }
    .link-text.small-link::after {
      height: 16px;
      width: 16px;
      margin-top: 1px; }
    .link-text.small-link:hover::before {
      width: calc(100% - 36px);
      bottom: -3px; }

.big-number {
  font-family: Nunito;
  font-style: normal;
  font-size: 82px;
  font-weight: 900;
  line-height: 74px; }

.description-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 150%;
  margin: 0; }

.description-bold-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin: 0; }

.basic-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  font-size: 18px;
  margin: 0; }

.quote-content .quote-text {
  font-family: Nunito;
  font-style: italic;
  font-weight: 300;
  font-size: 30px;
  line-height: 150%; }

.quote-content .quote-author {
  font-family: Nunito;
  font-size: 24px;
  line-height: 150%;
  font-style: normal; }
  .quote-content .quote-author .author-name {
    font-weight: 700; }
  .quote-content .quote-author .author-description {
    font-weight: 400; }

.footer-base-text,
.contact-form-input-label,
.contact-form-textfield,
.contact-form-textarea,
ul.attach-list > li {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 168%;
  text-decoration: none; }

.contact-form-header {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  text-transform: capitalize; }

.contact-form-subheader {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px; }

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 100%; }
  h2 {
    font-size: 30px;
    line-height: 110%;
    font-weight: 700; }
  h3, .h3 {
    font-size: 28px;
    line-height: 110%; }
  h4 {
    font-size: 24px;
    line-height: 33px; }
  h5 {
    font-size: 18px;
    line-height: 25px; }
  .subheader {
    font-size: 16px;
    line-height: 140%; }
  .tagline-subheader {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 25px; }
  .link-text.big-link {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    cursor: pointer; }
    .link-text.big-link::after {
      height: 16px;
      width: 16px;
      margin-top: 1px; }
    .link-text.big-link:hover::before {
      width: calc(100% - 36px);
      bottom: -3px; }
  .link-text.small-link {
    font-size: 14px; }
  .description-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%; }
  .description-bold-text {
    font-weight: 500;
    font-size: 16px; }
  .big-number {
    font-size: 72px;
    line-height: 65px; }
  .basic-text {
    font-size: 16px;
    line-height: 140%; }
  .quote-content .quote-text {
    font-weight: 400;
    font-size: 18px; }
  .quote-content .quote-author {
    font-size: 18px; }
  .footer-base-text,
  .contact-form-input-label,
  .contact-form-textfield,
  .contact-form-textarea,
  ul.attach-list > li {
    font-size: 16px;
    line-height: 140%; }
  .contact-form-header {
    font-size: 28px;
    line-height: 110%; }
  .contact-form-subheader {
    font-size: 16px;
    line-height: 140%; } }

.benefits-section {
  display: flex;
  flex-direction: column;
  padding: 70px 60px 100px 60px; }
  .benefits-section .point-text {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    list-style: none;
    margin: 8px 0 0; }
  .benefits-section > ul {
    padding-inline-start: 0;
    margin: 40px 0 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 388.67px);
    gap: 40px;
    grid-template-rows: repeat(3, 158px);
    justify-content: center;
    padding-bottom: 0; }
    .benefits-section > ul .benefits-points-container {
      max-width: 1280px;
      box-shadow: 0px 0px 25px rgba(58, 65, 71, 0.25);
      border-radius: 12px;
      padding: 20px;
      overflow: hidden; }
      .benefits-section > ul .benefits-points-container .profile-img {
        width: 75px;
        height: 75px; }

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .benefits-section > ul {
    grid-template-columns: repeat(3, 360px);
    column-gap: 40px; } }

@media only screen and (min-width: 1440px) {
  .benefits-section > ul {
    grid-template-columns: repeat(3, 389.33px);
    column-gap: 56px; } }

@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .benefits-section > ul {
    grid-template-columns: repeat(3, calc(33% - 18px));
    column-gap: 32px;
    grid-template-rows: repeat(3, 195px); } }

@media only screen and (max-width: 767px) {
  .benefits-section {
    padding-top: 40px;
    padding-bottom: 60px; }
    .benefits-section .point-text {
      font-size: 24px;
      line-height: 33px; }
    .benefits-section > ul {
      margin-top: 30px;
      display: flex;
      flex-direction: column;
      width: 100%;
      gap: 30px; }
      .benefits-section > ul .benefits-points-container {
        background-position: center; } }

@media only screen and (min-width: 375px) and (max-width: 1023px) {
  .benefits-section > ul {
    grid-template-columns: repeat(2, calc(50% - 16px));
    column-gap: 32px;
    grid-template-rows: repeat(4, 195px); } }

/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
h1 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%; }

h2 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 800;
  line-height: 65px;
  font-size: 48px;
  margin: 0;
  text-align: center; }

h3, .h3 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  margin: 0; }

h4 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  margin: 0; }

h5 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin: 0; }

h6 {
  font-family: Nunito;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  margin: 0; }

.subheader {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 21px;
  margin: 25px 0 0;
  letter-spacing: 0em; }

.tagline-subheader {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  margin: 50px 0 0; }

.link-text {
  width: fit-content;
  background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  position: relative; }
  .link-text::after {
    content: '';
    background: url(../../styles/images/link_arrow.svg);
    background-size: 100% 100%;
    display: block;
    margin-left: 10px;
    margin-top: 5px; }
  .link-text::before {
    content: '';
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0; }
  .link-text:hover::after {
    margin-left: 20px; }
  .link-text:hover::before {
    background: linear-gradient(90deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
    background-size: 6px 3px, 100% 3px; }
  .link-text.big-link {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 169%;
    text-transform: uppercase;
    cursor: pointer; }
    .link-text.big-link::after {
      height: 20px;
      width: 20px; }
    .link-text.big-link:hover::before {
      width: calc(100% - 40px);
      bottom: -5px; }
  .link-text.small-link {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    cursor: pointer; }
    .link-text.small-link::after {
      height: 16px;
      width: 16px;
      margin-top: 1px; }
    .link-text.small-link:hover::before {
      width: calc(100% - 36px);
      bottom: -3px; }

.big-number {
  font-family: Nunito;
  font-style: normal;
  font-size: 82px;
  font-weight: 900;
  line-height: 74px; }

.description-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 150%;
  margin: 0; }

.description-bold-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin: 0; }

.basic-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  font-size: 18px;
  margin: 0; }

.quote-content .quote-text {
  font-family: Nunito;
  font-style: italic;
  font-weight: 300;
  font-size: 30px;
  line-height: 150%; }

.quote-content .quote-author {
  font-family: Nunito;
  font-size: 24px;
  line-height: 150%;
  font-style: normal; }
  .quote-content .quote-author .author-name {
    font-weight: 700; }
  .quote-content .quote-author .author-description {
    font-weight: 400; }

.footer-base-text,
.contact-form-input-label,
.contact-form-textfield,
.contact-form-textarea,
ul.attach-list > li {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 168%;
  text-decoration: none; }

.contact-form-header {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  text-transform: capitalize; }

.contact-form-subheader {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px; }

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 100%; }
  h2 {
    font-size: 30px;
    line-height: 110%;
    font-weight: 700; }
  h3, .h3 {
    font-size: 28px;
    line-height: 110%; }
  h4 {
    font-size: 24px;
    line-height: 33px; }
  h5 {
    font-size: 18px;
    line-height: 25px; }
  .subheader {
    font-size: 16px;
    line-height: 140%; }
  .tagline-subheader {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 25px; }
  .link-text.big-link {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    cursor: pointer; }
    .link-text.big-link::after {
      height: 16px;
      width: 16px;
      margin-top: 1px; }
    .link-text.big-link:hover::before {
      width: calc(100% - 36px);
      bottom: -3px; }
  .link-text.small-link {
    font-size: 14px; }
  .description-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%; }
  .description-bold-text {
    font-weight: 500;
    font-size: 16px; }
  .big-number {
    font-size: 72px;
    line-height: 65px; }
  .basic-text {
    font-size: 16px;
    line-height: 140%; }
  .quote-content .quote-text {
    font-weight: 400;
    font-size: 18px; }
  .quote-content .quote-author {
    font-size: 18px; }
  .footer-base-text,
  .contact-form-input-label,
  .contact-form-textfield,
  .contact-form-textarea,
  ul.attach-list > li {
    font-size: 16px;
    line-height: 140%; }
  .contact-form-header {
    font-size: 28px;
    line-height: 110%; }
  .contact-form-subheader {
    font-size: 16px;
    line-height: 140%; } }

.choose-arcadia-section {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .choose-arcadia-section {
      padding-top: 32px;
      padding-bottom: 48px; } }
  @media only screen and (min-width: 768px) {
    .choose-arcadia-section {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .choose-arcadia-section .reasons-header {
    max-width: 720px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .choose-arcadia-section .reasons-header {
        margin-bottom: 48px; } }
    @media only screen and (min-width: 768px) {
      .choose-arcadia-section .reasons-header {
        margin-bottom: 50px; } }
  .choose-arcadia-section .reasons-list {
    display: grid;
    row-gap: 70px;
    max-width: 1280px;
    list-style: none;
    padding-left: 0; }
    @media only screen and (min-width: 1366px) {
      .choose-arcadia-section .reasons-list {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 60px; } }
    @media only screen and (min-width: 1280px) and (max-width: 1365px) {
      .choose-arcadia-section .reasons-list {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 10px; } }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      .choose-arcadia-section .reasons-list {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .choose-arcadia-section .reasons-list {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px; } }
    @media only screen and (max-width: 767px) {
      .choose-arcadia-section .reasons-list {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 25px;
        row-gap: 35px; } }
    .choose-arcadia-section .reasons-list .reasons-item {
      max-width: 380px; }
      .choose-arcadia-section .reasons-list .reasons-item .big-number {
        width: fit-content;
        background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .choose-arcadia-section .reasons-list .reasons-item h4.header {
        margin: 10px 0; }
  .choose-arcadia-section .card {
    line-height: 32.74px;
    font-size: 24px; }
    .choose-arcadia-section .card-title {
      margin: 0 0 10px;
      font-family: Nunito;
      font-weight: 700; }
    .choose-arcadia-section .card-number {
      display: block;
      background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin: 0 0 10px; }
    @media only screen and (max-width: 767px) {
      .choose-arcadia-section .card {
        display: flex;
        flex-direction: row;
        gap: 16px;
        align-items: center;
        font-size: 20px;
        line-height: 27.28px; } }

/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
.who-we-are-section {
  background-color: #F6F7F2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .who-we-are-section {
      padding: 75px 0; } }
  @media only screen and (max-width: 767px) {
    .who-we-are-section {
      padding-top: 48px;
      padding-bottom: 48px; } }
  .who-we-are-section .who-we-are-content-container {
    max-width: 1280px;
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 1023px) {
      .who-we-are-section .who-we-are-content-container {
        flex-direction: column; } }
    .who-we-are-section .who-we-are-content-container .counter-item {
      flex: 1; }
      .who-we-are-section .who-we-are-content-container .counter-item .red-to-orange {
        height: 5px;
        width: 85px;
        background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
        border: none;
        margin: 0 0 15px; }
      .who-we-are-section .who-we-are-content-container .counter-item .text-wrapper .header-text {
        text-align: left; }
      .who-we-are-section .who-we-are-content-container .counter-item .text-wrapper .description-text {
        color: #3A4147; }
      @media only screen and (min-width: 1024px) {
        .who-we-are-section .who-we-are-content-container .counter-item:not(:last-of-type) {
          border-right: 2px solid #FF7A00; } }
      @media only screen and (max-width: 1023px) {
        .who-we-are-section .who-we-are-content-container .counter-item:not(:last-of-type) {
          border-bottom: 2px solid #FF7A00; } }
    .who-we-are-section .who-we-are-content-container .counter-item:first-child {
      padding-right: 60px; }
    .who-we-are-section .who-we-are-content-container .counter-item:last-child {
      padding-left: 60px; }

@media only screen and (max-width: 1023px) {
  .who-we-are-section .counter-item:nth-child(2) {
    border-right: none; }
  .who-we-are-section .counter-item:nth-child(3), .who-we-are-section .counter-item:nth-child(4) {
    width: 100%; } }

@media only screen and (max-width: 1023px) {
  .who-we-are-section {
    display: flex;
    flex-direction: column;
    height: auto; }
    .who-we-are-section .counter-item {
      display: flex;
      justify-content: center;
      align-items: center; }
      .who-we-are-section .counter-item .text-wrapper {
        height: fit-content; }
    .who-we-are-section .counter-item:first-child {
      padding-right: 0 !important;
      padding-bottom: 32px; }
    .who-we-are-section .counter-item:last-child {
      padding-left: 0 !important;
      padding-top: 32px; } }

/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
/* #region colors */
/* #endregion colors */
/* #region breakpoints */
/* #endregion breakpoints */
/* #region media queries for new mockups */
/* #endregion media queries for new mockups */
h1 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%; }

h2 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 800;
  line-height: 65px;
  font-size: 48px;
  margin: 0;
  text-align: center; }

h3, .h3 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  margin: 0; }

h4 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  margin: 0; }

h5 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin: 0; }

h6 {
  font-family: Nunito;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  margin: 0; }

.subheader {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 21px;
  margin: 25px 0 0;
  letter-spacing: 0em; }

.tagline-subheader {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  margin: 50px 0 0; }

.link-text {
  width: fit-content;
  background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  position: relative; }
  .link-text::after {
    content: '';
    background: url(../../styles/images/link_arrow.svg);
    background-size: 100% 100%;
    display: block;
    margin-left: 10px;
    margin-top: 5px; }
  .link-text::before {
    content: '';
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0; }
  .link-text:hover::after {
    margin-left: 20px; }
  .link-text:hover::before {
    background: linear-gradient(90deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
    background-size: 6px 3px, 100% 3px; }
  .link-text.big-link {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 169%;
    text-transform: uppercase;
    cursor: pointer; }
    .link-text.big-link::after {
      height: 20px;
      width: 20px; }
    .link-text.big-link:hover::before {
      width: calc(100% - 40px);
      bottom: -5px; }
  .link-text.small-link {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    cursor: pointer; }
    .link-text.small-link::after {
      height: 16px;
      width: 16px;
      margin-top: 1px; }
    .link-text.small-link:hover::before {
      width: calc(100% - 36px);
      bottom: -3px; }

.big-number {
  font-family: Nunito;
  font-style: normal;
  font-size: 82px;
  font-weight: 900;
  line-height: 74px; }

.description-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 150%;
  margin: 0; }

.description-bold-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin: 0; }

.basic-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  font-size: 18px;
  margin: 0; }

.quote-content .quote-text {
  font-family: Nunito;
  font-style: italic;
  font-weight: 300;
  font-size: 30px;
  line-height: 150%; }

.quote-content .quote-author {
  font-family: Nunito;
  font-size: 24px;
  line-height: 150%;
  font-style: normal; }
  .quote-content .quote-author .author-name {
    font-weight: 700; }
  .quote-content .quote-author .author-description {
    font-weight: 400; }

.footer-base-text,
.contact-form-input-label,
.contact-form-textfield,
.contact-form-textarea,
ul.attach-list > li {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 168%;
  text-decoration: none; }

.contact-form-header {
  font-family: Nunito;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  text-transform: capitalize; }

.contact-form-subheader {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px; }

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 100%; }
  h2 {
    font-size: 30px;
    line-height: 110%;
    font-weight: 700; }
  h3, .h3 {
    font-size: 28px;
    line-height: 110%; }
  h4 {
    font-size: 24px;
    line-height: 33px; }
  h5 {
    font-size: 18px;
    line-height: 25px; }
  .subheader {
    font-size: 16px;
    line-height: 140%; }
  .tagline-subheader {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 25px; }
  .link-text.big-link {
    font-family: Nunito;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    cursor: pointer; }
    .link-text.big-link::after {
      height: 16px;
      width: 16px;
      margin-top: 1px; }
    .link-text.big-link:hover::before {
      width: calc(100% - 36px);
      bottom: -3px; }
  .link-text.small-link {
    font-size: 14px; }
  .description-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%; }
  .description-bold-text {
    font-weight: 500;
    font-size: 16px; }
  .big-number {
    font-size: 72px;
    line-height: 65px; }
  .basic-text {
    font-size: 16px;
    line-height: 140%; }
  .quote-content .quote-text {
    font-weight: 400;
    font-size: 18px; }
  .quote-content .quote-author {
    font-size: 18px; }
  .footer-base-text,
  .contact-form-input-label,
  .contact-form-textfield,
  .contact-form-textarea,
  ul.attach-list > li {
    font-size: 16px;
    line-height: 140%; }
  .contact-form-header {
    font-size: 28px;
    line-height: 110%; }
  .contact-form-subheader {
    font-size: 16px;
    line-height: 140%; } }

.positions-section {
  padding: 100px 80px;
  max-width: 1280px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    .positions-section {
      padding: 48px 16px; } }
  .positions-section .positions-body {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 80px; }
    @media only screen and (min-width: 1024px) and (max-width: 1439px) {
      .positions-section .positions-body {
        gap: 56px; } }
    @media only screen and (max-width: 1023px) {
      .positions-section .positions-body {
        flex-direction: column;
        gap: 32px; } }
    .positions-section .positions-body .positions-filters-container {
      display: flex;
      flex-direction: column;
      gap: 25px;
      width: 360px; }
      @media only screen and (max-width: 1023px) {
        .positions-section .positions-body .positions-filters-container {
          width: 100%; } }
      .positions-section .positions-body .positions-filters-container .search-field-container {
        margin-bottom: 10px;
        position: relative;
        display: flex;
        gap: 10px;
        align-items: center; }
        .positions-section .positions-body .positions-filters-container .search-field-container .search-icon {
          height: 24px;
          width: 24px;
          position: absolute;
          background-image: url("../../images/search.svg");
          background-position: center;
          background-size: 24px;
          margin: 9px 10px 9px 10px; }
        .positions-section .positions-body .positions-filters-container .search-field-container .search-field {
          flex-grow: 1;
          height: 45px;
          background: #FFFFFF;
          border: 1px solid #8C8C8C;
          box-sizing: border-box;
          border-radius: 8px;
          font-family: Roboto;
          font-style: normal;
          font-weight: normal;
          font-size: 18px;
          line-height: 25px;
          padding: 2px 5px 2px 39px; }
          .positions-section .positions-body .positions-filters-container .search-field-container .search-field:focus {
            outline: none;
            border-color: #FF7A00; }
          .positions-section .positions-body .positions-filters-container .search-field-container .search-field:focus-visible {
            outline: none; }
      .positions-section .positions-body .positions-filters-container .location-info {
        font-size: 18px;
        line-height: 27px;
        font-family: Roboto; }
      .positions-section .positions-body .positions-filters-container .positions-filter {
        display: flex;
        flex-direction: column;
        gap: 27px; }
        .positions-section .positions-body .positions-filters-container .positions-filter .filter-title {
          width: fit-content; }
          .positions-section .positions-body .positions-filters-container .positions-filter .filter-title span {
            font-family: Roboto;
            font-style: normal;
            font-weight: bold;
            font-size: 24px;
            line-height: 150%;
            align-items: flex-end;
            font-feature-settings: 'salt' on;
            padding-right: 5px; }
        .positions-section .positions-body .positions-filters-container .positions-filter .filter-list-container {
          display: flex;
          width: fit-content; }
          .positions-section .positions-body .positions-filters-container .positions-filter .filter-list-container .filter-list {
            display: flex;
            flex-wrap: wrap;
            padding: 0;
            gap: 10px; }
            .positions-section .positions-body .positions-filters-container .positions-filter .filter-list-container .filter-list .container {
              display: block;
              cursor: pointer;
              font-size: 22px;
              -webkit-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
              user-select: none;
              font-family: Roboto;
              font-style: normal;
              font-weight: normal;
              font-size: 16px;
              line-height: 27px;
              color: #3A4147; }
              .positions-section .positions-body .positions-filters-container .positions-filter .filter-list-container .filter-list .container input {
                position: absolute;
                opacity: 0;
                cursor: pointer;
                height: 0;
                width: 0; }
              .positions-section .positions-body .positions-filters-container .positions-filter .filter-list-container .filter-list .container:hover input ~ .checkmark {
                background-color: #fff; }
              .positions-section .positions-body .positions-filters-container .positions-filter .filter-list-container .filter-list .container input:checked ~ .checkmark {
                background-color: #00ABDB; }
              .positions-section .positions-body .positions-filters-container .positions-filter .filter-list-container .filter-list .container input:checked ~ .checkmark:after {
                display: block; }
              .positions-section .positions-body .positions-filters-container .positions-filter .filter-list-container .filter-list .container .checkmark:after {
                left: 6px;
                top: 0;
                width: 5px;
                height: 11px;
                border: solid white;
                border-width: 0 4px 4px 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
            .positions-section .positions-body .positions-filters-container .positions-filter .filter-list-container .filter-list .filter-list-item, .positions-section .positions-body .positions-filters-container .positions-filter .filter-list-container .filter-list li {
              list-style-type: none;
              background: #F6F7F2;
              margin-bottom: 15px;
              border-radius: 13px;
              padding: 0px 12px 0px 12px; }
            .positions-section .positions-body .positions-filters-container .positions-filter .filter-list-container .filter-list .filtered-list-item, .positions-section .positions-body .positions-filters-container .positions-filter .filter-list-container .filter-list li:hover {
              box-shadow: 0px 0px 10px #FF7A00; }
            .positions-section .positions-body .positions-filters-container .positions-filter .filter-list-container .filter-list li.active {
              background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%); }
              .positions-section .positions-body .positions-filters-container .positions-filter .filter-list-container .filter-list li.active label {
                color: #F6F7F2; }
    .positions-section .positions-body .filtered-positions-list-container {
      flex: 1; }
      .positions-section .positions-body .filtered-positions-list-container .filtered-list-information {
        font-size: 18px;
        font-family: Roboto;
        font-weight: 400;
        margin-bottom: 25px; }
        @media only screen and (max-width: 767px) {
          .positions-section .positions-body .filtered-positions-list-container .filtered-list-information {
            font-size: 16px;
            margin-bottom: 16px; } }
      .positions-section .positions-body .filtered-positions-list-container .filtered-positions-list {
        display: flex;
        gap: 25px;
        flex-direction: column; }
        .positions-section .positions-body .filtered-positions-list-container .filtered-positions-list .position-card {
          text-decoration: none;
          color: #3A4147;
          flex-grow: 1;
          display: flex; }
          .positions-section .positions-body .filtered-positions-list-container .filtered-positions-list .position-card .card-content-container {
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
            padding: 18px 20px;
            border-radius: 8px;
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: space-between; }
            .positions-section .positions-body .filtered-positions-list-container .filtered-positions-list .position-card .card-content-container .position-description {
              display: flex;
              gap: 5px;
              flex-direction: column; }
              .positions-section .positions-body .filtered-positions-list-container .filtered-positions-list .position-card .card-content-container .position-description .required-skills-list .skills-item {
                font-family: Roboto;
                font-size: 18px; }
                @media only screen and (max-width: 767px) {
                  .positions-section .positions-body .filtered-positions-list-container .filtered-positions-list .position-card .card-content-container .position-description .required-skills-list .skills-item {
                    font-size: 14px; } }
              .positions-section .positions-body .filtered-positions-list-container .filtered-positions-list .position-card .card-content-container .position-description .required-skills-list .skills-item:not(:last-of-type) .separator::before {
                margin: 0 3px 0 -3px;
                content: ','; }
            .positions-section .positions-body .filtered-positions-list-container .filtered-positions-list .position-card .card-content-container .card-arrow-container .arrow-right {
              content: '';
              display: block;
              width: calc(11px * 1.41);
              height: calc(11px * 1.41);
              background: white;
              border: 4px solid #FF7A00;
              border-top: none;
              border-right: none;
              border-radius: 2px;
              position: relative;
              transform: rotate(-135deg); }
          .positions-section .positions-body .filtered-positions-list-container .filtered-positions-list .position-card .card-content-container:hover {
            box-shadow: 0px 0px 3px 0px #FF7A00;
            background: #F6F7F2; }
            .positions-section .positions-body .filtered-positions-list-container .filtered-positions-list .position-card .card-content-container:hover .card-arrow-container .arrow-right {
              content: '';
              display: block;
              width: calc(11px * 1.41);
              height: calc(11px * 1.41);
              background: #F6F7F2;
              border: 4px solid #FF7A00;
              border-top: none;
              border-right: none;
              border-radius: 2px;
              position: relative;
              transform: rotate(-135deg); }
  .positions-section .positions-header {
    font-family: Nunito !important;
    font-style: normal !important;
    font-weight: 800 !important;
    margin-bottom: 50px;
    text-align: left; }
  .positions-section .view-more-btn-container {
    display: flex;
    justify-content: center; }
    .positions-section .view-more-btn-container .view-more-btn {
      border: none;
      padding: 0;
      font: inherit;
      cursor: pointer;
      margin-top: 60px;
      font-family: Nunito;
      font-size: 14px; }
      @media only screen and (min-width: 768px) {
        .positions-section .view-more-btn-container .view-more-btn {
          width: fit-content;
          background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; } }
      @media only screen and (max-width: 767px) {
        .positions-section .view-more-btn-container .view-more-btn {
          background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
          padding: 5px 15px;
          color: #FFFFFF;
          border-radius: 24px;
          margin-top: 46px; } }

hr.orange-divider {
  height: 3px;
  background: linear-gradient(180deg, #FF3D00 0%, #F6F7F2 100%);
  width: 100%;
  border: none;
  margin: 0; }

section.careers-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px; }
  section.careers-section .header {
    margin: 0; }
  section.careers-section .careers-content-container {
    max-width: 1280px;
    display: flex;
    width: 100%;
    margin-top: 50px;
    gap: 50px;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 1023px) {
      section.careers-section .careers-content-container {
        margin-top: 24px;
        gap: 8px; } }
    section.careers-section .careers-content-container .main-text {
      max-width: 768px;
      flex: 1; }
      section.careers-section .careers-content-container .main-text .tagline-line-644 {
        margin-top: 40px; }
    section.careers-section .careers-content-container .tagline-subheader {
      color: #F6F7F2;
      font-weight: 400 !important; }
    section.careers-section .careers-content-container .careers-tagline-img {
      background: url(../../images/about-us-tagline-big.svg) no-repeat;
      width: 399px;
      height: 483px;
      background-size: contain; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        section.careers-section .careers-content-container .careers-tagline-img {
          background-image: url(../../images/about-us-tagline-medium.svg); } }
      @media only screen and (max-width: 1279px) {
        section.careers-section .careers-content-container .careers-tagline-img {
          width: 300px;
          height: 363px; } }
      @media only screen and (max-width: 1023px) {
        section.careers-section .careers-content-container .careers-tagline-img {
          width: 200px;
          height: 327px; } }
      @media only screen and (max-width: 767px) {
        section.careers-section .careers-content-container .careers-tagline-img {
          display: none; } }
    section.careers-section .careers-content-container .go-down-btn {
      display: flex;
      gap: 15px;
      align-items: center;
      justify-content: center;
      position: relative;
      background: linear-gradient(0.25turn, #FF3D00 3.35%, #FF7A00 100%);
      width: fit-content;
      color: #FFFFFF;
      cursor: pointer;
      font-family: Nunito;
      font-weight: 700;
      font-style: normal;
      font-size: 16px;
      line-height: 21.82px;
      border: none;
      border-radius: 100px;
      margin-top: 30px;
      padding: 10px 25px; }
      section.careers-section .careers-content-container .go-down-btn:hover {
        box-shadow: 0px 0px 10px #FF7A00; }
      section.careers-section .careers-content-container .go-down-btn .arrow-right {
        content: '';
        mask-image: url(../../images/link_arrow.svg);
        mask-repeat: no-repeat;
        mask-size: contain;
        background-color: #FFFFFF;
        width: 20px;
        height: 20px; }
        @media only screen and (max-width: 374px) {
          section.careers-section .careers-content-container .go-down-btn .arrow-right {
            display: none; } }
      @media only screen and (max-width: 767px) {
        section.careers-section .careers-content-container .go-down-btn {
          font-size: 14px;
          line-height: 19.1px; } }

@media only screen and (max-width: 374px) {
  section.careers-section .careers-content-container .go-down-btn {
    width: 100%; } }

@media only screen and (min-width: 1280px) {
  section.careers-section .careers-content-container {
    margin-top: 50px; } }

@media only screen and (max-width: 767px) {
  section.careers-section .header {
    margin: 25px 0 8px; } }
