@charset "utf-8";

/** ################################################## GENERAL ################################################## **/
:root {
  --container-max-width: 100%;
}
html {
  scroll-behavior: smooth;
}
section[id],
div[id] {
  scroll-margin-top: 100px;
}
html,body {
	max-width: none;
}
video {
  display: block;
}
img, video, picture {
  max-width: 100%;
  height: auto;
}
.animated, img, svg, a, i, .fa-stack {
  transition: all 500ms ease 0s;
}
select {
  cursor: pointer;
}
.no-box-shadow{
    box-shadow:none!important;
}
/*****************    BØR NOK INN I SCSS!!    **********************/

.btn{
    padding-top: 0!important;
    padding-bottom: 0!important;
    line-height: 40px!important;
    height: 42px!important;
    font-size: 16px!important;
}
.btn.btn-sm{
    line-height: 28px!important;
    height: 30px!important;
    font-size: 13px!important;
    vertical-align: baseline;
}
.btn.btn-sm.ttt{
    height:14px!important;
    line-height:14px!important;
}
.btn.btn-sm.mmm{
    line-height:1px!important;
}
.btn.btn-xs{
    line-height: 22px!important;
    height: 24px!important;
    font-size: 13px!important;
}
.form-control {
    padding-top: .4rem;
    padding-bottom: .4rem;
}
@media(min-width: 1200px){
    .btn, .form-control {
        font-size: 18px!important;
    }
}
.form-check-input{
    background-color: transparent;
}
.form-check-input:checked[type=checkbox]{
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23bebebe' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

a.text-decoration-underline:hover {
    text-decoration: none !important;
}

/*******************************************************************/

.yotpo div, .yotpo span, .yotpo p, .yotpo a, .yotpo img, .yotpo i, .yotpo strong, .yotpo sup, .yotpo ul, .yotpo li, .yotpo form, .yotpo label{
    font-family: "DIN Next Pro", arial!important;
}
.yotpo .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-bottomline .yotpo-icon-empty-star,
.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-icon,
.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-user-letter, .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile .yotpo-user-letter, .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile .yotpo-user-letter, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile .yotpo-user-letter{
    color: #1d1d1d!important;
}
.write-question-review-buttons-container .write-question-review-button .write-question-review-button-icon,
.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
.yotpo a{
    color: #006BFF!important;
}
.filters-container .filters-container-title,
.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-user-letter, .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile .yotpo-user-letter, .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile .yotpo-user-letter, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile .yotpo-user-letter{

    font-weight: 500!important;
}
.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile{
    background: #f5f5f5!important;
}

.yotpo-nav-wrapper{
    text-transform: uppercase;
}
.unbreakable {
	white-space: nowrap;
}
.full-media {
  width: 100%;
  height: 100%;
  margin: 0;
}
.full-media img,
.full-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reveal {
    visibility: hidden;
}

.modal {
    background-color: rgba(0,0,0,.5);
}

#page-header .desktop-row{
    height: 60px;
    align-items: center!important;
}

#page-header .desktop-row .menu-title,
#page-search,
#page-menu{
    padding-top: 5px;
    margin-top: 3px;
}
#page-logo{
    transform: translateY(-3px);
}
#page-logo svg{
    transform: scale(1.825);
    margin-top: 6px;
    padding-top: 3px;
    transform-origin: left;
}
#page-header .menu-drop{
    margin-top: 12px;
}
#page-header .form-check-label{
    line-height: 18px;
}
#page-header .pdo-inner-row-level-3 a{
    line-height: 16px;
}
.nor-subheader{
    height: 48px;
}
.hero-video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.hero-video-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events:none;
}
.hero-video-btn-wrapper {
    bottom: 0;
    z-index:1;
}
.hero-video-btn {
    cursor: pointer;
}
.hero-video-close-btn {
    top: 0;
    right: 0;
    z-index:1;
    cursor: pointer;
    display: none;
}
#hero {
    transition: min-height 500ms ease 0s;
}
#hero.open {
    min-height: 100vh;
}
#hero.open .hero-video-wrapper iframe {
  position: static;
  top: auto;
  left: auto;
  width: 100%;
  height: 100%;
  transform: none;
  pointer-events: auto;
}
#hero.open .hero-video-btn-wrapper,
#hero.open .video-hero-content,
#hero.open .hero-content {
    display: none;
}
#hero.open .hero-video-close-btn {
    display: block;
}

#hero.open .gradient-overlay::after {
    opacity: 0;
}


a.currency-link {
    color: inherit;
    text-decoration: underline;
}
a.currency-link:hover {
    text-decoration: none;
}


.accordion-button {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    font-size: 13px;
    line-height: 33px;
    vertical-align: middle;
}
.mobile-menu .accordion-button{
    font-size: 1rem;
    line-height: 48px;
}
.accordion-button h2{
        margin-top: 1.125rem;
}
.accordion-button::after{
    width:13px;
    height:13px;
    background-size: contain;
}
.fade-transition{
  transition: all 250ms ease;
}
.content *:last-child {
  margin-bottom: 0;
}
.btn-icon .fa-stack {
  font-size: 2rem;
  width: 2em;
}
.accordion-button:disabled::after {
  display: none;
}
.accordion, .accordion-item, .accordion-button{
    color:inherit!important;
}
.form-select-simple {
  display: inline-block;
  width: auto;
  padding: 0 2rem 0 1rem;
  margin: 0 -1rem;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: none;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-primary);
  background-color: var(--bs-medium-gray);
  border-color: transparent;
  opacity: var(--bs-btn-disabled-opacity);
}

