@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Media Queries
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Functions
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Behavior
|--------------------------------------------------------------------------
*/
html,
body {
  min-height: 100vh;
}
html {
  scroll-behavior: smooth;
  position: relative;
  min-height: 100%;
  scroll-padding-top: 10rem;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
p::selection {
  background: #6abac9;
  color: #fff;
}
h2.gallery-title,
h2.card-block-ara-title {
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
  font-size: 1.9em;
}
h1 .small-front-title {
  display: block;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.68;
  text-transform: uppercase;
}
/* Scrollbar */
::-webkit-scrollbar {
  width: 5px;
}
p:empty {
  display: none;
}
img {
  max-width: 100%;
}
.color-inherit h1,
.color-inherit h2,
.color-inherit h3,
.color-inherit h4,
.color-inherit a {
  color: inherit;
}
.color-inherit a:hover,
.color-inherit a:focus {
  color: inherit;
}
.buttons-block a:hover,
.btn.btn-primary:hover,
.btn.btn-secondary:hover,
.buttons-block a:focus,
.btn.btn-primary:focus,
.btn.btn-secondary:focus {
  box-shadow: none;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 90%;
    width: 1048px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 90%;
    width: 1048px;
  }
}
.mt-1px {
  margin-top: 1px;
}
.py-6 {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
/*
|--------------------------------------------------------------------------
| Typography
|--------------------------------------------------------------------------
*/
strong {
  font-weight: 500;
  font-style: normal;
}
p {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 1.76;
}
p.bigger-text {
  font-size: 20px;
  line-height: 1.3;
}
p.ital {
  font-style: italic;
}
small,
.small {
  font-size: 0.85em;
}
big,
.big {
  font-size: 1.25em;
}
a[href$=".pdf"] {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
a[href$=".pdf"]::before {
  content: url('/static/art/icons/cb-download-black.svg');
  vertical-align: top;
  height: 19px;
  width: 19px;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 5px;
}
ul {
  padding-left: 0.8rem;
}
ul li:not(.nav-item) {
  padding-left: 0.4rem;
}
ul li:not(.nav-item)::marker {
  content: '\2014 ';
  font-size: 1.2em;
}
/*
|--------------------------------------------------------------------------
| Layout
|--------------------------------------------------------------------------
*/
header {
  max-height: 100vh;
  overflow-y: auto;
  filter: drop-shadow(0 0 0.8rem #00000060);
}
@media (min-width: 992px) {
  header {
    max-height: none;
    overflow-y: visible;
  }
}
/*
|--------------------------------------------------------------------------
| Navbar Toggler (hamburger)
|--------------------------------------------------------------------------
*/
.navbar-toggler {
  width: 45px;
  height: 30px;
  padding: 0;
  position: relative;
  box-shadow: none !important;
}
.navbar-toggler .menu-icon {
  width: 100%;
  height: 3px;
  transition: all 0.3s;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.navbar-toggler .menu-icon:before,
.navbar-toggler .menu-icon:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.navbar-toggler .menu-icon:before {
  top: -10px;
}
.navbar-toggler .menu-icon:after {
  bottom: -10px;
}
.navbar-toggler[aria-expanded="true"] .menu-icon {
  background-color: transparent;
}
.navbar-toggler[aria-expanded="true"] .menu-icon:before {
  top: 0;
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .menu-icon:after {
  bottom: 0;
  transform: rotate(-45deg);
}
/*
|--------------------------------------------------------------------------
| Menu
|--------------------------------------------------------------------------
*/
.dropdown-menu {
  overflow: hidden;
  border-radius: 0;
}
.dropdown-menu li {
  padding-left: 0 !important;
  background-color: #6abac9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.dropdown-menu li a {
  font-size: 14px !important;
  padding: 0.4rem 1rem;
}
.dropdown-menu li:hover {
  background-color: #009ee0;
}
.dropdown-menu li:hover a {
  color: #FFF !important;
  background-color: #8fcbd7;
}
/*
|--------------------------------------------------------------------------
| banner
|--------------------------------------------------------------------------
*/
#banner .ratio {
  overflow: hidden;
  --bs-aspect-ratio: 56.25%;
}
@media (min-width: 768px) {
  #banner .ratio {
    --bs-aspect-ratio: 50%;
  }
  #banner .ratio.ratio-4to1 {
    --bs-aspect-ratio: 25%;
  }
  #banner .ratio.ratio-3to1 {
    --bs-aspect-ratio: 33.333333%;
  }
}
#banner .ratio > * {
  width: 100%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#banner .buttons-block a,
#banner .btn {
  color: inherit;
  background: transparent;
  border-color: #FFF;
}
#banner .carousel-inner .carousel-item {
  position: relative;
}
#banner .carousel-inner .carousel-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 43%;
  background-image: linear-gradient(to bottom, transparent, rgba(106, 186, 201, 0.7));
  mix-blend-mode: multiply;
}
/*
|--------------------------------------------------------------------------
| gallery thumbnails
|--------------------------------------------------------------------------
*/
.fancybox figure {
  position: relative;
}
.fancybox .thumbnails-caption {
  position: absolute;
  right: 15%;
  bottom: 0;
  left: 15%;
  color: #FFF;
  text-align: center;
  filter: drop-shadow(0 0 0.3rem #000);
}
/*
|--------------------------------------------------------------------------
| gallery slideshow
|--------------------------------------------------------------------------
*/
.carousel .carousel-caption {
  filter: drop-shadow(0 0 0.3rem #000);
}
@media (max-width: 767.98px) {
  .carousel .carousel-caption {
    font-size: smaller;
  }
}
.carousel .carousel-caption h1,
.carousel .carousel-caption h2,
.carousel .carousel-caption h3,
.carousel .carousel-caption h4,
.carousel .carousel-caption a {
  color: inherit;
}
/*
|--------------------------------------------------------------------------
| Gallerie fancybox
|--------------------------------------------------------------------------
*/
[data-fancybox] figure {
  cursor: pointer;
}
/*
|--------------------------------------------------------------------------
| video embed
|--------------------------------------------------------------------------
*/
.video-container {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}
.video-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*
|--------------------------------------------------------------------------
| Hero Sections
|--------------------------------------------------------------------------
*/
.section-split h1,
.section-parallax h1,
.section-split h2,
.section-parallax h2,
.section-split h3,
.section-parallax h3,
.section-split h4,
.section-parallax h4,
.section-split a,
.section-parallax a {
  color: inherit;
}
.section-split .buttons-block a,
.section-parallax .buttons-block a,
.section-split .btn,
.section-parallax .btn {
  color: inherit;
  background: transparent;
  border-color: inherit;
}
.section-parallax {
  overflow: hidden;
  clip-path: inset(0);
}
.section-parallax .parallax-image {
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .w-lg-40 {
    width: 40% !important;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .img-fit {
    height: 100%;
  }
}
.img-fit {
  object-fit: cover;
  object-position: center center;
}
/*
|--------------------------------------------------------------------------
| Cards
|--------------------------------------------------------------------------
*/
.card {
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  border-radius: 0;
}
.card .logo-image {
  position: relative;
  padding-top: 62.5%;
}
@media (max-width: 767.98px) {
  .card .logo-image {
    padding-top: 180px;
  }
}
.card .logo-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100% - 20px);
  max-width: calc(100% - 20px);
}
.card a {
  color: #FFF;
}
/*
|--------------------------------------------------------------------------
| Forms
|--------------------------------------------------------------------------
*/
#div_id_wagtailcaptcha .form-control {
  padding: 0;
  border: none;
}
/*
|--------------------------------------------------------------------------
| Shortcuts & main-nav
|--------------------------------------------------------------------------
*/
#main-nav .shortcuts {
  margin-top: 10px;
  margin-bottom: 20px;
}
#main-nav .shortcuts a {
  font-size: 15px;
  font-weight: bold;
}
#main-nav .shortcuts a:hover {
  counter: #cccccc;
}
#main-nav a {
  font-size: 18px;
  font-weight: bold;
}
#main-nav a:hover {
  counter: #cccccc;
}
@media (min-width: 992px) {
  .shortcuts,
  #main-nav div .navbar-nav {
    display: flex;
  }
  .shortcuts > li:not(:last-child),
  #main-nav div .navbar-nav > li:not(:last-child) {
    position: relative;
    display: flex;
    align-items: center;
  }
  .shortcuts > li:not(:last-child)::after,
  #main-nav div .navbar-nav > li:not(:last-child)::after {
    content: '|';
    font-size: 18px;
    line-height: 1.22222222;
    font-weight: bold;
    color: #6abac9;
    margin: 0 4px;
  }
}
@media (min-width: 992px) {
  #main-nav .dropdown-toggle::after {
    border: unset;
    margin-left: unset;
  }
  #main-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* remove the gap so it doesn't close */
    top: 40px;
  }
  #main-nav .dropdown:hover .dropdown-menu::after {
    content: "";
  }
}
/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/
footer {
  position: relative;
  padding: 5rem 0 3rem 0;
}
footer .linkedin-link img {
  max-width: 15vw;
}
.bottom-bar a {
  font-weight: 400;
  color: inherit;
}
.bottom-bar a.siteby {
  color: #bfbfbf;
}
.bottom-bar a.siteby:hover {
  color: #000;
}
.bottom-bar .hstack {
  flex-direction: column;
}
@media (min-width: 576px) {
  .bottom-bar .hstack {
    flex-direction: row;
  }
}
footer .footer-menu .footer-menu-item-wrapper a {
  position: relative;
  margin-top: -1px;
  margin-bottom: -1px;
  font-size: 18px;
  padding: 5px 0;
  display: block;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  transition: all 0.15s ease-in;
}
footer .footer-menu .footer-menu-item-wrapper:hover a {
  padding-left: 10px;
  z-index: 2;
  border-top: 1px solid #6abac9;
  border-bottom: 1px solid #6abac9;
  color: #6abac9;
  transition: all 0.15s ease-in;
}
/*
|--------------------------------------------------------------------------
| cookie banner
|--------------------------------------------------------------------------
*/
#cookie-notification {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
/*
|--------------------------------------------------------------------------
| Accordion
|--------------------------------------------------------------------------
*/
.accordion-item {
  border: none;
  border-radius: 0;
}
.accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.accordion-item .accordion-header .accordion-button[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-item .accordion-header .accordion-button[aria-expanded="true"] .bi {
  transform: rotate(-180deg);
}
.accordion-item .accordion-header .accordion-button .bi {
  font-size: inherit;
  transition: all 0.3s;
}
.accordion-item {
  border-top: 1px solid #6abac9;
  border-bottom: 1px solid #6abac9;
}
.accordion-item button.accordion-button {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  padding: 1rem 1.25rem 1rem 0;
}
.accordion-item button.accordion-button:hover {
  background-color: unset;
  color: inherit;
}
.accordion-item button.accordion-button::after {
  content: none;
}
.accordion-item button.accordion-button i {
  margin-right: 20px;
}
.accordion-item .accordion-body {
  border: unset;
  padding: 1rem 0;
}
.accordion-item .accordion-header .accordion-button[aria-expanded="true"] .bi {
  transform: rotate(90deg);
}
.container.main-content h1 {
  font-weight: bold;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.five-cards-block .card {
  padding: 2rem 1.2rem;
  text-align: center;
  height: 100%;
  border: unset;
  min-height: 310px;
  display: flex;
  justify-content: space-around;
  margin: 0 10px;
  border-radius: 0;
  transition: all 0.15s ease-in;
}
.five-cards-block .card p {
  font-size: 18px;
  line-height: 1.5;
}
.five-cards-block .card a {
  color: inherit;
  font-weight: bold;
  font-size: 18px;
}
.five-cards-block .card:hover {
  filter: brightness(0.9);
  transition: all 0.15s ease-in;
}
.five-cards-block .card.darker-card {
  padding: 2rem 0.7rem;
}
.five-cards-block .card.darker-card p {
  hyphens: auto;
}
.five-cards-block .card.darker-card:hover {
  filter: brightness(1.05);
  transition: all 0.15s ease-in;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}
.carousel-control-prev-icon {
  background-image: url('/static/art/icons/ara-slider-prev.svg');
}
.carousel-control-next-icon {
  background-image: url('/static/art/icons/ara-slider-next.svg');
}
.section-slider .smaller-text p {
  font-style: italic;
  line-height: 1.5;
}
.carousel-indicators button[data-bs-target] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50%;
  opacity: 1;
}
.carousel-indicators button[data-bs-target].active {
  background-color: #6abac9;
}
hr {
  margin-top: 1rem !important;
  height: 1px;
  background-color: #6abac9;
  border: none;
  opacity: 1;
}
.small-block-content a {
  padding-left: 40px;
  padding-bottom: 10px;
  display: block;
  position: relative;
  color: #58585a;
  border-bottom: 1px solid #6abac9;
}
.small-block-content a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('/static/art/icons/chain-gray.svg');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center 7px;
  width: 40px;
  height: 101%;
}
.small-block-content a:hover {
  color: #6abac9;
}
.small-block-content a:hover::before {
  background-image: url('/static/art/icons/chain-blue.svg');
}
.small-block-content p:first-of-type a {
  padding-top: 10px;
  border-top: 1px solid #6abac9;
}
.small-block-content p:first-of-type a::before {
  top: 10px;
}
.big-block-content .special-title h1 {
  font-size: 35px;
  line-height: 1.28571429;
  font-weight: 900;
  hyphens: auto;
}
.big-block-content .special-title h1 strong {
  font-weight: normal;
  font-size: 25px;
  line-height: 1.68;
  text-transform: uppercase;
}
.big-block-content p,
.big-block-content ul li {
  font-size: 17px;
  line-height: 1.7;
}
.big-block-content .card {
  min-height: 180px;
}
.big-block-content .card h3 {
  font-size: 1.1rem;
}
figure .magnifier {
  min-height: 0;
  min-width: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  transition: all 0.15s ease-in;
}
figure:hover .magnifier {
  min-height: 40px;
  min-width: 40px;
  background-color: #00000060;
  transition: all 0.15s ease-in;
}
figure:hover .magnifier::after {
  content: "";
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-search" viewBox="0 0 16 16"> <path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/></svg>');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.card.basic-card {
  transition: all 0.15s ease-in;
}
.card.basic-card:hover {
  filter: brightness(0.93);
  transition: all 0.15s ease-in;
}
.card.basic-card:hover a {
  color: #FFF;
}
