@font-face {
  font-family: "AssociateSans";
  src: url("/assets/fonts/AssociateSansLight.otf");
  font-weight: 300; }
@font-face {
  font-family: "AssociateSans";
  src: url("/assets/fonts/AssociateSansRegular.otf");
  font-weight: 400; }
@font-face {
  font-family: "AssociateSans";
  src: url("/assets/fonts/AssociateSansMedium.otf");
  font-weight: 500; }
@font-face {
  font-family: "AssociateSans";
  src: url("/assets/fonts/AssociateSansBold.otf");
  font-weight: 700; }
body {
  color: #44474e;
  position: relative;
  font-family: "AssociateSans";
  font-weight: 300; }

p {
  margin: 0; }

a {
  color: inherit;
  text-decoration: none; }

label {
  font-weight: 400; }

input,
.form-control {
  font-weight: 300; }

strong {
  font-weight: 500; }

section {
  padding: 120px 0; }

ul {
  padding-left: 1rem; }
  ul li::marker {
    font-size: 12px; }
  ul li.marker-primary::marker {
    color: #f51e3c; }

.lang-icon {
  height: 1rem;
  margin-right: 0.5rem; }

.active-lang {
  font-weight: 500; }

.about,
.benefits,
.services,
.contact,
.stole {
  overflow: hidden; }

.decorated-title {
  position: relative;
  padding-left: 4.5rem;
  color: #f51e3c;
  margin-bottom: 1.5rem;
  font-weight: 500; }
  .decorated-title::before {
    content: "";
    position: absolute;
    left: 0;
    width: 3.5rem;
    height: 3px;
    top: calc(50% - 1.5px);
    background-color: #f51e3c; }

.primary-fill {
  fill: #f51e3c; }

.secondary-fill {
  fill: #090645; }

.decorated-image {
  position: relative; }
  .decorated-image img {
    height: 350px;
    width: 100%;
    object-fit: cover; }
  .decorated-image .dots-decoration, .decorated-image .dots-decoration--left-middle-top, .decorated-image .dots-decoration--right-middle {
    position: absolute; }
    .decorated-image .dots-decoration svg, .decorated-image .dots-decoration--left-middle-top svg, .decorated-image .dots-decoration--right-middle svg {
      width: 150px;
      height: 150px; }
    .decorated-image .dots-decoration--left-middle-top {
      top: calc(35% - 75px); }
    .decorated-image .dots-decoration--right-middle {
      right: 0;
      top: calc(50% - 75px); }
  @media (min-width: 768px) {
    .decorated-image img {
      height: 380px; } }
  @media (min-width: 992px) {
    .decorated-image img {
      height: 490px; }
    .decorated-image .dots-decoration svg, .decorated-image .dots-decoration--left-middle-top svg, .decorated-image .dots-decoration--right-middle svg {
      width: 220px;
      height: 220px; }
    .decorated-image .dots-decoration--right-middle {
      top: calc(50% - 110px); } }
  @media (min-width: 1200px) {
    .decorated-image img {
      height: 520px; }
    .decorated-image .dots-decoration svg, .decorated-image .dots-decoration--left-middle-top svg, .decorated-image .dots-decoration--right-middle svg {
      width: 250px;
      height: 250px; }
    .decorated-image .dots-decoration--right-middle {
      top: calc(50% - 125px); } }

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #ffffff;
  overflow: hidden; }
  .hero .hero-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; }
  .hero .hero-content {
    text-align: right; }
    .hero .hero-content__text {
      text-align: left; }
      .hero .hero-content__text * {
        font-size: 2.5rem; }
    .hero .hero-content__logo {
      height: 120px;
      margin-top: 2rem; }
    @media (min-width: 992px) {
      .hero .hero-content {
        display: flex;
        align-items: center;
        text-align: left; }
        .hero .hero-content__text {
          width: 70%; }
        .hero .hero-content__logo {
          margin-top: 0; } }
    @media (min-width: 1200px) {
      .hero .hero-content__text * {
        font-size: 3rem; } }
    @media (min-width: 1400px) {
      .hero .hero-content__text {
        width: 65%; } }
  .hero .hero-decoration {
    position: absolute;
    bottom: -150px;
    width: 300px;
    right: calc(50% - 150px); }
    @media (min-width: 1200px) {
      .hero .hero-decoration {
        width: 400px;
        right: -200px;
        bottom: calc(50% - 200px); } }
    @media (min-width: 1400px) {
      .hero .hero-decoration {
        width: 450px;
        right: -225px;
        bottom: calc(50% - 225px); } }

.about {
  color: #ffffff;
  position: relative;
  overflow: hidden; }
  .about .about-decoration {
    position: absolute;
    width: 250px;
    top: -98px;
    right: -114px; }
    @media (min-width: 768px) {
      .about .about-decoration {
        left: -114px; } }
    @media (min-width: 992px) {
      .about .about-decoration {
        width: 300px;
        left: -138px;
        top: -114px; } }
    @media (min-width: 1200px) {
      .about .about-decoration {
        width: 350px;
        left: -160px;
        top: -134px; } }

.services {
  position: relative; }
  .services .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 100%));
    column-gap: 20px;
    row-gap: 20px; }
    .services .services-grid .service {
      overflow: hidden;
      position: relative;
      width: 100%;
      height: 100%;
      background-color: #a8a9ad;
      color: #ffffff;
      padding: 2rem 100px 2rem 2rem; }
      .services .services-grid .service__title {
        font-weight: 400; }
      .services .services-grid .service__decoration {
        position: absolute;
        right: -100px;
        top: calc(50% - 100px); }
        .services .services-grid .service__decoration svg {
          width: 200px;
          height: 200px; }
    @media (min-width: 768px) {
      .services .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, calc(50% - 10px))); } }
    @media (min-width: 1200px) {
      .services .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); } }
  .services__decoration {
    position: absolute;
    bottom: 50px;
    left: 18.6%; }
    .services__decoration .dots-decoration svg, .services__decoration .decorated-image .dots-decoration--left-middle-top svg, .decorated-image .services__decoration .dots-decoration--left-middle-top svg, .services__decoration .decorated-image .dots-decoration--right-middle svg, .decorated-image .services__decoration .dots-decoration--right-middle svg {
      width: 300px;
      height: 300px; }

.contact {
  position: relative;
  overflow: hidden; }
  .contact-decoration {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -150px; }
    .contact-decoration svg {
      width: 250px; }
    @media (min-width: 768px) {
      .contact-decoration {
        text-align: left;
        bottom: -150px; }
        .contact-decoration svg {
          width: 300px; } }
    @media (min-width: 1200px) {
      .contact-decoration {
        bottom: -175px; }
        .contact-decoration svg {
          width: 350px; } }

.footer {
  color: #ffffff;
  padding-top: 2.5rem;
  padding-bottom: 2rem; }
  .footer__menu {
    display: block; }
    .footer__menu--link {
      display: block; }
    @media (min-width: 768px) {
      .footer__menu {
        display: flex;
        justify-content: space-between; }
        .footer__menu--link {
          display: inline-block; } }

.caption-text {
  font-size: 14px; }

.divider, .divider--light {
  width: 100%;
  height: 2px;
  margin: 2rem 0; }
  .divider--light {
    background-color: #fff; }
  .divider--sm {
    width: 6rem;
    height: 2px;
    margin: 1rem 0;
    background-color: #a8a9ad; }

.divider-vertical, .divider-vertical--light {
  width: 2px;
  margin: 0 0.5rem;
  height: 1rem; }
  .divider-vertical--light {
    background-color: #fff; }

.custom-carousel {
  display: flex;
  overflow-x: auto; }
  .custom-carousel::-webkit-scrollbar {
    width: 0;
    height: 0; }
  .custom-carousel__inner {
    display: flex;
    flex-wrap: nowrap;
    padding: 2rem 0;
    width: 100%; }
  .custom-carousel .service {
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    flex-basis: calc(100% - 4rem);
    background-color: #a8a9ad;
    color: #ffffff;
    padding: 2rem 100px 2rem 2rem; }
    .custom-carousel .service:not(:last-child) {
      margin-right: 1.5rem; }
    .custom-carousel .service__title {
      font-weight: 400; }
    .custom-carousel .service__decoration {
      position: absolute;
      right: -100px;
      top: calc(50% - 100px); }
      .custom-carousel .service__decoration svg {
        width: 200px;
        height: 200px; }
    @media (min-width: 768px) {
      .custom-carousel .service {
        flex-basis: calc(50% - 3rem); } }
    @media (min-width: 1400px) {
      .custom-carousel .service {
        flex-basis: calc(33.33% - 2.5rem); } }

.btn-primary {
  color: #ffffff;
  height: 50px;
  border-radius: 33px;
  font-size: 14px;
  line-height: 1; }
  .btn-primary:active, .btn-primary:hover, .btn-primary:focus {
    color: #ffffff; }

.navbar {
  background-color: transparent;
  transition: 0.3s linear; }
  .navbar .navbar-brand {
    height: calc(100px - 1rem);
    display: flex;
    align-items: center; }
  .navbar .hide-on-highlighted {
    transition: 0.3s;
    display: inline; }
  .navbar .show-on-highlighted {
    transition: 0.3s;
    display: none; }
  .navbar.highlighted {
    background-color: #fff;
    box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.16); }
    .navbar.highlighted .hide-on-highlighted {
      display: none; }
    .navbar.highlighted .show-on-highlighted {
      display: inline; }

.navbar-dark .navbar-nav .nav-item .nav-link {
  color: #ffffff; }
  .navbar-dark .navbar-nav .nav-item .nav-link.active {
    font-weight: 500; }
.navbar-dark.highlighted .navbar-nav .nav-item .nav-link {
  color: #a8a9ad; }
  .navbar-dark.highlighted .navbar-nav .nav-item .nav-link.active {
    color: #f51e3c; }
.navbar-dark.highlighted .divider-vertical--light {
  background-color: #a8a9ad; }
.navbar-dark.highlighted .active-lang {
  color: #090645 !important; }