/** HEADER DESKTOP + MOBILE **/
.column-menu{
  display: block;
  background-color: inherit;
  padding-top: 12px;
  -moz-column-count: 4;
  column-count: 4;
  -moz-column-gap: 36px;
  column-gap: 36px;
  -moz-column-fill: balance;
  column-fill: balance;
}
.column-menu > div{
  display: block;
  width: 100%;
  padding-bottom: 25px;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  page-break-inside: avoid;
  overflow: hidden;
}
#page-search input{
  height: 100%;
  border:0;
}

#page-search input{
  max-width: 0;
  transition: all 250ms ease
}
#page-search input:focus{
  outline: 0;
  max-width: 300px
}
.search-result-container, .search-result-container > div, .contact-popper-container{
  z-index: 1020;
}
.search-result-container > div{
  width: 350px;
  max-height: 50vh;
  overflow-y: auto;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity));
  padding: 1.125rem;
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  border-radius: var(--bs-border-radius);

}

@media (min-width: 1199px){
.contact-popper-container > div{
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity));
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}
}
.mobile-menu{
  display:none;
}

.mobile-search{
    display:none;
}


.page-footer-nav{
    columns: 5;
}
.page-footer-nav > div {
    break-inside: avoid-column;
}
@media (max-width: 1199px) {
   .page-footer-nav{
        columns: 3;
    } 
}
@media (max-width: 767px) {
    .page-footer-nav{
        columns: 2;
    }
}
.menu-open .menu-open-search, .menu-open .menu-open-contact, .menu-open .menu-open-menu,
    .search-open .menu-open-contact, .search-open .menu-open-menu,
    .contact-open .menu-open-search, .contact-open .menu-open-contact, .contact-open .menu-open-menu{
        display:none;
    }
    
    @media (max-width: 1199px) {
        .search-open .menu-open-search {
            display:none;
        }
    }
    #page-header:not(.menu-open, .search-open, .contact-open) .menu-close-menus{
        display:none;
    }
    
    .contact-popper-container{
        display:none;
    }
    header#page-header.contact-open .contact-popper-container{
        display:block;
    }
@media (max-width: 1199px) {
  
  #page-search input {
      max-width: none;
      transition: all 100ms ease;
      position: absolute;
      top:100%;
      opacity:0;
      pointer-events: none;
      background-color: #FFF;
      left: 0;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  }
  
  .mobile-search input{
      background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
      width: 100%;
      padding: 10px 15px;
      border: 0;
      
      outline: 0;
      -webkit-appearance: none;
  }

  #page-search input:focus{
      outline: 0;
      max-width: none;
      width: 100%;
      z-index: 999;
      top: 100%;
      pointer-events: all;
      opacity: 1;
  }
    .mobile-search-input-container{
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    }
    
    .search-open [data-open-search] .fa-search:before {
        content: "\f00d";
    }
    .search-open #page-menu {
        display: none!important;
    }
  .search-result-container > div, .contact-popper-container{
      border:0;
      border-radius: 0;
      width: 100vw;
      height: 100vh;
  }

  header.menu-open #page-logo svg path{
      fill: #FFF;
  }

  header{
      min-height: 0vh;
      transition: all 500ms ease;
  }
  header.menu-open{
      color: #fcfcfc!important;
      background-color: #1d1d1d!important;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
  }

  .mobile-menu{
      max-height: 0px;
      pointer-events: none;
      transform: translateY(-100px);
      opacity: 0;
      transition: all 500ms ease;
  }
  
  .mobile-search{
      max-height: 0px;
      pointer-events: none;
      transform: translateY(-100px);
      opacity: 0;
      transition: all 500ms ease;
  }
  
  header.search-open .mobile-search{
      display:block;
      pointer-events: all;
      max-height: 100%;
      transform: translateY(0);
      opacity: 1;
      height: calc(100vh - 60px);
      overflow-y:auto;
      padding-bottom: 1rem;
  }
  
  header.contact-open .contact-popper-container{
      display:block;
      pointer-events: all;
      max-height: 100%;
      transform: translateY(0);
      opacity: 1;
      height: calc(100vh - 60px);
      overflow-y:scroll;
      padding-bottom: 1rem;
  }

  header.menu-open .mobile-menu{
      display: flex;
  }

  header.menu-open.opened .mobile-menu{
      pointer-events: all;
      max-height: 100%;
      transform: translateY(0);
      opacity: 1;
  } 

  header.menu-open .mobile-menu .accordion-button::after{
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
    

  header.menu-open .text-black, header.menu-open .accordion-button, header.menu-open .accordion-button:after{
      color: #fcfcfc!important;
  }

  header.menu-open .accordion-collapse{
      background-color: #2c2f32;
  }

  header.menu-open .accordion-button{
      box-shadow: none!important;
  }

  header.menu-open .mobile-menu > .accordion > .accordion-item{
      border-bottom: 1px solid #2c2f32!important;
      box-shadow: none!important;
  }

  header.menu-open .mobile-menu > .accordion > .accordion-item:first-child{
      border-top: 1px solid #2c2f32!important;
  }

  header.menu-open .accordion .accordion-item{
      border-bottom: 1px solid #747474!important;
      box-shadow: none!important;
  }

  header.menu-open .accordion .accordion-flush .accordion-item:last-child{
      border-bottom:0!important;
  }

  header.menu-open .accordion .accordion-item:last-child(){
      border:0!important
  }
  header.menu-open h5, header.menu-open p, header.menu-open a, header.menu-open h6{
      color: #FFF!important;
  }

}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

/* width */
.small-scroll::-webkit-scrollbar {
  width: 10px;
  overflow: hidden;
}

/* Track */
.small-scroll::-webkit-scrollbar-track {
  background: rgba(0,0,0,.1);
}

/* Handle */
.small-scroll::-webkit-scrollbar-thumb {
background: rgba(0,0,0,.1);
}

/* Handle on hover */
.small-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,.1);
}
small, .small {
  font-size: 0.8125em!important;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  /*color: var(--bs-primary);*/
  color:#ffffff;
  /*background-color: var(--bs-light);*/
  background-color:#1d1d1d;
  opacity: .80;
  border-radius: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  z-index: 10000;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 1rem;
}
.swiper-expanded {
  overflow: visible;
}


#toTop {
  right: 1.5rem;
  bottom: 3rem;
  transition: all 500ms ease 0s;
  display: none;
  z-index: 2;
  opacity: .25;
}
#toTop:hover {
  opacity: 1;
}
.content a:hover {
  -webkit-text-decoration-color: var(--bs-light);
  text-decoration-color: var(--bs-light);
}
.gradient-overlay::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    background: linear-gradient(180deg,rgba(0,0,0,.35),hsla(0,0%,100%,0));
    transition: opacity .33s;
    pointer-events: none;
}
.video-hero-content {
  z-index: 1;
}

#page-logo svg {
  height: 1.6rem;
}
#page-logo svg path {
  fill: var(--bs-primary);
}
.hero-content {
  z-index: 2;
}
.dropdown-nav {
    left: 0;
    width: 100%;
    position: absolute;
}
.dropdown-nav > ul {
  list-style: none;
  font-size: 1.125rem;
  font-weight: 400;
}
.dropdown-nav > ul > li {
  display: inline-block;
}

.menu-drop ul{
  list-style: none;
  padding: 0
}
.menu-drop ul li{
  font-size: 0.8125rem;
  margin-bottom: .1rem;
  color: inherit!important;
}

.menu-drop ul li a{
  color: inherit
}

ul.inline-list {
  list-style: none;
}
ul.inline-list li {
  display: inline;
}
ul.inline-list li:not(:first-child) {
  margin-left: .5rem;
}
.readmore-toggle:not(.collapsed) {
  display: none;
}

.menu-title {
  cursor: pointer;

}
.menu-title {
  border-bottom: 1px solid var(--bs-primary);
}
.menu-title.collapsed {
  border-color: transparent;
}
.menu-title:hover {
  border-color: var(--bs-primary);
}
.menu-drop {
  left: 0;
  z-index: 10000;
}

#filter-controls:not(.active) .active-filter-buttons,
#filter-controls.active .inspire-me-button {
  display: none;
}

.nav-dropdown-button,
.filter-control {
  font-size: 1.125rem;
  font-weight: 400;
  cursor: pointer;
}
.nav-dropdown-button::after,
.filter-control-title::after {
  content: "\f077";
  font-size: 14px;
  line-height: 16px;
  padding-left: 6px;
  font-weight: 600;
  font-family: "Font Awesome 6 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  opacity: .3;
}
.filter-control-title{
    display: flex;
    justify-content: space-between;
    align-items: center
}
.nav-dropdown-button.collapsed::after,
.filter-control-title.collapsed::after {
  content: "\f078";
}
.nav-dropdown-button:hover::after,
.filter-control:hover .filter-control-title::after {
  opacity: 1;
}

.filter-control.form-select {
  padding: .15rem 1.5rem .15rem .25rem;
  border: none;  
  color: var(--bs-primary);
  background-size: 1rem;
  -moz-padding-start: 0;
  background-image: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%231d1d1d' opacity='.3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E" );
  background-color: transparent;
  background-position: right center;
}
.filter-control.form-select:hover,
.filter-control.form-select:focus {
  border: none;
  box-shadow: none;
  background-image: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%231d1d1d' opacity='1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E" );
}
.filter-control.active {
  font-weight: 500;
}
.filter-remove {
  font-size: 1rem;
  opacity: .3;
}
.filter-remove:hover {
  opacity: 1;
}

.filter-nav ul {
  list-style: none;
  font-size: 1.125rem;
  font-weight: 400;
}
.filter-nav ul li {
  display: inline-block;
}
.filter-nav ul li a {
  text-decoration: none;
  margin-right: 2rem;
}
.filter-nav ul li a:hover {
  text-decoration: underline;
}
.filter-nav ul li a::after {
  content: "\f078";
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  padding-left: .25rem;
  opacity: .3;
}
.filter-nav ul li a:hover::after {
  opacity: 1;
}
.filter-nav .filter-options {
  left: 0;
}
.filter-nav .filter-options ul {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}
.filter-nav .filter-options .no-children ul{
    margin-bottom: 0;
}
.filter-nav .filter-options ul label{
    font-size: 15px;
    line-height: 21px;
}
.filter-nav .filter-options li {
  margin-top: 4px;
  display: block;
}
.filter-clear {
  cursor: pointer;
}
.filter-clear:hover {
  text-decoration: underline;
}
@media (max-width: 1198px){
    .filter-nav .accordion-item{
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
        padding-top: 10px;
        padding-bottom:10px;
    }
    .filter-options{
        position: relative!important;
    }
}
@media (max-width: 1198px){
  .filter-nav.shown{
    display:block!important;
    position: fixed;
    top:0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #FFF;
  }
}



