:root {
  --logo-height: 50px;
}
* {
  scrollbar-width: thin;
  scrollbar-color: grey #fff;
}
#layout-content.fixed-header {
  margin-top: calc(var(--logo-height) + 0.3125rem*2 + 1rem);
}
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
*::-webkit-scrollbar-track {
  background: #fff;
}
*::-webkit-scrollbar-thumb {
  background-color: grey;
  border-radius: 20px;
  border: 3px solid #fff;
}
a:hover {
  color: #ccc;
}
html, body {
  height: 100%;
  text-size-adjust: none !important;
  -webkit-text-size-adjust: none !important;
  -ms-text-size-adjust: none !important;
  -moz-text-size-adjust: none !important;
  font-size: 16px;
}
body {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.mx-caption::before {
  display: inline-block;
  content: " ";
  background-image: url(../themes/maxims/assets/images/caption-arrow.svg);
  background-size: 12px 6px;
  height: 6px;
  width: 12px;
  margin-right: 10px;
}
h1 {
  font-size: 32px;
  font-weight: 900;
}
p {
  font-size: 1rem;
}
.nav-item.active > a {
  color: black;
}
.cookie-title {
  font-weight: 600;
  margin-bottom: 0.54rem;
}
.title {
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
}
.title.title-end {
  align-items: flex-end;
}
.title.highlight::after {
  content: " ";
  border-bottom: 10px dotted #FF4343;
  width: 55px;
  margin-top: 10px;
  display: block;
}
.title .three-dot {
  margin-top: 10px;
}
.content {
  font-size: 1rem;
}
.mx-title-highlight::before {
  display: inline-block;
  content: " ";
  background: linear-gradient(180deg, #FF4343 0%, #D80000 100%);
  height: 1.2em;
  width: 8px;
  vertical-align: sub;
  margin-right: 1em;
}
.mx-blockquote {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mx-blockquote::before {
  display: inline-block;
  content: " ";
  background-image: url(../themes/maxims/assets/images/OpenQuote.png);
  /*
        background-size: 100px 200px;
        height: 200px;
        width: 100px;
        */
  margin-right: 10px;
  vertical-align: middle;
  max-height: 11rem;
  height: 8vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 150px;
  min-width: 70px;
  width: 70px;
}
.mx-blockquote strong {
  display: inline-flex;
  text-align: center;
}
.mx-blockquote::after {
  display: inline-block;
  content: " ";
  background-image: url(../themes/maxims/assets/images/CloseQuote.png);
  /*
        background-size: 100px 200px;
        height: 200px;
        width: 100px;
        */
  max-height: 200px;
  max-width: 100px;
  height: 8vw;
  margin-right: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 150px;
  min-width: 70px;
  width: 70px;
}
.block-btn {
  padding: 2rem;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  background-position: center !important;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-btn > div {
  display: flex;
}
.block-btn::after {
  display: inline-block;
  content: " ";
  background-image: url(../themes/maxims/assets/images/link-arrow.svg);
  background-size: 12px 20px;
  height: 1.25rem;
  width: 0.75rem;
  margin-left: 10px;
  display: flex;
}
a {
  text-decoration: none;
}
.band .band-image {
  background-position: center !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  /*
        margin-top: -27px;
        */
}
.band .text-container {
  justify-content: center;
  border-style: solid;
  border-width: 15px 15px 15px 15px;
  -webkit-border-image: url(../themes/maxims/assets/images/mx-red-dot-border-45.png) 15 15 15 15 round;
  -moz-border-image: url(../themes/maxims/assets/images/mx-red-dot-border-45.png) 15 15 15 15 round;
  -o-border-image: url(../themes/maxims/assets/images/mx-red-dot-border-45.png) 15 15 15 15 round;
  border-image: url(../themes/maxims/assets/images/mx-red-dot-border-45.png) 15 15 15 15 round;
  height: calc(100vh - 11.5rem);
  z-index: 1;
}
.band .text-container .title {
  font-weight: 700;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  color: white;
  max-width: 1076px;
  margin: 1.5rem 0px;
}
.band .content {
  max-width: 1076px;
  margin: 1.5rem 0px;
  color: black;
}
.band .text-btn {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: black;
}
.navbar {
  padding-left: 54px;
  padding-right: 54px;
}
.navbar ul.navbar-nav > li > a {
  letter-spacing: 0.1rem;
}
.navbar .navbar-brand img {
  max-height: var(--logo-height);
}
.navbar-custom {
  background: white !important;
  color: black;
  border-bottom: 1px solid #FFFFFFCC;
}
.navbar-float {
  width: 100%;
  position: fixed;
  background: linear-gradient(#000000aa, #00000000);
  height: 8rem;
  border: unset;
  z-index: 999;
  transition: 0.5s;
  font-weight: unset;
}
.navbar-float ul.navbar-nav > li > a {
  color: white;
}
.navbar-float .navbar-toggler-icon > svg {
  color: white;
}
.navbar-float .searchlink > i {
  color: white;
}
.navbar-float.active {
  height: unset;
  background: white;
  box-shadow: 1px 1px 5px 5px #8080801a;
}
.navbar-float.active ul.navbar-nav > li > a, .navbar-float.active ul.navbar-nav .langbox {
  color: #A3A3A3;
}
.navbar-float.active .navbar-toggler-icon > svg {
  color: #A3A3A3;
}
.navbar-float.active .offcanvas ul.navbar-nav > li > a {
  font-weight: 700;
  font-size: 22px;
  color: black;
}
.navbar-float.active .searchlink > i {
  color: #A3A3A3;
}
.navbar-float .navbar-nav {
  color: #A3A3A3;
}
.mx-dot-highlight::before {
  display: inline-block;
  content: " ";
  height: 8px;
  width: 8px;
  background-color: #FF2600;
  border-radius: 4px;
  margin-right: 10px;
}
.readmore {
  max-height: 3rem;
  transition: max-height 1s;
  overflow: hidden;
}
.readmore.expanded {
  max-height: 90em;
}
.ss-autocomplete-result__content .desc {
  color: #bdbdbd;
}
.ss-autocomplete-result__content .desc b {
  color: black;
}
.dot-collision::after, .dot-collision::before, .dot-collision {
  color: #FF4343 !important;
  background-color: #FF4343 !important;
}
.block_banner a {
  color: white;
}
.searchlink {
  cursor: pointer;
  display: block;
  /*
    float: right;
    */
  font-size: 20px;
  /*
    height: 50px;
    */
  height: 37px;
  padding: 0.25rem;
  position: relative;
  margin-right: 10px;
}
.searchlink:hover, .searchlink.open {
  cursor: pointer;
}
.searchlink.open > .searchform {
  display: block;
}
.search-form {
  display: flex;
  width: 100%;
  height: 100px;
  cursor: default;
  border-radius: 0px;
  background-color: #fff;
  position: relative;
}
.search-form .sbtn {
  display: flex;
  float: right;
  background: none;
  color: #868686;
  font-size: 1em;
  cursor: pointer;
  width: 35px;
  border: 0px;
  margin-top: 40px;
  position: absolute;
  right: 0;
}
.searchform {
  display: none;
  position: fixed;
  width: 100%;
  height: 100px;
  top: calc(var(--logo-height) + 0.3125rem*2 + 1rem);
  right: 0;
  padding: 0 54px;
  cursor: default;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.2);
  margin-left: -120px;
  z-index: 9999999;
  background-color: #fff;
  transition: 0.5s;
}
.searchform .sbtn {
  display: flex;
  position: absolute;
  background: none;
  color: #868686;
  font-size: 1em;
  cursor: pointer;
  right: 0px;
  top: 14px;
  width: 35px;
  border: 0px;
  margin-top: 5px;
}
.searchform.float {
  top: calc(var(--logo-height) + 1rem*2 + 1rem);
}
.searchlink.open .searchform {
  display: block;
}
#search {
  display: block;
  position: relative;
}
.s {
  width: 100%;
  background: #fff;
  line-height: 55px;
  padding: 0 11px;
  border: none;
  border-bottom: 1px solid #868686;
  color: #888;
  margin: 14px 0;
  display: flex;
  border-radius: 0px;
}
.mx-btn svg {
  transform-origin: left;
  transition: 1s;
}
.mx-btn:hover svg {
  transform: scale(1.2);
}
.infinit-line {
  border-left: 1px solid #DADADA;
  height: 100vh;
  width: 1px;
  position: fixed;
  margin-left: 0;
  top: 0%;
  z-index: -100;
}
.popover img {
  max-width: 120px;
}
.dropdown-menu {
  text-align: center;
  line-height: 2;
  padding: 0.2rem 0;
}
.dropdown-menu .dropdown-item {
  max-width: 12rem;
  white-space: break-spaces;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
  background-color: #DB0000 !important;
  color: white !important;
}
.dropdown-menu li {
  border-top: 0px;
}
.dropdown-menu li ~ li {
  border-top: 1px solid #e9ecef;
}
.dropdown-menu .dropdown-item .navbar-custom a:hover, .dropdown-menu .dropdown-item .nav-link:focus, .dropdown-menu .dropdown-item .nav-link:hover {
  color: white !important;
}
.mx-contact-details {
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
#footer {
  font-size: 0.8rem;
}
#footer .footer-menu {
  padding-top: 1rem !important;
}
#footer .copyright {
  color: grey;
  padding-top: 0px !important;
  font-size: 0.6rem;
}
#footer .footer-menu a {
  font-size: 0.8rem;
}
.offcanvas-end {
  width: 100% !important;
}
.owl-item.active .item .owl-image {
  transition: 1s;
}
.owlcarousel-area .item {
  width: 100%;
  height: 400px;
}
.owlcarousel-area .overlay {
  width: 100%;
  height: 400px;
  opacity: 0.2;
  margin-bottom: -400px;
}
.owlcarousel-area .owl-image {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
}
.owl-item.active .item:hover .owl-image {
  transform: scale(1.05);
}
.carousel-btn {
  width: 64px;
  height: 64px;
  background-color: #222222;
}
.owl-carousel-contaner .name {
  letter-spacing: 0.1em;
  color: #222222;
  font-weight: 600;
  font-size: 1.5rem;
}
.owl-carousel-contaner .owl-image {
  height: 300px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 1.5rem;
  }
  .title circle:nth-child(2) {
    cx: 30;
  }
  .title circle:nth-child(3) {
    cx: 60;
  }
  .owlcarousel-area .item {
    height: 200px;
  }
  .owlcarousel-area .overlay {
    height: 200px;
    margin-bottom: -2s00px;
  }
  .owlcarousel-area .owl-image {
    height: 200px;
  }
  .mx-dot-highlight::before {
    margin-left: -18px;
  }
}
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.9;
  background-color: #00000000;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gdpr-banner {
  background-color: #333333cc !important;
}
.gdpr-banner__button--opt-in {
  background: #FF4343 !important;
}
.page-link {
  color: #FF0C0C;
}
.page-item.active .page-link {
  background-color: #FF0C0C;
  border-color: #FF0C0C;
}
.pagination {
  justify-content: center;
}

