@charset "UTF-8";
@font-face {
  font-family: 'Pluto';
  src: url("../fonts/Pluto-Light.eot");
  src: url("../fonts/Pluto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Pluto-Light.woff2") format("woff2"), url("../fonts/Pluto-Light.woff") format("woff"), url("../fonts/Pluto-Light.ttf") format("truetype"), url("../fonts/Pluto-Light.svg#Pluto-Light") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Pluto Book';
  src: url("../fonts/Pluto-Book.eot");
  src: url("../fonts/Pluto-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Pluto-Book.woff2") format("woff2"), url("../fonts/Pluto-Book.woff") format("woff"), url("../fonts/Pluto-Book.ttf") format("truetype"), url("../fonts/Pluto-Book.svg#Pluto-Book") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Pluto';
  src: url("../fonts/PlutoRegular.eot");
  src: url("../fonts/PlutoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/PlutoRegular.woff2") format("woff2"), url("../fonts/PlutoRegular.woff") format("woff"), url("../fonts/PlutoRegular.ttf") format("truetype"), url("../fonts/PlutoRegular.svg#PlutoRegular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Pluto';
  src: url("../fonts/Pluto-Medium.eot");
  src: url("../fonts/Pluto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Pluto-Medium.woff2") format("woff2"), url("../fonts/Pluto-Medium.woff") format("woff"), url("../fonts/Pluto-Medium.ttf") format("truetype"), url("../fonts/Pluto-Medium.svg#Pluto-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Pluto';
  src: url("../fonts/Pluto-Bold.eot");
  src: url("../fonts/Pluto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Pluto-Bold.woff2") format("woff2"), url("../fonts/Pluto-Bold.woff") format("woff"), url("../fonts/Pluto-Bold.ttf") format("truetype"), url("../fonts/Pluto-Bold.svg#Pluto-Bold") format("svg");
  font-weight: 600;
  font-style: normal; }
html[dir="rtl"] body {
  font-family: "Cairo", Pluto, Rubik, sans-serif; }

.material-icons {
  font-size: inherit;
  vertical-align: middle; }

html[dir="rtl"] .material-icons {
  transform: scaleX(-1); }

.dom-ready .material-icons {
  color: inherit; }

html, body {
  height: 100%; }

.btn.btn-primary-cta {
  background: #0097AD;
  background: linear-gradient(90deg, #0097AD 0%, #681F7A 100%);
  border: 0;
  color: #fff; }

.bg-cta, .site-header .languages .language:hover {
  background: linear-gradient(120deg, #681F7A -20%, #0097AD 100%); }

.bg-beige {
  background: #f2ece5; }

.text-cta {
  background: linear-gradient(90deg, #681F7A 0%, #0097AD 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text; }

.text-shadow {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); }

.bg-primary-light {
  background: #5fdaf1; }

.bg-primary-alt {
  background: #0097ad; }

.btn-icon {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none !important; }

.btn-shadow {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25); }

.line-height-base {
  line-height: 1; }

.bg-light-gradient {
  position: relative;
  background: #f2f2f2;
  background: linear-gradient(180deg, #f0f0f0 0%, #ffffff 30%); }

.bg-secondary-gradient {
  position: relative;
  background: #681f7a;
  background: linear-gradient(-60deg, #5b1b6a 0%, #681f7a 50%); }

.font-weight-medium {
  font-weight: 500; }

.page-link {
  font-weight: 500;
  margin: 0 5px;
  border-radius: 50% !important;
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 80%; }

.page-item.active .page-link {
  font-size: 100%; }

.with-arrow .nav-link.active {
  position: relative; }
  .with-arrow .nav-link.active:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; }
    html[dir="ltr"] .with-arrow .nav-link.active:after {
      left: 100%; }
    html[dir="rtl"] .with-arrow .nav-link.active:after {
      right: 100%; }
    html[dir="ltr"] .with-arrow .nav-link.active:after {
      border-left: 10px solid #0097AD; }
    html[dir="rtl"] .with-arrow .nav-link.active:after {
      border-right: 10px solid #0097AD; }

.with-left-arrow {
  position: relative; }
  .with-left-arrow:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 100%;
    left: 0;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0097AD;
    border-left: 10px solid transparent; }
    @media (min-width: 992px) {
      .with-left-arrow:before {
        top: 0;
        bottom: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent; }
        html[dir="ltr"] .with-left-arrow:before {
          left: auto; }
        html[dir="rtl"] .with-left-arrow:before {
          left: 100%; }
        html[dir="ltr"] .with-left-arrow:before {
          right: 100%; }
        html[dir="rtl"] .with-left-arrow:before {
          right: auto; }
        html[dir="ltr"] .with-left-arrow:before {
          border-right: 10px solid #0097AD; }
        html[dir="rtl"] .with-left-arrow:before {
          border-left: 10px solid #0097AD; }
        html[dir="ltr"] .with-left-arrow:before {
          border-left: 0; }
        html[dir="rtl"] .with-left-arrow:before {
          border-right: 0; } }
  .with-left-arrow.bg-secondary:before {
    border-bottom-color: #681F7A; }
    @media (min-width: 992px) {
      .with-left-arrow.bg-secondary:before {
        border-bottom-color: transparent; }
        html[dir="ltr"] .with-left-arrow.bg-secondary:before {
          border-right-color: #681F7A; }
        html[dir="rtl"] .with-left-arrow.bg-secondary:before {
          border-left-color: #681F7A; } }

@media (max-width: 767.98px) {
  .separator-vertical {
    height: 30px; } }

.badge-pill.small {
  font-size: 0.65625rem; }

.carousel-in-device .carousel-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px 17px 0; }
  .carousel-in-device .carousel-inner img {
    border-radius: 20px; }
.carousel-in-device .carousel-device {
  position: relative;
  z-index: 1;
  pointer-events: none; }
.carousel-in-device .carousel-indicators {
  top: 93%; }
  @media (min-width: 992px) {
    .carousel-in-device .carousel-indicators {
      top: 103%; } }
  .carousel-in-device .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #681F7A;
    background: transparent; }
    .carousel-in-device .carousel-indicators li.active {
      background: #681F7A; }

.device-canvas {
  position: relative;
  max-width: 255px;
  padding: 17px;
  margin: auto; }
  .device-canvas:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    background: url("../images/iphone.png") no-repeat;
    background-size: contain; }
  .device-canvas img {
    border-radius: 20px; }

@media (max-width: 767.98px) {
  .nav-scrollable {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto; } }

.list-group-secondary .active {
  background: #681F7A;
  border-color: #681F7A; }

.visible-when-checked {
  display: none; }

input:checked ~ .visible-when-checked, .reponse-libre ~ .visible-when-checked {
  display: block; }

.quiz .form-group:last-child {
  margin-bottom: 0; }

.img-mag {
  height: 260px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  width: 200%; }

.rounded-top-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important; }

@media (min-width: 992px) {
  .pull-top {
    margin-top: -6rem; } }
.icon-menu {
  display: flex;
  flex-direction: column; }
  .icon-menu-top, .icon-menu-middle, .icon-menu-bottom {
    height: 3px;
    width: 24px;
    background: #681F7A;
    transition: all 0.2s ease-in-out; }
  .icon-menu-middle {
    margin: 3px 0; }

.mobile-menu .icon-menu .icon-menu-top {
  transform: rotate(-45deg);
  transform-origin: top right;
  width: 18px; }
.mobile-menu .icon-menu .icon-menu-middle {
  transform: scaleX(0);
  transform-origin: center; }
.mobile-menu .icon-menu .icon-menu-bottom {
  transform: rotate(45deg);
  transform-origin: bottom right;
  width: 18px; }

.body-page-18 .ml-lg-4.p-lg-4, .body-page-19 .ml-lg-4.p-lg-4 {
  margin: 0 !important;
  padding: 0 !important; }
.body-page-18 .bg-light-gradient.border-bottom, .body-page-19 .bg-light-gradient.border-bottom {
  border-bottom: 0 !important; }

/**
  ---------------------------------------
  # Site wrapper
  ---------------------------------------
 */
.site-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%; }

.site-top {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 100%;
  min-height: 550px; }
  .site-top.mini {
    height: 80%;
    min-height: 450px; }
    @media (min-width: 992px) {
      .site-top.mini {
        height: 70%; } }
  .site-top.tiny {
    height: 50%;
    min-height: 450px; }
    @media (min-width: 992px) {
      .site-top.tiny {
        height: 50%; } }

/**
  ---------------------------------------
  # Site main content
  ---------------------------------------
 */
.site-main {
  position: relative;
  flex: 1; }

.site-header {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030; }
  @media (min-width: 992px) {
    .site-header {
      background: #fff; } }
  .site-header .logo {
    display: block;
    width: 150px; }
    @media (min-width: 992px) {
      .site-header .logo {
        width: 130px; } }
  .site-header .cta {
    font-size: 12px; }
    @media (max-width: 767.98px) {
      .site-header .cta {
        border-radius: 0; } }
  .site-header .languages {
    display: flex;
    flex-direction: row; }
    html[dir="ltr"] .site-header .languages .language + .language {
      margin-left: 15px; }
    html[dir="rtl"] .site-header .languages .language + .language {
      margin-right: 15px; }
    .site-header .languages .language:hover {
      color: #fff !important; }
  .site-header .menu-toggle {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none; }
    .site-header .menu-toggle .material-icons {
      font-size: 1.75rem; }
  .site-header .menu-navigation {
    display: none;
    flex-direction: column;
    padding: 1rem 0; }
    @media (min-width: 992px) {
      .site-header .menu-navigation {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        padding: 0; } }
    .site-header .menu-navigation-item {
      position: relative;
      display: flex;
      align-items: center;
      color: #808080;
      text-decoration: none;
      transition: all 0.2s ease-in-out;
      margin: 10px; }
      @media (min-width: 992px) {
        .site-header .menu-navigation-item {
          margin: 0 15px; }
          .site-header .menu-navigation-item:after {
            position: absolute;
            right: 0;
            left: 0;
            bottom: 12px;
            content: '';
            display: block;
            width: 0;
            margin: auto;
            height: 1px;
            background: #0097AD;
            transition: all 0.2s ease-in-out; } }
      @media (max-width: 767.98px) {
        .site-header .menu-navigation-item .material-icons {
          transform: rotate(-90deg); } }
      .site-header .menu-navigation-item:hover, .site-header .menu-navigation-item:focus, .site-header .menu-navigation-item.active {
        color: #0097AD; }
        .site-header .menu-navigation-item:hover:after, .site-header .menu-navigation-item:focus:after, .site-header .menu-navigation-item.active:after {
          width: 40%; }
      .site-header .menu-navigation-item.active {
        font-weight: 500; }
  @media (min-width: 992px) {
    .site-header .submenu {
      position: absolute;
      z-index: -1;
      top: 100%;
      right: 0;
      left: 0;
      transition: all 0.5s ease-in-out; }
      .site-header .submenu.active {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
      .site-header .submenu > div {
        overflow: hidden;
        max-height: 0;
        transition: all 0.5s ease-in-out; }
        .site-header .submenu > div.active {
          max-height: 400px; } }
  @media (max-width: 767.98px) {
    .site-header .submenu {
      display: none;
      position: fixed;
      top: 0;
      bottom: 0;
      overflow-y: scroll;
      width: 100%; }
      .site-header .submenu > div.inactive {
        display: none; }
      .site-header .submenu.active {
        display: block;
        animation: reveal-up 400ms ease-in-out; }
      .site-header .submenu .container > .row > .col-lg-6:last-child {
        padding: 0; } }
  .site-header > .container {
    background: #fff; }
  .site-header .bg-light {
    transition: all 400ms ease-in-out; }
  .site-header.mobile-menu {
    height: 100%;
    justify-content: flex-start; }
    .site-header.mobile-menu .menu-navigation {
      display: flex; }
    .site-header.mobile-menu .bg-light {
      animation: reveal-up 400ms ease-in-out;
      height: 100%; }
    .site-header.mobile-menu > .container:first-child {
      height: 0; }
  .site-header > .container:first-child {
    overflow: hidden;
    height: 87px;
    transition: all 0.2s ease-in; }
    @media (min-width: 992px) {
      .site-header > .container:first-child {
        height: 72px; } }
  .site-header.is-scrolling-down {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
    .site-header.is-scrolling-down > .container:not(.d-lg-none) {
      height: 0;
      overflow: hidden; }
    .site-header.is-scrolling-down + .site-header-placeholder {
      height: 56px; }

.site-header-placeholder {
  height: 138px;
  transition: all 0.2s ease-in; }
  @media (min-width: 992px) {
    .site-header-placeholder {
      height: 123px; } }

.mobile-menu + .site-header-placeholder {
  height: 0px; }

.site-footer .actions .col-lg-6 + .col-lg-6 {
  border-top: 1px solid #dee2e6; }
@media (max-width: 767.98px) {
  .site-footer .actions .container {
    padding: 0; } }
@media (min-width: 992px) {
  .site-footer .actions .col-lg-6 + .col-lg-6 {
    border-top: 0; }
    html[dir="ltr"] .site-footer .actions .col-lg-6 + .col-lg-6 {
      border-left: 1px solid #dee2e6; }
    html[dir="rtl"] .site-footer .actions .col-lg-6 + .col-lg-6 {
      border-right: 1px solid #dee2e6; } }

.site-hero {
  position: relative;
  background: #0097AD url("../images/hero.png") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  flex: 1; }
  .site-hero:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    background: radial-gradient(circle, transparent 33%, rgba(0, 0, 0, 0.35) 100%); }
  .site-hero .container {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    @media (min-width: 768px) {
      .site-hero .container {
        justify-content: center; } }
  .site-hero .search {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    top: 30px;
    right: 30px;
    left: 30px;
    max-width: 400px;
    margin: auto;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    overflow: hidden;
    padding: 0 15px;
    transition: all 0.25s ease-in-out; }
    .site-hero .search.has-focus {
      max-width: 600px;
      background: #fff;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
    .site-hero .search input {
      width: 100%;
      border: 0;
      border-radius: 0;
      font-size: 0.875rem;
      background: transparent;
      outline: 0;
      box-shadow: none; }
  .site-hero .social {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media (min-width: 992px) {
      .site-hero .social {
        display: flex; } }
    .site-hero .social-item {
      display: block;
      width: 24px;
      margin: 10px; }
  @media (max-width: 767.98px) {
    .site-hero .cta {
      margin-bottom: 60px;
      text-align: center; } }
  html[dir="ltr"] .site-hero .cta h1 {
    line-height: 1; }
  html[dir="rtl"] .site-hero .cta h1 {
    line-height: 1.25; }
  @media (min-width: 992px) {
    .site-hero .cta h1 {
      font-size: 55px;
      font-weight: 500;
      width: 450px; } }
  .site-hero .bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 80%; }
    .site-hero .bottom .breadcrumb {
      background: transparent;
      padding: 10px 0;
      margin: 0;
      align-items: center; }
    .site-hero .bottom .material-icons {
      margin: 0 7.5px; }
  @media (min-width: 992px) {
    .site-hero.centered .cta {
      width: 50%; } }
  @media (max-width: 767.98px) {
    .site-hero.centered {
      top: 0;
      bottom: 0;
      width: 100%;
      margin: auto; } }
  @media (min-width: 992px) {
    .site-hero.centered-horizontal .cta {
      width: 65%;
      margin: auto; } }
  @media (max-width: 767.98px) {
    .site-hero.centered-horizontal {
      top: 0;
      bottom: 0;
      width: 100%;
      margin: auto; } }
  .site-hero.narrow .cta {
    width: 30%; }
    @media (max-width: 767.98px) {
      .site-hero.narrow .cta {
        width: 100%; } }

.mag .media.featured {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 100%;
  min-height: 300px; }
  .mag .media.featured:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    background: radial-gradient(circle, transparent 15%, rgba(0, 0, 0, 0.75) 100%); }
  .mag .media.featured:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background: black;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.75) 100%); }
  .mag .media.featured .media-body {
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 30px;
    max-width: 350px; }
  .mag .media.featured img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 125%;
    width: 125%;
    object-fit: cover; }
@media (min-width: 992px) {
  .mag.horizontal .col-lg {
    transition: all 0.4s ease-in-out; }
    .mag.horizontal .col-lg:first-child {
      flex: 1;
      width: 45%; }
    .mag.horizontal .col-lg:hover {
      cursor: pointer;
      flex: 0 1 45%;
      max-width: 45%; } }
@media (max-width: 767.98px) {
  .mag.horizontal .px-1 {
    padding: 0 !important; } }
.mag.horizontal .media.featured {
  height: 250px;
  min-height: 250px; }
  @media (min-width: 992px) {
    .mag.horizontal .media.featured {
      height: 500px; } }
.mag .col-lg-12:last-child {
  margin-bottom: 0 !important; }
.mag .badge-pill {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 145px;
  font-size: 9px; }

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(-10%); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(10%); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(-10%) translateX(-1); }
  to {
    opacity: 1;
    transform: translateY(10%) translateX(-1); } }
@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(10%) translateX(-1); }
  to {
    opacity: 1;
    transform: translateY(0) translateX(-1); } }
@media (min-width: 992px) {
  .step {
    position: relative;
    animation: reveal 0.4s ease-in-out both; }
    .step:before {
      position: absolute;
      top: -95px;
      content: '';
      display: block;
      width: 130px;
      height: 100px;
      background: url("../images/step-before.svg") no-repeat center;
      animation: reveal 0.4s ease-in-out both; }
      html[dir="ltr"] .step:before {
        right: -121px; }
      html[dir="rtl"] .step:before {
        left: -121px; }
      html[dir="ltr"] .step:before {
        transform: scaleX(1); }
      html[dir="rtl"] .step:before {
        transform: scalex(-1); }
    .step:after {
      position: absolute;
      content: '';
      display: block;
      width: 130px;
      height: 100px;
      background: url("../images/step-after.svg") no-repeat center;
      animation: reveal-up 0.4s ease-in-out both; }
      html[dir="ltr"] .step:after {
        right: -11px; }
      html[dir="rtl"] .step:after {
        left: -11px; }
      html[dir="ltr"] .step:after {
        bottom: -45px; }
      html[dir="rtl"] .step:after {
        bottom: -65px; }
      html[dir="ltr"] .step:after {
        transform: scaleX(1); }
      html[dir="rtl"] .step:after {
        transform: scalex(-1); }
    .step:last-child:before, .step:last-child:after {
      display: none; }
    .step:nth-child(1) {
      animation-delay: 1s; }
      .step:nth-child(1):after {
        animation-delay: 1.3s; }
      .step:nth-child(1):before {
        animation-delay: 1.6s; }
    .step:nth-child(3) {
      animation-delay: 1.9s; }
      .step:nth-child(3):after {
        animation-delay: 2.2s; }
      .step:nth-child(3):before {
        animation-delay: 2.5s; }
    .step:nth-child(5) {
      animation-delay: 3s; }
      .step:nth-child(5):after {
        animation-delay: 3.3s; }
      .step:nth-child(5):before {
        animation-delay: 3.6s; }
    .step:nth-child(7) {
      animation-delay: 4s; }
      .step:nth-child(7):after {
        animation-delay: 4.3s; }
      .step:nth-child(7):before {
        animation-delay: 4.6s; }
    .step:nth-child(9) {
      animation-delay: 5s; }
    .step-connector {
      width: 1px;
      height: 310px;
      background-image: linear-gradient(#681F7A 53%, rgba(255, 255, 255, 0) 0%);
      background-position: right;
      background-size: 1px 25px;
      background-repeat: repeat-y;
      animation: reveal-up 0.4s ease-in-out both;
      animation-delay: 2s; }
      .step-connector:nth-child(2) {
        animation-delay: 1.3s; }
      .step-connector:nth-child(4) {
        animation-delay: 2.2s; }
      .step-connector:nth-child(6) {
        animation-delay: 3.3s; }
      .step-connector:nth-child(8) {
        animation-delay: 4.2s; } }
@media (max-width: 767.98px) {
  .step {
    position: relative; }
    .step:after {
      display: block;
      content: '';
      width: 2px;
      margin: auto;
      height: 70px;
      background-image: linear-gradient(#681F7A 53%, rgba(255, 255, 255, 0) 0%);
      background-position: right;
      background-size: 2px 25px;
      background-repeat: repeat-y; }
    .step:last-child:after {
      display: none; }
    .step-connector {
      display: block;
      width: 40px;
      height: 40px;
      margin: auto auto 30px;
      background: url("../images/step-next.svg") no-repeat center; } }
.table-costs tr:first-child td:first-child {
  border-top-left-radius: 16px; }
.table-costs tr:first-child td:last-child {
  border-top-right-radius: 16px; }
.table-costs tr:last-child td:first-child {
  border-bottom-left-radius: 16px; }
.table-costs tr:last-child td:last-child {
  border-bottom-right-radius: 16px; }

.agencies {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 80vh; }
  .agencies-sidebar {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 350px;
    transition: all 0.2s ease-in-out; }
    @media (max-width: 767.98px) {
      .agencies-sidebar {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
        html[dir="ltr"] .agencies-sidebar {
          right: 98%; }
        html[dir="rtl"] .agencies-sidebar {
          left: 98%; }
        html[dir="ltr"] .agencies-sidebar.active {
          left: 0; }
        html[dir="rtl"] .agencies-sidebar.active {
          right: 0; }
        .agencies-sidebar.active .agencies-sidebar-mobile .material-icons {
          transform: scaleX(-1); } }
    .agencies-sidebar-title {
      padding: 30px; }
    .agencies-sidebar-mobile {
      position: absolute;
      top: 10%;
      left: 100%;
      padding: 0.5rem;
      font-size: 1.25rem;
      background: #fff;
      color: #0097AD;
      border-radius: 0 8px 8px 0;
      cursor: pointer; }
      @media (min-width: 992px) {
        .agencies-sidebar-mobile {
          display: none; } }
    .agencies-sidebar-search {
      border-radius: 0;
      border: 0;
      border-top: 1px solid #dee2e6 !important; }
      .agencies-sidebar-search:focus {
        background: #fff; }
  .agencies-list {
    overflow-y: auto;
    flex: 1;
    border-top: 1px solid #dee2e6; }
    .agencies-list-item {
      display: flex;
      flex-direction: row;
      padding: 15px;
      border-bottom: 1px solid #dee2e6;
      cursor: pointer; }
      .agencies-list-item:hover {
        background: #f8f9fa; }
  .agencies-map {
    height: 100%;
    flex: 1;
    background: #f8f9fa; }

.timeline {
  position: relative;
  color: #fff;
  background: #a19d98;
  padding: 3rem 0; }
  .timeline:before, .timeline:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f2ece5; }
  .timeline:after {
    top: 100%;
    border-top-color: #a19d98; }
  .timeline-date {
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px solid #fff;
    transition: all 0.2s ease-in-out;
    margin: 0.5rem 0;
    outline: none; }
    .timeline-date div {
      font-size: 12px;
      height: 50px;
      line-height: 50px; }
      .timeline-date div:after {
        position: absolute;
        right: 0;
        left: 0;
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background: #fff;
        border: 2px solid transparent;
        border-radius: 50%;
        margin: auto;
        top: 91%;
        z-index: 1;
        transition: all 0.2s ease-in-out; }
    .timeline-date.slick-current div {
      font-size: 22px; }
      .timeline-date.slick-current div:after {
        width: 20px;
        height: 20px;
        background: #666666;
        border: 2px solid #fff;
        top: 81%; }
  .timeline-slider {
    cursor: grab; }
    .timeline-slider .slick-track {
      display: flex;
      flex-direction: row; }
    .timeline-slider-item {
      height: auto !important;
      background: #f8f9fa;
      transition: all 0.2s ease-in-out;
      opacity: 0.65;
      outline: 0; }
      .timeline-slider-item-image {
        position: relative; }
        .timeline-slider-item-image:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 66.66667%; }
        .timeline-slider-item-image > img {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          overflow: hidden;
          object-fit: cover;
          object-position: center;
          width: 100%;
          height: 100%; }
      .timeline-slider-item a, .timeline-slider-item .btn {
        transition: all 0.2s ease-in-out; }
      .timeline-slider-item.slick-current {
        background: #fff;
        opacity: 1;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
        .timeline-slider-item.slick-current a {
          color: #0097AD !important; }
        .timeline-slider-item.slick-current .btn {
          background: #0097AD;
          border-color: #0097AD;
          color: #fff !important; }

.site-beacon {
  position: fixed;
  z-index: 1000;
  right: 100px;
  bottom: 24px;
  padding: 1rem;
  max-width: 400px;
  width: 100%; }
  @media (max-width: 767.98px) {
    .site-beacon {
      left: 10px;
      right: 18px;
      bottom: 100px;
      width: auto; } }
  .site-beacon.closed {
    display: none; }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0, 0);
    transform-origin: bottom right; }
  50% {
    transform: scale(1.03, 1.03);
    transform-origin: bottom right; }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: bottom right; } }
@keyframes popup {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
  .site-beacon-content {
    position: absolute;
    bottom: 70px;
    right: 0;
    border-radius: 16px;
    max-width: 100%;
    background: #fff;
    padding: 2rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: all 200ms cubic-bezier(0.83, 0.41, 0.62, 1.12);
    transform: scale(0);
    transform-origin: right bottom; }
  .site-beacon-close {
    position: absolute;
    top: 0;
    right: 0; }
  .site-beacon-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #0097AD;
    cursor: pointer;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    animation: popup 200ms cubic-bezier(0.83, 0.41, 0.62, 1.12); }
  .site-beacon.active .site-beacon-content {
    transform: scale(1); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*# sourceMappingURL=app.css.map */