.noUi-horizontal {
  height: 6px !important;
}
.noUi-horizontal .noUi-handle {
  width: 20px !important;
  height: 20px !important;
  right: -10px !important;
  top: -8px !important;
}
.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  display: none !important;
}
.noUi-handle {
  border: 3px solid #FFF !important;
  border-radius: 100% !important;
  background: var(--bs-primary) !important;
  box-shadow: none !important;
}
.noUi-target {
  background: rgba(0,0,0,.1) !important;
  border-radius: 3px !important;
  border: none !important;
  box-shadow: none !important;
}
.noUi-connect {
  background: var(--bs-primary) !important;
}
.noUi-pips-horizontal {
  padding: 0 !important;
}
.noUi-marker-large {
  background:rgba(0,0,0,.1) !important;
}
.noUi-pips {
  color: var(--bs-primary) !important;
}


.multicolumn-4 {
  column-count: 4;
  column-gap: var(--bs-gutter-x);
}
@media (max-width: 767px){
    .multicolumn-4 {
  column-count: 2;
  column-gap: var(--bs-gutter-x);
}
}
.multicolumn ul {
  break-inside: avoid-column;
}
.noUi-pips {
    position: absolute;
    color: #999;
}

.highlight-bg {
  width: 100%;
  height: 100%;
}
.highlight-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.highlight-header {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.highlight-header a {
  pointer-events: all;
}
.highlight-header h2,
.highlight-header .h2{
    font-size: 21px;
    line-height: 27px;
}
.highlight:hover .highlight-bg.gradient-overlay::after {
  background: rgba(0,0,0,.5);
}
.highlight-header .breadcrumbs ul li,
.breadcrumbs .label-small,
#day-by-day-navcontent .label-small,
.highlights-block .label-small{
    font-size: 13px;
    font-variant: small-caps;
    text-transform: lowercase;
}
.highlight-header .breadcrumbs ul {
  font-variant: small-caps;
  text-transform: lowercase;
  font-size: 3px;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
}
.breadcrumbs ul li {
  display: inline;
}

.breadcrumbs ul li:not(:last-of-type)::after {
  content: ", ";
}
.breadcrumbs ul li a {
  text-decoration: none;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}
.breadcrumbs ul li a {
  color: var(--bs-primary);
}
.text-light .breadcrumbs ul li a {
  color: var(--bs-light);
}
.accordion-body.small.content{
    color: #747474;
}
/*
.mixitup-control-active {
  background-color: var(--bs-primary);
  color: var(--bs-light);
}
*/
.video-hero-block {
  min-height: 125vw;
}

.hero-full {
  min-height: 90vh;
}


.swiper-expanded .swiper-slide {
  padding: 0 calc( var(--bs-gutter-x) / 4);
}

/* MASONRY MIX LAYOUT */
/* Used for Masonry Layout that supports MixItUp */
.masonry-mix {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc( var(--bs-gutter-x) / 2 );
}
.masonry-mix .item {
  grid-column: 1;
  grid-row: auto;
  aspect-ratio: 1;
}


/* MASONRY LAYOUT 2 */
/* Used for Upcoming trips */
.masonry-layout-2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc( var(--bs-gutter-x) / 2);
}
.masonry-layout-2 > .item {
  grid-column: 1;
  grid-row: auto;
  min-height: 66vw;
}


.masonry-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap:  calc( var(--bs-gutter-x) / 2);
}
.masonry-gallery > .item:nth-of-type(4n+1) {  grid-column: span 4; grid-row: span 4; aspect-ratio: 1; }
.masonry-gallery > .item:nth-of-type(4n+2) {  grid-column: span 4; grid-row: span 2; aspect-ratio: 2; }
.masonry-gallery > .item:nth-of-type(4n+3) {  grid-column: span 2; grid-row: span 2; aspect-ratio: 1; }
.masonry-gallery > .item:nth-of-type(4n+4) {  grid-column: span 2; grid-row: span 2; aspect-ratio: 1; }
.masonry-gallery > .item:nth-of-type(1n+9) {  display: none; }

.masonry-gallery > .item a:hover::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 3rem;
  color: var(--bs-light);
  content: "\f00e";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
}
.masonry-gallery > .item a:hover img {
  width: 110%;
  height: 110%;
}

.masonry-gallery > .item {
  overflow: hidden;
}

.simple-calendar-list {
  padding: 0;
  margin: 0;
  list-style: none;
}


.image-hero-block {
  min-height: 60vh;
}

.tab-nav .btn.active {
  background-color: var(--bs-light);
  color: var(--bs-primary);
  border: none;
}

.page-footer-header .brand-symbol {
  height: 1rem;
  width: auto;
}
.page-footer-header .brand-symbol path {
  fill: var(--bs-medium-gray);
}
.page-footer a {
  color: inherit;
}
.page-footer-nav * ,
.page-footer .lh-big{
  line-height: 18px !important;
}
.page-footer-nav ul {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
}
.page-footer-nav ul li{
    margin-top: 4px;
}
.page-footer .brand-logo {
  height: 1.6rem;
}
.page-footer .brand-logo path {
  fill: var(--bs-medium-gray);
}
.rgf-logo img {
    max-width: 55px;
    opacity: .75;
}
.rgf-logo img:hover {
    opacity: 1;
}

.text-medium-gray .form-select-simple {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dedede' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.text-medium-gray .form-control {
  color: inherit;
}

.newsletter-form-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc( var(--bs-btn-padding-y) * .4 );
  padding: calc( var(--bs-btn-padding-y) * .6 ) calc( var(--bs-btn-padding-x) * .5 );
}

.article-item *:hover {
    text-decoration: none;
}

.searchbar .search-icon{
    top: 50%;
    left: .75rem;
    transform: translateY(-50%);
    pointer-events: none;
    color: #6c757d;
}
.searchbar .search-field{
    padding-left: 2rem;
}
.btn-transparent.mix-btn.active{
    text-decoration: underline;
}

.grid-contentpage .rte > * {
    margin-bottom: 24px;
}    

/** ################################################## MEDIA QUERIES ################################################## **/

/** Small devices (landscape phones, 576px and up) **/
/** Bootstrap: -sm **/
@media (min-width: 576px) {
}

/** Medium devices (tablets, 768px and up) **/
/** Bootstrap: -md **/
@media (min-width: 768px) {
  .video-hero-block {
    min-height: 33vw;
  }
  .image-hero-block {
    min-height: 87vh;
  }
  .hero-video-wrapper iframe {
    width: 100%;
    height: 300%;
  }
  .masonry-mix {
    grid-template-columns: repeat(2, 1fr);
  }
  .masonry-mix .item:nth-of-type(8n+1) {
    grid-column: 1 / 3;
    grid-row: auto;
    aspect-ratio: 2.05 / 1;
  }
  .masonry-mix .item:nth-of-type(8n+2) {
    grid-column: 1;
    grid-row: auto;
    aspect-ratio: 1;
  }
  .masonry-mix .item:nth-of-type(8n+3) {
    grid-column: 2;
    grid-row: span 2;
    aspect-ratio: auto;
  }
  .masonry-mix .item:nth-of-type(8n+4) {
    grid-column: 1;
    grid-row: auto;
    aspect-ratio: 1;
  }
  .masonry-mix .item:nth-of-type(8n+5) {
    grid-column: span 2;
    grid-row: auto;
    aspect-ratio: auto;
  }
  .masonry-mix .item:nth-of-type(8n+6) {
    grid-column: 1;
    grid-row: span 2;
    aspect-ratio: 1 / 2.05;
  }
  .masonry-mix .item:nth-of-type(8n+7) {
    grid-column: 2;
    grid-row: auto;
    aspect-ratio: 1;
  }
  .masonry-mix .item:nth-of-type(8n+8) {
    grid-column: 2;
    grid-row: auto;
    aspect-ratio: 1;
  }
  .masonry-layout-2 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .masonry-layout-2 > .item {
    min-height: 33vw;
  }
  .masonry-layout-2 > .item:nth-of-type(8n+1) {  grid-column: span 3; grid-row: span 2; }
  .masonry-layout-2 > .item:nth-of-type(8n+2) {  grid-column: span 3; grid-row: auto; }
  .masonry-layout-2 > .item:nth-of-type(8n+3) {  grid-column: span 3; grid-row: auto; }
  .masonry-layout-2 > .item:nth-of-type(8n+4) {  grid-column: span 6; grid-row: auto; }
  .masonry-layout-2 > .item:nth-of-type(8n+5) {  grid-column: span 3; grid-row: auto; }
  .masonry-layout-2 > .item:nth-of-type(8n+6) {  grid-column: span 3; grid-row: auto; }
  .masonry-layout-2 > .item:nth-of-type(8n+7) {  grid-column: span 2; grid-row: auto; }
  .masonry-layout-2 > .item:nth-of-type(8n+8) {  grid-column: span 4; grid-row: auto; }
  .masonry-gallery {
    grid-template-columns: repeat(8, 1fr);
  }
  .masonry-gallery > .item:nth-of-type(8n+1) {  grid-column: span 4; grid-row: span 4; aspect-ratio: 1; }
  .masonry-gallery > .item:nth-of-type(8n+2) {  grid-column: span 4; grid-row: span 2; aspect-ratio: auto; }
  .masonry-gallery > .item:nth-of-type(8n+3) {  grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
  .masonry-gallery > .item:nth-of-type(8n+4) {  grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
  .masonry-gallery > .item:nth-of-type(8n+5) {  grid-column: span 4; grid-row: span 2; aspect-ratio: auto; }
  .masonry-gallery > .item:nth-of-type(8n+6) {  grid-column: span 4; grid-row: span 4; aspect-ratio: 1; }
  .masonry-gallery > .item:nth-of-type(8n+7) {  grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
  .masonry-gallery > .item:nth-of-type(8n+8) {  grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
  .swiper-expanded .swiper-slide {
    padding: 0 calc( var(--bs-gutter-x) / 3.333);
  } 
}

/** Large devices (desktops, 992px and up) **/
/** Bootstrap: -lg **/
@media (min-width: 992px) {
    .grid-contentpage {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
    #page-logo svg{
        transform: scale(1.165);
        margin-top: 0;
        padding-top: 0;
    }
    [data-open-search] i {
        font-size: 1.125rem;
    }
}

/** Extra large devices (large desktops, 1200px and up) **/
/** Bootstrap: -xl **/
@media (min-width: 1200px) {
    .highlight-header h2,
    .highlight-header .h2{
        font-size: 24px;
        line-height: 30px;
    }
    .dropdown-nav {
        width: auto;
        position: static;
    }
  .masonry-mix {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: calc( var(--bs-gutter-x) * 0.5 );
  }
  
  .masonry-mix .item:nth-of-type(8n+1) {
    grid-column: 1 / 3;
    grid-row: auto;
    aspect-ratio: 2 / 1;
  }
  .masonry-mix .item:nth-of-type(8n+2) {
    grid-column: 3;
    grid-row: span 2;
    aspect-ratio: 1 / 2.13;
  }
  .masonry-mix .item:nth-of-type(8n+3) {
    grid-column: 1;
    grid-row: auto;
    aspect-ratio: 1;
  }
  .masonry-mix .item:nth-of-type(8n+4) {
    grid-column: 2;
    grid-row: auto;
    aspect-ratio: 1;
  }
  .masonry-mix .item:nth-of-type(8n+5) {
    grid-column: 1 / 3;
    grid-row: span 2;
    aspect-ratio: 1;
  }
  .masonry-mix .item:nth-of-type(8n+6) {
    grid-column: 3;
    grid-row: auto;
    aspect-ratio: 1;
  }
  .masonry-mix .item:nth-of-type(8n+7) {
    grid-column: 3;
    grid-row: auto;
    aspect-ratio: 1;
  }
  .masonry-mix .item:nth-of-type(8n+8) {
    grid-column: 1 / 4;
    grid-row: auto;
    aspect-ratio: 3 / 1;
  }
  
  
  
  
  
  /*
      
    .masonry-mix .item::after{
        content: "";
        position: absolute;
        top: 30px;
        right: 30px;
        color: #FFF;
        font-size: 30px;
        font-weight: bold;
    }
    .masonry-mix .item.visible-0::after{ content: "0"; }
    .masonry-mix .item.visible-1::after{ content: "1"; }
    .masonry-mix .item.visible-2::after{ content: "2"; }
    .masonry-mix .item.visible-3::after{ content: "3"; }
    .masonry-mix .item.visible-4::after{ content: "4"; }
    .masonry-mix .item.visible-5::after{ content: "5"; }
    .masonry-mix .item.visible-6::after{ content: "6"; }
    .masonry-mix .item.visible-7::after{ content: "7"; }
    .masonry-mix .item.visible-8::after{ content: "8"; }
    .masonry-mix .item.visible-9::after{ content: "9"; }
    .masonry-mix .item.visible-10::after{ content: "10"; }
    .masonry-mix .item.visible-11::after{ content: "11"; }
    .masonry-mix .item.visible-12::after{ content: "12"; }
    .masonry-mix .item.visible-13::after{ content: "13"; }
    .masonry-mix .item.visible-14::after{ content: "14"; }
    .masonry-mix .item.visible-15::after{ content: "15"; }
    .masonry-mix .item.visible-16::after{ content: "16"; }
    .masonry-mix .item.visible-17::after{ content: "17"; }
    .masonry-mix .item.visible-18::after{ content: "18"; }
    .masonry-mix .item.visible-19::after{ content: "19"; }
    .masonry-mix .item.visible-20::after{ content: "20"; }
    .masonry-mix .item.visible-21::after{ content: "21"; }
    .masonry-mix .item.visible-22::after{ content: "22"; }
    .masonry-mix .item.visible-23::after{ content: "23"; }
    .masonry-mix .item.visible-24::after{ content: "24"; }
    .masonry-mix .item.visible-25::after{ content: "25"; }
  
  .masonry-mix .item.visible-0 {
    grid-column: 1 / 3;
    grid-row: auto;
    aspect-ratio: 2 / 1;
  }
  .masonry-mix .item.visible-1 {
    grid-column: 3;
    grid-row: span 2;
    aspect-ratio: 1 / 2.13;
  }
  .masonry-mix .item.visible-2 {
    grid-column: 1;
    grid-row: auto;
    aspect-ratio: 1;
  }
  .masonry-mix .item.visible-3 {
    grid-column: 2;
    grid-row: auto;
    aspect-ratio: 1;
  }
  .masonry-mix .item.visible-4 {
    grid-column: 1 / 3;
    grid-row: span 2;
    aspect-ratio: 1;
  }
  .masonry-mix .item.visible-5 {
    grid-column: 3;
    grid-row: auto;
    aspect-ratio: 1;
  }
  .masonry-mix .item.visible-6 {
    grid-column: 3;
    grid-row: auto;
    aspect-ratio: 1;
  }
  .masonry-mix .item.visible-7 {
    grid-column: 1 / 4;
    grid-row: auto;
    aspect-ratio: 3 / 1;
  }
  */
  
  .masonry-layout-2 {
    grid-gap: calc(var(--bs-gutter-x) / 2);
  }
  .masonry-layout-2 > .item {
    min-height: 400px;
  }
  .masonry-layout-2 > .item:nth-of-type(8n+1) {  grid-column: span 2; grid-row: span 2; }
  .masonry-layout-2 > .item:nth-of-type(8n+2) {  grid-column: span 4; grid-row: auto; }
  .masonry-layout-2 > .item:nth-of-type(8n+3) {  grid-column: span 2; grid-row: auto; }
  .masonry-layout-2 > .item:nth-of-type(8n+4) {  grid-column: span 2; grid-row: auto; }
  .masonry-layout-2 > .item:nth-of-type(8n+5) {  grid-column: span 3; grid-row: auto; }
  .masonry-layout-2 > .item:nth-of-type(8n+6) {  grid-column: span 3; grid-row: auto; }
  .masonry-layout-2 > .item:nth-of-type(8n+7) {  grid-column: span 4; grid-row: auto; }
  .masonry-layout-2 > .item:nth-of-type(8n+8) {  grid-column: span 2; grid-row: auto; }
  .masonry-layout-2 > .item:nth-of-type(8n+10) {  aspect-ratio: 2 / 1 }



  .masonry-gallery {
    grid-template-columns: repeat(8, 1fr);
  }
}

/** Extra Extra large devices (extra large desktops, 1400px and up) **/
/** Bootstrap: -xxl **/
@media (min-width: 1400px) {
}

@media (min-width: 1600px) {
}

@media (orientation: landscape) {
  .img-portrait {
    display: none;
  }
}

@media (orientation: portrait) {
  .img-landscape {
    display: none;
  }
}


/*****************************************************************/
/**                           ALGOLIA                            **/
/*****************************************************************/
.simplesearch-result{
  border-top: 1px solid rgba(3,57,88,.3);
  padding: 1rem 0;
}
.simplesearch-result:first-of-type{
  border: none;
}
.aa-dropdown-menu{
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  width: 50vw;
  z-index: 999;
}
.aa-dropdown-menu > .suggestion-page{
  border-bottom: 1px solid rgba(3,57,88,0.1);
}
.aa-cm-suggestion:hover{
  background: rgba(3,57,88,0.1);
}
.aa-cm-suggestion:active{
  background: rgba(3,57,88,0.1);
}
.aa-cm-suggestion:focus{
  background: rgba(3,57,88,0.1)!important;
}
.aa-cm-suggestion:selected{
  background: rgba(3,57,88,0.1)!important;
}
.bg-effect {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('../gfx/globe-gfx.jpg');
opacity: .1;
z-index: 0;
background-size: cover;
background-position: top center;
}
.bg-fade-from-top .container,
.bg-fade-from-bottom .container {
position: relative;
z-index: 2;
}
.bg-fade-from-top:before,
.bg-fade-from-bottom:after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
z-index: 1;
}
.bg-fade-from-top:before{
  top: 0;
  background: linear-gradient(  rgba(29,29,29,.5), rgba(29,29,29,0) );
}
.bg-fade-from-bottom:after{
  bottom: 0;
  background: linear-gradient( rgba(29,29,29,0), rgba(29,29,29,.5) );
}

.aa-input-container {
display: inline-block;
position: relative;
}
.aa-input-search {
width: 300px;
padding: 12px 28px 12px 12px;
border: 1px solid #e4e4e4;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.aa-input-search::-webkit-search-decoration, .aa-input-search::-webkit-search-cancel-button,
.aa-input-search::-webkit-search-results-button, .aa-input-search::-webkit-search-results-decoration {
  display: none;
}
.aa-input-icon {
height: 16px;
width: 16px;
position: absolute;
top: 50%;
right: 16px;
-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
fill: #e4e4e4;
pointer-events: none;
}
.aa-dropdown-menu {
background-color: #fff;
border: 1px solid rgba(228, 228, 228, 0.6);
width: 100%;
margin-top: 0;
box-sizing: border-box;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.aa-dropdown-menu img{
  max-height: 80px;
}
.aa-suggestion {
cursor: pointer;
}
.aa-suggestion img{
  position: relative!important;
}
.aa-suggestions-category {
padding: 20px 20px 12px;
font-size: 1.1rem;
text-transform: uppercase;
font-size: .8125rem;
width: 100%;
}
.aa-suggestion:first-child{
  padding-top: 0;
}
.aa-suggestion span:first-child em, .aa-suggestion span:last-child em {
font-weight: 700;
font-style: normal;
background-color: rgba(3,57,88,.3);
padding: 2px 0 2px 2px;
}

.aa-dropdown-menu > div {
display: inline-block; 
vertical-align: top; 
}
.aa-titletext{
  width: 100%;
  display: inline-block;
}
.aa-titletext em{
  font-style: normal;
  background-color: rgba(3,57,88,.3);
}
.aa-introtext span{
  font-size: .9rem;
}
.aa-empty {
padding: 6px 12px;
}
.aa-cm-suggestion{
  border-top: 1px solid rgba(3,57,88,.2)!important;
  padding: 1rem;
  margin: 0!important;
  width: 100%;
}
.aa-cm-suggestion:first-child{
  border-top: none;
}

span.algolia-autocomplete {
  position: absolute;
  z-index: 50;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 0;
  display: block!important;
}
@media screen and (max-width: 767px){
  #searchIcon a{
      top: 30%;
  }
  header.sticky-top #searchIcon a{
      top: 50%;
  }
  header.sticky-top span.algolia-autocomplete{
      top: 65%;
  }
  span.algolia-autocomplete{
      top:50%;
  }
  .main-search .search-wrap{
      margin: 0 .2rem;
  }
  .main-search .js-close{
      right: 1rem;
  }
}

.filter-options h6,
.filter-options .h6{
	font-weight: 500;
}
.filter-options .form-check .form-check{
    padding-left: 0;
}
.form-check-input + .form-check-label.h6{
    line-height: 21px;
    vertical-align: middle;
    font-size: 15px;
}

#utstyrsliste .btn.btn-lg.btn-outline-primary {
    display: none;
}
@media (max-width: 1199px) {
    #filter-controls {
        position: relative;
    }
    #filter-controls .filter-nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--bs-light);
        padding-left: 1.5rem;
    }
    /*
    #filter-controls .collapse > .container-xl {
        padding-left: 0;
        padding-right: 0;
    }
    */
}
@media (max-width: 1200px) {
    #filter-controls .multicolumn-4 {
        column-count: 3;
    }
}
@media (max-width: 767px) {
    #filter-controls .multicolumn-4 {
        column-count: 1;
    }
}

/** PRINT CSS. General styling of elements in print version  **/
#printlogo{
    display: none!important;
}

@media print {
    header *{
        -webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
        color-adjust: exact !important;                 /* Firefox 48 – 96 */
        print-color-adjust: exact !important;      
    }
    #page-header,
    #sub-menu,
    #page-footer,
    #day-by-day-nav,
    .btn{
        display: none!important;
    }
    #printlogo{
        display: block!important;
        width: 100%;
        padding-bottom: 30px;
    }
    #hero h1,
    #hero h2{
        color: #FCFCFC;
    }
    #hero .breadcrumbs{
        display: none;
    }
    h2{
        margin-bottom: 6px;
    }
    .bg-primary{
        background: transparent!important;
    }
    .bg-white,
    .bg-light{
        background: transparent!important
    }
    .text-light{
        color: var(--bs-body-color)!important;
    }
    .accordion-button::after{
        display: none;
    }
    .accordion-item{
        page-break-inside: avoid;
        margin-bottom: 36px;
    }
    .equipment-list .accordion-item{
        margin-bottom: 6px;
    }
    .equipment-list h4{
        page-break-before: always;
    }
    .equipment-list .accordion-item{
        position: relative;
        padding-left: 2rem;
    }
    .equipment-list .accordion-item:before{
        content:'';
        width: 1rem;
        height: 1rem;
        margin-top: .5rem;
        border: 1px solid rgba(0,0,0,.25);
        position: absolute; 
        left: 0;
        border-radius: .25rem;
    }
    #day-by-day-map,
    .rte{
        page-break-inside: avoid;
    }
    .row{
        display: block;
    }
    .print-toggle{
        display: none!important;
    }
    .accordion-body.small.content{
        padding-top: 0!important;
    }
    #day-by-day-list .accordion-body.content .col-6{
        display: inline-block;
        width: 32%;
    }
}
.yotpo-multiple-rating-fields{
    display:none!important;
}
section.border-top.border-primary {
    border-color: #DADADA !important;
}

