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

a {
  text-decoration: none;
  color: #000; }
  a:hover {
    color: #3bc14a; }

html {
  font-size: 62.5%;
  font-family: "Roboto", sans-serif;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow-x: hidden; }
  @media (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media (max-width: 48em) {
    html {
      font-size: 50%; } }

body {
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  height: 100%;
  background-color: #fff; }

main {
  min-height: 85vh; }

@media (max-width: 48em) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .container-fluid {
    padding-right: 4rem;
    padding-left: 4rem; } }

img {
  width: 100%;
  vertical-align: middle; }

.heading-primary {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 5.6rem;
  text-transform: uppercase;
  color: #fff; }
  @media (max-width: 48em) {
    .heading-primary {
      font-size: 3.6rem;
      line-height: 4.25rem; } }

.heading-quaternary {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  color: #484848;
  border-bottom: 1px solid #1C77FF;
  display: inline-block; }

.u-center-text {
  text-align: center; }

.color-primary {
  color: #1EBD9D; }

.align-vertically {
  display: flex;
  align-items: center; }

.u-primary-paragraph {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-align: center;
  color: #000000;
  margin-bottom: 2rem; }
  @media (max-width: 48em) {
    .u-primary-paragraph {
      font-size: 1.8rem;
      line-height: 2.25rem;
      text-align: left; } }

.m-top-big {
  margin-top: 4.3rem; }

.btn-primary {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #fff;
  padding: 1.3rem 2.2rem;
  display: inline-block;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all .2s ease; }
  @media (max-width: 48em) {
    .btn-primary {
      font-size: 2.1rem;
      line-height: 2.5rem; } }
  .btn-primary.btn-border {
    border-color: #fff; }
    .btn-primary.btn-border:hover, .btn-primary.btn-border:focus {
      background-color: #fff;
      color: #000; }
    .btn-primary.btn-border.btn-dark {
      border-color: #545454;
      color: #545454; }
      .btn-primary.btn-border.btn-dark:hover, .btn-primary.btn-border.btn-dark:focus {
        background-color: #545454;
        color: #fff; }
  .btn-primary.btn-wapp {
    border-color: #05CD49;
    background-color: #05CD49;
    display: inline-flex;
    align-items: center;
    margin-right: 2rem;
    transition: all .2s ease; }
    @media (max-width: 48em) {
      .btn-primary.btn-wapp {
        margin-bottom: 2rem; } }
    .btn-primary.btn-wapp svg {
      display: inline-block;
      width: auto;
      height: 2rem;
      margin-right: 9px; }
    .btn-primary.btn-wapp:hover, .btn-primary.btn-wapp:focus {
      background-color: transparent;
      color: #05CD49; }
      .btn-primary.btn-wapp:hover svg path, .btn-primary.btn-wapp:focus svg path {
        fill: #05CD49; }
    .btn-primary.btn-wapp.btn-blue {
      border-color: #1C77FF;
      background-color: #1C77FF; }
      .btn-primary.btn-wapp.btn-blue:hover, .btn-primary.btn-wapp.btn-blue:focus {
        background-color: transparent;
        color: #1C77FF; }
        .btn-primary.btn-wapp.btn-blue:hover svg path, .btn-primary.btn-wapp.btn-blue:focus svg path {
          fill: #1C77FF; }

.title {
  padding: 3.7rem 0 1.2rem; }
  .title .filter {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 2rem; }
    .title .filter button, .title .filter ul a {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 1.6rem;
      line-height: 1.9rem;
      color: #000; }
    .title .filter .btn-check:focus + .btn, .title .filter .btn:focus {
      outline: 0;
      box-shadow: none; }
    .title .filter ul {
      padding: 1rem 1.5rem; }

.order-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #F0F0F0;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #000000;
  margin-bottom: 1.2rem; }
  .order-card .order {
    display: flex;
    align-items: center;
    padding: 1.2rem;
    flex: 70%; }
    .order-card .order-price {
      padding: 4px 10px;
      background: rgba(0, 0, 0, 0.07);
      border-radius: 5px;
      margin-right: 2rem; }
    .order-card .order-number {
      margin-right: 2rem; }
    .order-card .order-buyer {
      margin-right: 2rem; }
    .order-card .order-summary {
      font-family: 'Neue Haas Grotesk Display Pro 45 Light';
      display: flex;
      align-items: center; }
      .order-card .order-summary .line {
        display: inline-block;
        width: 1px;
        height: 2rem;
        margin-right: 2rem;
        display: inline-block;
        background-color: #000; }
  .order-card .buttons {
    flex: 25%;
    display: flex;
    justify-content: flex-end; }

.navbar {
  background-color: #1C77FF;
  padding: 1.7rem 0; }
  .navbar-brand {
    margin-right: 4rem; }
    .navbar-brand img {
      display: inline-block;
      width: auto;
      height: 2.8rem; }
      @media (max-width: 992px) {
        .navbar-brand img {
          height: 3.75rem; } }
  .navbar-toggler {
    padding: 0;
    border: none;
    font-size: 3rem; }
    .navbar-toggler:focus {
      text-decoration: none;
      outline: 0;
      box-shadow: none; }
  .navbar-nav {
    align-items: center; }
    @media (max-width: 992px) {
      .navbar-nav {
        margin: 3rem 0; } }
    .navbar-nav img {
      display: inline-block;
      width: auto;
      height: 1.67rem;
      margin-right: 9px; }
    @media (max-width: 992px) {
      .navbar-nav .nav-item {
        padding: 2rem 0; } }
    .navbar-nav .nav-item:not(:last-child) {
      margin-right: 2.4rem; }
      @media (min-width: 768px) and (max-width: 1015px) {
        .navbar-nav .nav-item:not(:last-child) {
          margin-right: 1.5rem; } }
      @media (max-width: 992px) {
        .navbar-nav .nav-item:not(:last-child) {
          margin-right: 0; } }
    .navbar-nav .nav-item.cta-item {
      background: #FECF29;
      border-radius: 5px;
      padding: 4px 2rem;
      margin-left: 4rem; }
      @media (max-width: 992px) {
        .navbar-nav .nav-item.cta-item {
          margin-left: 0;
          margin-top: 5rem; } }
      .navbar-nav .nav-item.cta-item a {
        font-size: 1.6rem;
        line-height: 1.9rem;
        color: #484848;
        display: flex;
        align-items: center; }
        .navbar-nav .nav-item.cta-item a:hover, .navbar-nav .nav-item.cta-item a:focus, .navbar-nav .nav-item.cta-item a:active {
          opacity: .8; }
    .navbar-nav .nav-link {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 1.8rem;
      line-height: 2.1rem;
      text-transform: uppercase;
      color: #FFFFFF;
      padding: 0 !important; }
      .navbar-nav .nav-link:hover, .navbar-nav .nav-link:active, .navbar-nav .nav-link:focus, .navbar-nav .nav-link.active {
        color: #FECF29; }

.footer {
  background-color: #000;
  padding: 2.1rem 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #FFFFFF; }
  @media (max-width: 48em) {
    .footer {
      font-size: 1.6rem;
      line-height: 2.25rem; } }
  .footer-title {
    font-weight: 700;
    margin-bottom: 2rem; }
  .footer-paragraph {
    font-weight: 300; }
    .footer-paragraph a {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-size: 1.3rem;
      line-height: 1.8rem;
      color: #FFFFFF; }
      @media (max-width: 48em) {
        .footer-paragraph a {
          font-size: 1.6rem;
          line-height: 2.25rem; } }

.header {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.86896) 15%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.86896) 85%), url(../img/header/header.jpg);
  height: 70vh;
  background-position: top center;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap; }
  @media (max-width: 48em) {
    .header {
      justify-content: flex-end;
      padding-bottom: 8rem;
      background-position: 43%;
      background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.86896) 5%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.86896) 95%), url(../img/header/header.jpg); } }
  .header .header-btn-cta {
    margin-top: 3.7rem;
    display: flex;
    align-items: center; }
    @media (max-width: 48em) {
      .header .header-btn-cta {
        align-items: flex-start;
        flex-direction: column; } }

.title {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 48em) {
    .title {
      align-items: flex-start; } }
  .title h4 {
    margin-bottom: 1rem; }
  .title h2 {
    color: #010101;
    text-align: center; }
    @media (max-width: 48em) {
      .title h2 {
        text-align: left; } }
    @media (max-width: 48em) {
      .title h2 br {
        display: none; } }

.about .content {
  margin-top: 1rem;
  margin-bottom: 5rem;
  text-align: center; }
  @media (max-width: 48em) {
    .about .content {
      margin-bottom: 3.75rem;
      text-align: left; } }

.about .logo-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 4rem;
  margin-bottom: 10rem; }
  .about .logo-wrapper img {
    display: inline-block;
    height: 7rem;
    width: auto;
    text-align: center; }
  @media (max-width: 64em) {
    .about .logo-wrapper .logo {
      flex: 50%;
      width: 50%;
      margin-bottom: 2rem;
      display: flex;
      justify-content: center;
      align-items: center; } }
  @media (max-width: 48em) {
    .about .logo-wrapper .logo {
      margin-bottom: 2rem;
      display: flex;
      justify-content: center;
      align-items: center; } }
  @media (max-width: 48em) {
    .about .logo-wrapper .logo:last-child img {
      height: 6rem; } }

.slots {
  background-image: url(../img/home/waves.jpg);
  padding: 2rem 0 12rem;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 71rem; }
  .slots .title h4, .slots .title h2 {
    color: #1B1B1B; }
  .slots .content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap; }
  .slots .slot-wrapper {
    position: relative;
    flex: 22%;
    background: #FFFFFF;
    box-shadow: 0px 3.26243px 3.26243px rgba(0, 0, 0, 0.12);
    border-radius: 9.78729px; }
    @media (max-width: 1090px) {
      .slots .slot-wrapper {
        flex: 45%;
        margin-bottom: 3rem; } }
    @media (max-width: 560px) {
      .slots .slot-wrapper {
        width: 45%;
        margin-bottom: 3rem; } }
    .slots .slot-wrapper:not(:first-child) {
      margin-left: 2.6rem; }
    @media (max-width: 1090px) {
      .slots .slot-wrapper.no-ml {
        margin-left: 0; } }
    .slots .slot-wrapper_title {
      background: #FECF29;
      box-shadow: 0px 3.26243px 3.26243px rgba(0, 0, 0, 0.25);
      border-radius: 10px 10px 0px 0px;
      padding: 1.5rem 4rem; }
      @media (max-width: 410px) {
        .slots .slot-wrapper_title {
          padding: 1.2rem 2rem; } }
    .slots .slot-wrapper_content {
      padding: 3rem 7rem;
      text-align: center; }
      @media (max-width: 560px) {
        .slots .slot-wrapper_content {
          padding: 3rem 3rem; } }
    .slots .slot-wrapper .name {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 900;
      font-size: 3.9rem;
      line-height: 4.9rem;
      text-align: center;
      text-transform: uppercase;
      color: #000000; }
      @media (max-width: 560px) {
        .slots .slot-wrapper .name {
          font-size: 2.1rem;
          line-height: 2.8rem; } }
    .slots .slot-wrapper img {
      display: inline-block;
      height: 32rem;
      width: auto; }
      @media (max-width: 48em) {
        .slots .slot-wrapper img {
          height: 35rem; } }
      @media (max-width: 560px) {
        .slots .slot-wrapper img {
          height: 25rem; } }

.steps .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10%; }
  @media (max-width: 1250px) {
    .steps .card-wrapper {
      padding: 0; } }
  @media (max-width: 48em) {
    .steps .card-wrapper {
      flex-direction: column;
      padding: 0; } }

.steps .card {
  background: #FECF29;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 1.6rem 2.2rem;
  display: flex;
  flex: 10%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center; }
  @media (max-width: 48em) {
    .steps .card {
      flex: 100%; } }
  .steps .card-nr {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 8.5rem;
    line-height: 10rem;
    letter-spacing: -0.16rem;
    color: #000000;
    margin-right: 1.5rem; }
  .steps .card-text {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #000000; }
    @media (max-width: 48em) {
      .steps .card-text {
        font-size: 1.87rem;
        line-height: 2.75rem; } }
  .steps .card:nth-child(2) {
    margin: 2rem 4rem; }
    @media (max-width: 48em) {
      .steps .card:nth-child(2) {
        margin: 2rem 0; } }

.steps .content-bottom {
  padding: 2rem 0 8rem; }
  .steps .content-bottom .header-btn-cta {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 5rem; }
    @media (max-width: 48em) {
      .steps .content-bottom .header-btn-cta {
        flex-direction: column;
        align-items: flex-start; } }
  .steps .content-bottom p a {
    font-weight: 600; }
  .steps .content-bottom .btn-dark svg {
    width: 2rem;
    margin-right: 8px;
    margin-bottom: 2px;
    fill: #545454; }
  .steps .content-bottom .btn-dark:hover svg, .steps .content-bottom .btn-dark:focus svg {
    fill: #fff; }

.location .carousel-item {
  padding-top: 3rem; }

.location .card-carousel {
  display: flex;
  justify-content: center; }
  @media (max-width: 48em) {
    .location .card-carousel {
      flex-wrap: wrap; } }
  @media (max-width: 48em) {
    .location .card-carousel-right {
      width: 100%; } }
  .location .card-carousel-left {
    position: relative; }

.location .slide-img-map-mobile {
  display: none; }
  @media (max-width: 48em) {
    .location .slide-img-map-mobile {
      display: block; } }

@media (max-width: 48em) {
  .location .slide-img-map {
    display: none; } }

.location .bubble-location {
  position: absolute;
  top: -3rem;
  left: 25%;
  background: #FECF29;
  border-radius: 70px;
  padding: 1rem 4rem;
  text-align: center; }
  @media (max-width: 400px) {
    .location .bubble-location {
      left: 12%; } }
  .location .bubble-location p {
    font-style: normal;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.9rem;
    text-transform: uppercase;
    color: #000000;
    margin: 0; }
    @media (max-width: 400px) {
      .location .bubble-location p {
        font-size: 2rem;
        line-height: 3rem; } }

.location .carousel-control-prev-icon,
.location .carousel-control-next-icon {
  border: 1.5px solid #000000;
  border-radius: 30%;
  background-size: 30%;
  background-position-x: center;
  background-repeat: no-repeat; }
  @media (max-width: 48em) {
    .location .carousel-control-prev-icon,
    .location .carousel-control-next-icon {
      border: 1.5px solid #fff;
      background-color: #fff;
      width: 3rem;
      height: 3rem; } }

.location .carousel-control-next-icon {
  background-image: url(../img/icons/chevron-right-solid.svg); }

.location .carousel-control-prev-icon {
  background-image: url(../img/icons/chevron-left-solid.svg); }