:root {
  --mobile-logo-height: 45px;
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 16px;
  }
  .readmore {
    padding: 0 1em;
  }
  .readmore.expanded {
    max-height: 200em;
  }
  .heritage {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
}
@media only screen and (max-width: 991px) {
  /*
    .infinit-line{
        margin-left: 109px !important;
    }
    */
  .navbar-float {
    height: 100px;
    /*
        &.active{
            .navbar-brand{
                margin: 0px 0px;
            }
        }
        */
  }
  .navbar-float .navbar-collapse {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    padding: 15px 15px 0px 15px;
  }
  .navbar-float ul.navbar-nav > li > a {
    font-weight: 400;
    color: #212529;
  }
  .navbar-float .dropdown-menu {
    border: 0px;
  }
  .navbar-float .langbox {
    font-weight: 400;
    color: #212529;
  }
  .band .text-container {
    padding: 15px;
    height: calc(100vw  - 55px);
  }
  .band .text-container .title {
    font-size: 2rem;
    text-align: center;
    margin: 0px !important;
  }
  .band .band-image {
    /*
            height: 100vw;
            */
  }
  .three_image .carousel-left, .three_image .carousel-center, .three_image .carousel-right {
    height: 60vw !important;
  }
  .three_image .content-bold {
    font-size: 24px !important;
  }
  .three_image .content {
    font-size: 16px !important;
  }
  .heritage {
    /*
         .content{
            
            margin-top: 15px;
            margin-left: 0px !important;
            margin-right: 0px !important;
            order: 3!important;
         } */
  }
  .heritage #flipYear {
    right: 0vw !important;
    width: 74% !important;
  }
  .heritage #flipYear #flip-year-container {
    font-size: 30vw !important;
  }
  .heritage .image img {
    /*
                width: calc(86vw - 123px)!important;
                */
    width: 100% !important;
  }
  #timeline-float {
    left: unset !important;
  }
  #timeline-float .time {
    margin-right: 30px !important;
  }
  #timeline .time {
    margin-right: 30px !important;
  }
  .popover-header {
    font-size: 18px !important;
  }
  .resetwidth {
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  /*

    .infinit-line{
        margin-left: 30px !important;
    }
    */
  .text-container {
    border-width: 10px 10px 10px 10px !important;
    -webkit-border-image: url(../themes/maxims/assets/images/mx-red-dot-border-30.png) 10 10 10 10 round !important;
    -moz-border-image: url(../themes/maxims/assets/images/mx-red-dot-border-30.png) 10 10 10 10 round !important;
    -o-border-image: url(../themes/maxims/assets/images/mx-red-dot-border-30.png) 10 10 10 10 round !important;
    border-image: url(../themes/maxims/assets/images/mx-red-dot-border-30.png) 10 10 10 10 round !important;
  }
  #layout-content.fixed-header {
    margin-top: calc(var(--mobile-logo-height) + 0.3125rem*2 + 1rem);
  }
  .navbar .navbar-brand img {
    max-height: var(--mobile-logo-height);
  }
  .block-btn {
    padding: 1.5rem;
  }
  .searchform {
    top: calc(var(--mobile-logo-height) + 0.3125rem*2 + 1rem);
  }
  .dropdown-menu {
    text-align: left;
  }
  .dropdown-menu li ~ li {
    border: 0px;
  }
  .block_banner > .container {
    padding: 3rem;
    min-height: 600px;
  }
  .banner-bottom > .content table {
    line-height: 2;
  }
  .title {
    font-size: 1.6rem;
  }
  .three_image .title-container {
    font-size: 6.5vw !important;
  }
  .three_image .title-container .title-deco-left {
    margin-right: 6vw;
    border-radius: 50%;
    height: 6vw;
    width: 6vw;
  }
  .three_image .title-container .title {
    padding: 2vw 5vw;
  }
  .three_image .title-container .title-deco-right {
    margin-left: 6vw;
    border-radius: 50%;
    height: 6vw;
    width: 6vw;
  }
  .many-carousel {
    padding-bottom: 0px !important;
  }
  .heritage {
    margin-left: 15px !important;
    margin-right: 15px !important;
    /*
        .title{    
            margin-right: 6vw!important;
            margin-left: 6vw!important;
            padding: 2vw 5vw!important;
            font-size: 6.5vw!important 
        }
        */
  }
  .heritage .year {
    font-size: 2rem !important;
  }
  .heritage .timeline-title {
    font-size: 1rem !important;
  }
  .heritage .timeline-content {
    font-size: 0.8rem !important;
    display: block;
  }
  .heritage .red-dot {
    border-radius: 50% !important;
    height: 6vw !important;
    width: 6vw !important;
  }
  .heritage .content {
    /*
            font-size: 4.5vw !important
            */
  }
  .heritage .content {
    left: 0% !important;
    width: unset;
  }
  .heritage .heritage-content .row {
    left: 0% !important;
    width: unset;
  }
  .heritage .year-container {
    position: static !important;
    padding: 0.4rem;
    width: 100% !important;
  }
  .mobile-content-container .red-dot {
    border-radius: 50% !important;
    height: 6vw !important;
    width: 6vw !important;
  }
  .mobile-content-container .title {
    margin-right: 6vw !important;
    margin-left: 6vw !important;
    padding: 2vw 5vw !important;
    font-size: 6.5vw !important;
  }
  .mobile-content-container .content {
    font-size: 4.5vw !important;
  }
  .band .text-container .content {
    font-size: 18px !important;
  }
  .band .text-container .title {
    font-size: calc((60vw - 104px) / 5);
  }
  .mobile-content-container .content {
    padding: 30px !important;
  }
  .navbar {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #footer {
    font-size: 0.8rem;
  }
  #footer .footer-menu {
    padding-top: 0rem;
  }
  #footer .copyright {
    color: grey;
    padding-top: 0px !important;
    font-size: 0.5rem;
  }
  #footer .footer-menu a {
    font-size: 0.6rem;
  }
  .mx-blockquote::before {
    min-width: 50px;
    width: 50px;
  }
  .mx-blockquote::after {
    min-width: 50px;
    width: 50px;
  }
}
@media only screen and (max-width: 400px) {
  .mx-blockquote {
    font-size: 1.8rem;
    text-align: center;
    white-space: pre-wrap;
    word-spacing: 20px;
  }
}