.bigger h2{
    font-size:2.3rem;
}
.bigger ul{
    font-size:1.3rem;
}

.side-by-side h2 {
    font-size: 21px;
}
.side-by-side p {
    font-size: 13px;
    line-height: 1.14rem;
}
.side-by-side .btn {
    font-size: 11px !important;
}

.hero-with-swiper .h1, .filter-header .h1 {
    font-size: calc(1.12rem + 1.65vw);
}
.filter-header p {
    font-size: 16px;
    line-height: 21px;
}

.hero-with-swiper .swiper-button-next, .hero-with-swiper .swiper-button-prev {
    width: 24px;
    height: 24px;
}
.hero-with-swiper .swiper-button-next:after, .hero-with-swiper .swiper-button-prev:after {
    font-size: .8rem;
}
.side-by-side .btn {
    font-size: 11px !important;
    height: 34px !important;
    line-height: 32px !important;
}
.hero-with-swiper .btn {
    font-size: 13px !important;
    height: 34px !important;
    line-height: 32px !important;
}

.hero-with-swiper .gradient-overlay-bottom, .side-by-side .gradient-overlay-bottom {
    background: linear-gradient(0deg, rgba(29, 29, 29, 0.33) 0%, rgba(29, 29, 29, 0.0001) 100%);
}
.hero-with-swiper .gradient-overlay-top, .side-by-side .gradient-overlay-top {
    background: linear-gradient(180deg, rgba(29, 29, 29, 0.33) 0%, rgba(29, 29, 29, 0.0001) 100%);
}

