*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%; }

body {
  font-family: "Segoe UI", sans-serif;
  color: #fff;
  background-color: #252525;
  font-weight: 400; }

.wrapper {
  overflow: hidden;
  padding-left: 4rem;
  padding-right: 4rem;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

.section-frame {
  padding: 7rem 0;
  margin-top: 2rem;
  margin-bottom: 2rem; }

.heading-1, .heading-2, .heading-3, .heading-4 {
  font-family: "Segoe UI", sans-serif;
  font-weight: 400; }

.heading-1 {
  font-size: 6.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 1; }
  .heading-1--grey {
    color: #D1D1D1; }

.heading-2 {
  font-size: 6.5rem;
  font-weight: bold;
  line-height: 1; }
  .heading-2--dark {
    color: #252525; }
  .heading-2--grey {
    color: #D1D1D1; }
  .heading-2--grey-dark {
    color: #8E8888; }
  @media only screen and (max-width: 37.5em) {
    .heading-2 {
      font-size: 5.5rem; } }
  @media only screen and (max-width: 25em) {
    .heading-2 {
      font-size: 4rem; } }
  .heading-2--margin-bottom {
    margin-bottom: 2rem; }

.heading-3 {
  font-size: 3.5rem;
  font-weight: bold; }
  @media only screen and (max-width: 80em) {
    .heading-3 {
      font-size: 2.5rem; } }
  @media only screen and (max-width: 50em) {
    .heading-3 {
      font-size: 2rem; } }

.heading-4 {
  font-size: 1.9rem;
  font-weight: bold; }

.base-small, .base-normal, .base-bold {
  font-family: "Segoe UI", sans-serif;
  font-weight: 400; }

.base-small {
  font-size: 1.2rem;
  line-height: 1.6; }
  .base-small--dark {
    color: #8E8888; }

.base-normal {
  font-size: 1.6rem;
  line-height: 1.5; }
  .base-normal--black {
    color: #252525; }

.base-bold {
  font-weight: bold; }

.btn {
  background-color: #fff;
  font-family: "Segoe UI", sans-serif;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 1.8rem 3rem;
  cursor: pointer;
  transition: all .2s; }
  .btn:hover {
    background-color: #fff; }

.u-margin__bottom--small {
  margin-bottom: 1rem !important; }

.u-margin__bottom--medium {
  margin-bottom: 3rem !important; }

.u-margin__top--small {
  margin-bottom: 1rem !important; }

.u-margin__left--big {
  margin-left: 8rem !important; }

.u-align__center {
  text-align: center !important; }

.u-limiter {
  margin-top: .5rem; }

.body-black {
  background-color: white; }

.top-bar {
  background-color: #fff;
  padding: 1rem 0; }
  .top-bar__languages {
    color: #252525;
    display: flex;
    justify-content: flex-end; }
    @media only screen and (max-width: 50em) {
      .top-bar__languages {
        justify-content: center; } }
  .top-bar__language {
    display: flex;
    align-items: center;
    padding: 0 1.6rem; }
    @media only screen and (max-width: 60em) {
      .top-bar__language {
        padding: 0 .8rem; } }
    @media only screen and (max-width: 37.5em) {
      .top-bar__language {
        padding: 0 .4rem; } }
  @media only screen and (max-width: 37.5em) {
    .top-bar__img {
      margin: .3rem; } }
  @media only screen and (max-width: 25em) {
    .top-bar__img {
      display: none; } }

/* Topbar language links*/
.link {
  margin-left: .5rem;
  transition: border-bottom .3s;
  text-decoration: none;
  text-transform: uppercase; }

.link--last {
  margin-right: -1.6rem; }
  @media only screen and (max-width: 37.5em) {
    .link--last {
      margin-right: 0; } }

.link__top-bar:link, .link__top-bar:visited {
  color: #252525;
  border-bottom: 2px solid transparent; }

.link__top-bar:hover, .link__top-bar:active {
  border-bottom: 2px solid #0085D3; }

.link__main-nav:link, .link__main-nav:visited {
  color: #fff;
  font-size: 1.4rem;
  border-bottom: 2px solid #0085D3;
  padding-bottom: .2rem; }
  @media only screen and (max-width: 50em) {
    .link__main-nav:link, .link__main-nav:visited {
      font-size: 1rem; } }

.link__main-nav:hover, .link__main-nav:active {
  border-bottom: 2px solid #fff; }

.link__main-nav--flex:link, .link__main-nav--flex:visited {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: none !important; }
  .link__main-nav--flex:link span:nth-child(1), .link__main-nav--flex:visited span:nth-child(1) {
    border-bottom: 2px solid #0085D3;
    padding-bottom: .1rem;
    transition: border-bottom .3s; }
  .link__main-nav--flex:link span:nth-child(2), .link__main-nav--flex:visited span:nth-child(2) {
    padding-top: .2rem; }

.link__main-nav--flex:hover span:nth-child(1),
.link__main-nav--flex:active span:nth-child(1) {
  border-bottom: 2px solid #fff; }

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0; }
  @media only screen and (max-width: 80em) {
    .header__content {
      flex-direction: column;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 80em) {
    .header__content a {
      text-align: center; } }

.header__logo {
  margin-right: 2rem; }
  @media only screen and (max-width: 80em) {
    .header__logo {
      width: 60%;
      margin-right: 0;
      margin-bottom: 2rem; } }

.header__logo--footer {
  width: 70%;
  margin-right: 2rem; }
  @media only screen and (max-width: 80em) {
    .header__logo--footer {
      width: 60%;
      margin-right: 0;
      margin-bottom: 2rem; } }

.main-nav {
  text-align: right; }
  .main-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    @media only screen and (max-width: 37.5em) {
      .main-nav__list {
        justify-content: center; } }
  .main-nav__item {
    padding: .5rem;
    list-style: none;
    color: #fff; }

.navigation__button {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: white; }

.glide__arrow {
  color: #0085D3 !important;
  border: 2px solid rgba(0, 133, 211, 0.4) !important; }

.glide__arrow:hover {
  border: 2px solid rgba(0, 133, 211, 0.8) !important; }

.slide-elements {
  position: relative;
  height: 70vh; }
  @media only screen and (max-width: 37.5em) {
    .slide-elements {
      height: 60vh; } }
  .slide-elements__background {
    position: relative;
    height: 100%;
    background-position: bottom;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .slide-elements__background--1 {
    background-image: url("../img/slide-1.jpg");
    height: 100%;
    background-position: center;
    background-size: cover; }
  .slide-elements__background--2 {
    background-image: url("../img/slide-3.jpg"); }
  .slide-elements__background--3 {
    background-image: linear-gradient(to right bottom, rgba(0, 133, 211, 0.64), rgba(0, 133, 211, 0.64)), url(../img/slide-1.jpg); }
  .slide-elements__services {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    width: 90%; }
    @media only screen and (max-width: 60em) {
      .slide-elements__services {
        flex-direction: column;
        width: 80%; } }
    @media only screen and (max-width: 37.5em) {
      .slide-elements__services {
        flex-direction: row; } }
  @media only screen and (max-width: 60em) {
    .slide-elements__services--container:nth-child(1) {
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 37.5em) {
    .slide-elements__services--container:nth-child(1) {
      margin-right: 2rem; } }
  @media only screen and (max-width: 25em) {
    .slide-elements__services--container:nth-child(1) {
      margin-right: 1rem; } }
  .slide-elements__service {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2rem; }
    @media only screen and (max-width: 37.5em) {
      .slide-elements__service {
        padding: 0; } }
  .slide-elements__service:not(:last-child) {
    margin-right: 2rem; }
    @media only screen and (max-width: 25em) {
      .slide-elements__service:not(:last-child) {
        margin-right: 1rem; } }
  .slide-elements__service__img {
    margin-bottom: 2rem; }
    @media only screen and (max-width: 60em) {
      .slide-elements__service__img {
        width: 7rem; } }
    @media only screen and (max-width: 50em) {
      .slide-elements__service__img {
        width: 5rem; } }
    @media only screen and (max-width: 25em) {
      .slide-elements__service__img {
        width: 3rem; } }
  @media only screen and (max-width: 37.5em) {
    .slide-elements__description {
      display: none; } }

.slide-elements__services--container {
  display: flex; }

.representative-images {
  display: flex;
  align-items: baseline;
  text-align: center;
  justify-content: space-evenly;
  width: 80%; }
  .representative-images__item:not(:last-child) {
    margin-right: 2rem; }
  @media only screen and (max-width: 60em) {
    .representative-images__item {
      width: 30%; } }

.contact-info {
  display: flex;
  align-items: baseline;
  text-align: center;
  justify-content: space-evenly;
  width: 80%;
  flex-wrap: wrap; }
  .contact-info__item {
    display: flex;
    flex-direction: column;
    padding-right: .5rem; }
    @media only screen and (max-width: 25em) {
      .contact-info__item {
        margin-bottom: 2rem; } }
    .contact-info__item:not(:last-child) {
      margin-right: 1.5rem; }
      @media only screen and (max-width: 25em) {
        .contact-info__item:not(:last-child) {
          margin-right: 0; } }
  .contact-info__text {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 400; }
    @media only screen and (max-width: 50em) {
      .contact-info__text {
        margin-bottom: 1rem; } }
    @media only screen and (max-width: 25em) {
      .contact-info__text {
        font-size: 1.2rem;
        line-height: 1.2; } }
  .contact-info__text--upper {
    text-transform: uppercase;
    font-weight: bold; }
  .contact-info__text--bold {
    font-weight: bold; }
  .contact-info__img {
    margin-bottom: 2rem;
    height: 8rem; }
    @media only screen and (max-width: 60em) {
      .contact-info__img {
        height: 5rem;
        margin-bottom: 1rem; } }
    @media only screen and (max-width: 50em) {
      .contact-info__img {
        height: 4rem; } }
    @media only screen and (max-width: 25em) {
      .contact-info__img {
        height: 3rem; } }
  .contact-info__text--non-link {
    text-decoration: none;
    color: #fff; }

/* Slide heading */
.slide-heading__slogan {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 9rem;
  text-shadow: 0.01em 0.01em 0.1em rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 60em) {
    .slide-heading__slogan {
      font-size: 7rem; } }
  @media only screen and (max-width: 50em) {
    .slide-heading__slogan {
      font-size: 5rem; } }
  @media only screen and (max-width: 37.5em) {
    .slide-heading__slogan {
      font-size: 3rem; } }

.slide-heading__slogan span {
  font-size: 11rem;
  font-weight: 900; }
  @media only screen and (max-width: 60em) {
    .slide-heading__slogan span {
      font-size: 9rem; } }
  @media only screen and (max-width: 50em) {
    .slide-heading__slogan span {
      font-size: 7rem; } }
  @media only screen and (max-width: 37.5em) {
    .slide-heading__slogan span {
      font-size: 5rem; } }

.slide-heading__title {
  margin-bottom: 10rem;
  z-index: 1; }
  @media only screen and (max-width: 60em) {
    .slide-heading__title {
      margin-bottom: 6rem; } }
  @media only screen and (max-width: 37.5em) {
    .slide-heading__title {
      margin-bottom: 5rem; } }
  @media only screen and (max-width: 25em) {
    .slide-heading__title {
      margin-bottom: 3rem; } }

.slide-heading__service {
  font-size: 2rem;
  font-weight: bold; }
  @media only screen and (max-width: 60em) {
    .slide-heading__service {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 25em) {
    .slide-heading__service {
      font-size: 1.1rem; } }

.icon-white {
  margin-bottom: 1rem; }

.services-content {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .services-content__container--1 {
    display: flex;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 37.5em) {
      .services-content__container--1 {
        flex-direction: column; } }
  .services-content__container--2 {
    display: flex; }
    @media only screen and (max-width: 37.5em) {
      .services-content__container--2 {
        flex-direction: column; } }
  .services-content__item {
    width: 40rem;
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center;
    text-align: center;
    padding: 3rem; }
    .services-content__item:not(:last-child) {
      margin-right: 3rem; }
      @media only screen and (max-width: 50em) {
        .services-content__item:not(:last-child) {
          margin-right: 1rem; } }
      @media only screen and (max-width: 37.5em) {
        .services-content__item:not(:last-child) {
          margin-right: 0; } }
    @media only screen and (max-width: 80em) {
      .services-content__item {
        width: 30rem; } }
    @media only screen and (max-width: 60em) {
      .services-content__item {
        width: 20rem;
        padding: 2rem; } }
  .services-content__img {
    margin-bottom: 1rem; }
    @media only screen and (max-width: 60em) {
      .services-content__img {
        width: 7rem; } }

.clients {
  background-color: #fff;
  text-align: center;
  padding: 7rem 0; }
  @media only screen and (max-width: 37.5em) {
    .clients {
      display: none; } }

.slide-elements-2 {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .slide-elements-2 img {
    max-width: 100%; }

.glide__slides--my-flex {
  align-items: center; }

.partnership {
  display: flex;
  flex-direction: column;
  text-align: center; }
  @media only screen and (max-width: 37.5em) {
    .partnership {
      background-color: white; } }
  .partnership h2 {
    margin-bottom: 0 !important;
    padding: 5rem 0; }

.partnership-block {
  padding: 5rem 0;
  background-color: white;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.footer__social {
  margin-top: 1rem;
  display: flex; }
  @media only screen and (max-width: 80em) {
    .footer__social {
      justify-content: center; } }

.footer__social a:not(:first-child) {
  margin-left: 1rem; }

.footer__social--icon {
  margin-top: .5rem;
  width: 3rem;
  height: 3rem;
  fill: #0085D3;
  transition: all .3s; }
  @media only screen and (max-width: 37.5em) {
    .footer__social--icon {
      margin-top: 2rem;
      width: 1.5rem;
      height: 1.5rem; } }

.footer__social--icon:hover {
  fill: #fff; }

.footer__contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem; }
  @media only screen and (max-width: 80em) {
    .footer__contact-info {
      align-items: center; } }

.contact-form {
  display: flex;
  flex-direction: column; }

input::placeholder, textarea::placeholder {
  color: #fff;
  font-size: 1.2em; }

input:focus::placeholder, textarea:focus::placeholder {
  color: #fff; }

/* on hover placeholder */
input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em; }

input:hover:focus::placeholder, textarea:hover:focus::placeholder {
  color: #cbc6c1;
  font-size: 0.875em; }

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em; }

#form {
  position: relative;
  width: 500px;
  margin: 50px auto 100px auto; }

input {
  font-family: "Segoe UI", sans-serif;
  font-size: 0.875em;
  width: 470px;
  height: 50px;
  padding: 0px 15px 0px 15px;
  background: transparent;
  outline: none;
  color: #fff;
  border: solid 1px #b3aca7;
  border-bottom: none;
  transition: all 0.3s ease-in-out; }

input:hover {
  background: #b3aca7;
  color: #e2dedb; }

textarea {
  width: 470px;
  max-width: 470px;
  height: 110px;
  max-height: 110px;
  padding: 15px;
  background: transparent;
  outline: none;
  color: #fff;
  font-family: "Segoe UI", sans-serif;
  font-size: 1.2em;
  border: solid 1px #b3aca7;
  transition: all 0.3s ease-in-out; }

textarea:hover {
  background: #b3aca7;
  color: #e2dedb; }

#submit {
  padding: 0;
  margin: -5px 0px 0px 0px;
  font-family: "Segoe UI", sans-serif;
  font-size: 1.2em;
  color: #fff;
  outline: none;
  cursor: pointer;
  border: solid 1px #b3aca7;
  border-top: none; }

#submit:hover {
  color: #e2dedb; }

/**********************************/
.alert {
  padding: 2rem; }

.alert-danger {
  background-color: red;
  text-align: center; }

.alert-succes {
  background-color: green;
  text-align: center; }

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1; }
  .glide__arrow:focus {
    outline: none; }
  .glide__arrow:hover {
    border-color: white; }
  .glide__arrow--left {
    left: 2em; }
  .glide__arrow--right {
    right: 2em; }
  .glide__arrow--disabled {
    opacity: 0.33; }

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%); }

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em; }
  .glide__bullet:focus {
    outline: none; }
  .glide__bullet:hover, .glide__bullet:focus {
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.5); }
  .glide__bullet--active {
    background-color: white; }

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }
