@charset "UTF-8";

/* Font-face declarations for LGEI Text */
@font-face {
  font-family: "LGEI Text Regular";
  src: url("../../../../assets/css/fonts/LGE_Core_Brand/OTF/LGEIText-Regular.otf") format("opentype"),
       url("../../../../assets/css/fonts/LGE_Core_Brand/TTF/LGEITextTTF-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LGEI Text Bold";
  src: url("../../../../assets/css/fonts/LGE_Core_Brand/OTF/LGEIText-Bold.otf") format("opentype"),
       url("../../../../assets/css/fonts/LGE_Core_Brand/TTF/LGEITextTTF-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LGEI Text Light";
  src: url("../../../../assets/css/fonts/LGE_Core_Brand/OTF/LGEIText-Light.otf") format("opentype"),
       url("../../../../assets/css/fonts/LGE_Core_Brand/TTF/LGEITextTTF-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LGEI Text SemiBold";
  src: url("../../../../assets/css/fonts/LGE_Core_Brand/OTF/LGEIText-SemiBold.otf") format("opentype"),
       url("../../../../assets/css/fonts/LGE_Core_Brand/TTF/LGEITextTTF-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Font-face declarations for LGEI Headline */
@font-face {
  font-family: "LGEI Headline Regular";
  src: url("../../../../assets/css/fonts/LGE_Core_Brand/OTF/LGEIHeadline-Regular.otf") format("opentype"),
       url("../../../../assets/css/fonts/LGE_Core_Brand/TTF/LGEIHeadlineTTF-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LGEI Headline Bold";
  src: url("../../../../assets/css/fonts/LGE_Core_Brand/OTF/LGEIHeadline-Bold.otf") format("opentype"),
       url("../../../../assets/css/fonts/LGE_Core_Brand/TTF/LGEIHeadlineTTF-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LGEI Headline Light";
  src: url("../../../../assets/css/fonts/LGE_Core_Brand/OTF/LGEIHeadline-Light.otf") format("opentype"),
       url("../../../../assets/css/fonts/LGE_Core_Brand/TTF/LGEIHeadlineTTF-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LGEI Headline SemiBold";
  src: url("../../../../assets/css/fonts/LGE_Core_Brand/OTF/LGEIHeadline-SemiBold.otf") format("opentype"),
       url("../../../../assets/css/fonts/LGE_Core_Brand/TTF/LGEIHeadlineTTF-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.cb-item:not(.swiper-slide) {
  position: relative;
  border-radius: 1.75rem;
  overflow: hidden;
}
.cb-item:not(.swiper-slide) .cb-item-content .cb-img-wrapper {
  height: 100%;
}

.cb-item-content {
  position: relative;
  height: 100%;
}
.cb-item-content > a {
  display: block;
  height: 100%;
}
.cb-item-content .cb-img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.cb-item-content .cb-img.secondary-image {
  display: none;
}

.carousel .cb-item-content .custom-html{
  top: 0;
}

.cb-item-content .custom-html {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 4%;
  color: #FFF;
  font-family: "LGEI Text Regular", "Segoe UI", "Microsoft Sans Serif", sans-serif;
}
.cb-item-content .custom-html h1 {
  font-family: "LGEI Headline Bold", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 3.75rem;
  margin-bottom: 0.5rem;
}

.cb-item-content .custom-html h2 {
  font-family: "LGEI Headline Bold", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 3rem;
  line-height: 3.5rem;
  margin-bottom: 0.5rem;
}

.cb-item-content .custom-html h3 {
  font-family: "LGEI Headline SemiBold", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
}

.cb-item-content .custom-html h4 {
  font-family: "LGEI Headline SemiBold", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 0.5rem;
}

.cb-item-content .custom-html h5 {
  font-family: "LGEI Headline Regular", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin-bottom: 0.5rem;
}

.cb-item-content .custom-html h6 {
  font-family: "LGEI Headline Regular", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
}

.cb-item-content .custom-html p {
  font-family: "LGEI Text Regular", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.cb-item-content .custom-html p.title {
  font-family: "LGEI Text Regular", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.cb-item-content .custom-html a {
  font-family: "LGEI Text Regular", "Segoe UI", "Microsoft Sans Serif", sans-serif;
}
.cb-item-content .custom-html .btn {
  margin-top: 0rem;
  display: inline-block;
}
.cb-item-content:hover .cb-img.primary-image {
  display: none;
}
.cb-item-content:hover .cb-img.secondary-image {
  display: block;
}

.html-over .custom-html {
  display: table;
  margin: auto;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.img-rb .cb-item-content img {
  border-radius: 5px;
}

/* carousels */
.cb-wrapper .carousel {
  visibility: hidden;
  max-height: 50px;
}
.cb-wrapper .carousel.swiper-container-horizontal {
  visibility: visible;
  max-height: none;
}
.cb-wrapper.type-4 {
  margin-top: 1px;
}
.cb-wrapper.type-4 .cb-item {
  width: 100%;
}
.cb-wrapper.type-4 .cb-item.active .cb-item-title:before {
  content: "−";
}
.cb-wrapper.type-4 .cb-item-title {
  text-align: left;
  padding: 10px;
  border: 1px solid #D0D5DB;
  margin-top: -1px;
  cursor: pointer;
}
.cb-wrapper.type-4 .cb-item-title:before {
  content: "+";
  font: bold 1.2em/1 Arial;
  color: #AAB2BD;
  margin-right: 5px;
}

/* grid values for 480 px. They are not present in BS 3 */
@media (max-width: 479px) {
  [class*=".col-xxs-"] {
    float: left;
  }
  .col-xxs-1 {
    width: 8.3%;
  }
  .col-xxs-2 {
    width: 16.6%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-4 {
    width: 33.3%;
  }
  .col-xxs-5 {
    width: 41.8%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-7 {
    width: 58.3%;
  }
  .col-xxs-8 {
    width: 66.6%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-10 {
    width: 83.3%;
  }
  .col-xxs-11 {
    width: 91.6%;
  }
  .col-xxs-12 {
    width: 100%;
  }
}

/* Responsive typography for mobile devices */
@media (max-width: 48rem) {
  .cb-item-content .custom-html p.title {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
  
  .cb-item-content .custom-html h1 {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 2rem;
  }
  
  .cb-item-content .custom-html p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.125rem;
  }
}
/* special classes used in layout */
.cb .compact-gutters-container {
  margin: 0 -5px;
}

.cb .compact-gutters {
  padding: 0 5px 9px 5px;
}

.box-shadow, .img-box-shadow img {
  -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
}

/* since 2.9.6 */