@media screen and (min-width: 575px) { 
    .side-by-side h2 {
        font-size: 1.875rem;
    }
    .side-by-side p {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
    .side-by-side .btn {
        font-size: 13px !important;
    }
    .hero-with-swiper .btn {
        font-size: 16px !important;
        height: 42px !important;
        line-height: 40px !important;
    }   
}

@media screen and (min-width: 768px) { 
    .hero-with-swiper .btn  {
        font-size: 18px !important;
    }   
    .filter-header p {
        font-size: 18px;
        line-height: 24px;
    }
    .video-hero-block.hero-with-swiper {
        min-height: 33vw;
        max-height: 100vh;
        height: 820px;
    }
    .video-hero-block.fullScreen .hero-video-wrapper iframe, .hero-with-swiper .hero-video-wrapper iframe {
        width: 300%;
        height: 100%;
    }
    .video-hero-block.fullScreen {
        min-height: 600px;
        height: calc(100vh - 60px);
        max-height: 600px;
    }
}

@media screen and (min-width: 992px) {

    .hero-with-swiper .swiper-button-next, .hero-with-swiper .swiper-button-prev {
        width: 36px;
        height: 36px;
    }   
    .hero-with-swiper .swiper-button-next:after, .hero-with-swiper .swiper-button-prev:after {
        font-size: 1rem;
    }
    .filter-header p {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (min-width: 1200px) {
    .hero-with-swiper .h1, .filter-header .h1 {
        font-size: 2.625rem;
    }
    .filter-header p {
        font-size: 24px;
        line-height: 30px;
    }
    .video-hero-block.fullScreen {
        min-height: 700px;
        max-height: 810px;
    }
}

@media (min-width: 1440px) {
    .video-hero-block.fullScreen .hero-video-wrapper iframe, .hero-with-swiper .hero-video-wrapper iframe {
        width: 120%;
        height: 300%;
    }
    .video-hero-block.fullScreen {
        min-height: 600px;
        max-height: 1100px;
    }
}
@media (min-width: 1500px) {
     .hero-with-swiper .hero-video-wrapper iframe {
        width: 100%;
        height: 300%;
    }
    .video-hero-block.fullScreen .hero-video-wrapper iframe {
        width: 120%;
        height: 300%;
    }
    .video-hero-block.fullScreen {
        max-height: 1300px;
    }
}













