/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/svg-transform-loader/encode-query.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/scss/tailwind.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  
}
.container {
    width: 100%
}
@media (min-width: 640px) {
    .container {
        max-width: 640px
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px
    }
}
.table {
    display: table
}
.hidden {
    display: none
}
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/svg-transform-loader/encode-query.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./src/scss/index.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
/* base colours */
/* gradients */
/* global element colours */
*,
::after,
::before {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  box-sizing: border-box;
  height: 100%;
  padding: 0;
  margin: 0;
}

.wrapper {
  box-sizing: border-box;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

header,
footer {
  flex-grow: 0;
  flex-shrink: 0;
}

main {
  flex-grow: 1;
}

pre {
  overflow: auto;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 52px;
}

.custom-block {
  overflow-x: hidden;
}

.custom-block p {
  padding-bottom: 0;
}

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

p.lead {
  font-weight: 500;
}

.paragraph-with-lead p:first-child {
  font-weight: 500;
}

.btn {
  cursor: pointer;
  height: 50px;
  min-width: 220px;
  border-radius: 10px 0 10px 0;
  font-size: 16px;
  line-height: 26px;
  display: inline-flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.btn::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  opacity: 0.5;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}

.btn.filled {
  background-color: #5c8136;
}

.btn.filled::after {
  background-color: #94b8e0;
}

.btn.filled.alt {
  background-color: #004288;
}

.btn.filled.alt::after {
  background-color: #94b8e0;
}

.btn.transparent {
  background-color: transparent;
  border: 1px solid #fff;
}

.btn.transparent::after {
  background-color: #fff;
}

.btn.transparent .link-text-rollup {
  color: #000;
  visibility: hidden;
}

.btn .link-text-wrapper {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  position: absolute;
  z-index: 1;
}

.btn .link-text-wrapper.animate-out {
  animation: button-roll-animation-out 0.5s ease-in-out forwards;
}

.btn .link-text-wrapper .link-text-normal, .btn .link-text-wrapper .link-text-rollup {
  height: 50px;
  display: flex;
  align-items: center;
}

.btn:hover .link-text-wrapper {
  animation: button-roll-animation-in 0.5s ease-in-out forwards;
}

.btn:hover::after {
  width: 300px;
  height: 300px;
  opacity: 1;
}

.btn:hover .link-text-rollup {
  visibility: visible;
}

@keyframes button-roll-animation-in {
  0% {
    transform: translateY(0%);
  }
  70% {
    transform: translateY(-72%);
  }
  100% {
    transform: translateY(-66.6%);
  }
}
@keyframes button-roll-animation-out {
  0% {
    transform: translateY(-66.6%);
  }
  70% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0%);
  }
}
button#ccc-icon {
  min-width: 0;
}

#top {
  top: 98px;
  position: absolute;
  margin-top: -98px;
}

a {
  color: #293f92;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .container {
    margin: 0 20px;
  }
}
/* funky underline on hover */
#site-navigation ul#primary-menu li a {
  text-decoration: none;
  position: relative;
}

#site-navigation ul#primary-menu li a::after {
  content: " ";
  width: 0;
  left: 50%;
}

#site-navigation ul#primary-menu li a:hover::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #004288;
  display: block;
  transition: width 0.3s ease-in-out;
  transform: translateX(-50%);
}

.custom-block .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  border-radius: 0;
  border: 1px #000 solid;
  height: 10px;
  width: 50px;
  opacity: 1;
}

.custom-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
  border-color: #fff;
  width: 100px;
}

.custom-block .swiper-button-next,
.custom-block .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  transition: transform 0.3s;
}

.custom-block .swiper-button-next::after,
.custom-block .swiper-button-prev::after {
  font-size: 26px;
}

@media screen and (max-width: 1280px) {
  .custom-block .swiper-button-next,
  .custom-block .swiper-button-prev {
    display: none;
  }
}
.custom-block .swiper-button-prev {
  left: 30px;
}

.custom-block .swiper-button-prev:not(.swiper-button-disabled):hover {
  transform: translateX(-10px);
}

.custom-block .swiper-button-prev.alt {
  top: 110px;
}

.custom-block .swiper-button-next {
  right: 30px;
}

.custom-block .swiper-button-next:not(.swiper-button-disabled):hover {
  transform: translateX(10px);
}

.custom-block .swiper-button-next.alt {
  top: 110px;
}

@media screen and (max-width: 1200px) {
  .swiper-button-next.alt,
  .swiper-button-prev.alt {
    display: none;
  }
}
.custom-block.banner {
  background-color: #293f92;
  color: #fff;
  position: relative;
}

.custom-block.banner.variant-1 .swiper-slide {
  min-height: 400px;
}

.custom-block.banner.variant-2 .swiper-slide {
  min-height: 500px;
}

.custom-block.banner .swiper-slide {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.custom-block.banner .swiper-slide .slide-content {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%;
  position: relative;
}

.custom-block.banner .swiper-slide .slide-content .slide-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  max-width: 550px;
}

.custom-block.banner .swiper-slide .slide-content .slide-text.single.use-fly-in {
  display: none;
}

.custom-block.banner .swiper-slide .slide-content .slide-text.single.use-fly-in.triggered {
  display: flex;
  animation: flyin-left-translate 1s ease-in-out;
}

.custom-block.banner .swiper-slide .slide-content .slide-text .slide-strap-line {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 300;
  border-bottom: 2px #fff solid;
  display: inline-block;
  padding-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .custom-block.banner .swiper-slide .slide-content .slide-text .slide-strap-line {
    border-bottom: none;
  }
}
.custom-block.banner .swiper-slide .slide-content .slide-text h1 {
  font-weight: 400;
  margin: 15px 0 15px;
  line-height: 72px;
}

@media screen and (max-width: 1280px) {
  .custom-block.banner .swiper-slide .slide-content .slide-text h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
.custom-block.banner .swiper-slide .slide-content .slide-text h1.variant-2 {
  font-size: 42px;
  line-height: 52px;
}

@media screen and (max-width: 992px) {
  .custom-block.banner .swiper-slide .slide-content.container {
    margin: 0;
    justify-content: center;
  }
  .custom-block.banner .swiper-slide .slide-content.container .slide-text {
    width: calc(100% - 80px);
  }
}
.custom-block.banner .swiper-slide .slide-image {
  background-color: #293f92;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.custom-block.banner .swiper-slide .slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes flyin-left-translate {
  0% {
    transform: translateX(-200%);
  }
  70% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(0%);
  }
}
.custom-block.homebanner {
  height: calc(100vh - 94px);
  color: #fff;
  position: relative;
  background-color: #293f92;
}

.custom-block.homebanner .banner-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 0;
}

.custom-block.homebanner .container {
  height: 100%;
  position: relative;
}

.custom-block.homebanner .container .banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 20px;
  width: 40%;
  animation: hb-flyin-left-translate 1s ease-in-out;
}

.custom-block.homebanner .container .banner-text .strap-wrap .banner-strap-line {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 300;
  border-bottom: 2px #fff solid;
  display: inline-block;
  padding-bottom: 10px;
}

.custom-block.homebanner .container .banner-text h1 {
  font-size: 64px;
  font-weight: 400;
  margin: 60px 0 60px;
  line-height: 68px;
}

@media screen and (max-width: 992px) {
  .custom-block.homebanner {
    height: calc(100vh - 98px);
  }
  .custom-block.homebanner .banner-image {
    opacity: 0.5;
  }
  .custom-block.homebanner .container {
    flex-direction: column;
    margin: 0;
    align-items: center;
  }
  .custom-block.homebanner .container .banner-text {
    width: calc(100% - 80px);
    margin: 50px 40px;
    padding: 0;
  }
  .custom-block.homebanner .container .banner-text h1 {
    font-size: 52px;
    line-height: 52px;
  }
  .custom-block.homebanner .container .banner-text .strap-wrap .banner-strap-line {
    border-bottom: none;
  }
}
@keyframes hb-flyin-left-translate {
  0% {
    transform: translateX(-200%);
  }
  70% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(0%);
  }
}
.custom-block.introduction .introduction-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 50%;
  margin: 100px 50px 75px 0;
}

.custom-block.introduction .introduction-content h1,
.custom-block.introduction .introduction-content h2,
.custom-block.introduction .introduction-content h3 {
  font-size: 52px;
  line-height: 56px;
  font-weight: 400;
}

.custom-block.introduction .introduction-content .strap-line {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 300;
  border-bottom: 2px #3778c3 solid;
  display: inline;
  padding-bottom: 10px;
  color: #3778c3;
}

.custom-block.introduction .fly-in-base {
  margin: 75px 0;
  width: auto;
  height: 100%;
  flex-grow: 100;
  aspect-ratio: 578/734;
}

.custom-block.introduction .fly-in-base .fly-in-wrapper {
  position: relative;
}

.custom-block.introduction .fly-in-base .fly-in-wrapper .fly-in {
  top: 0;
  left: 0;
  position: absolute;
}

.custom-block.introduction .fly-in-base .fly-in-wrapper .fly-in.triggered {
  background-image: url(https://www.envertekinsulation.com//app/themes/envertek/build/images/bg/parallax.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 0;
  width: 95%;
  height: auto;
  aspect-ratio: 578/734;
  -webkit-mask-image: url(https://www.envertekinsulation.com//app/themes/envertek/build/images/mask/icon-shape.png);
          mask-image: url(https://www.envertekinsulation.com//app/themes/envertek/build/images/mask/icon-shape.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  animation: flyin-right 1.5s ease-in-out;
}

@keyframes flyin-right {
  0% {
    left: 100vw;
  }
  70% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@media screen and (max-width: 992px) {
  .custom-block.introduction .container {
    flex-direction: column;
    margin: 0;
  }
  .custom-block.introduction .container .introduction-content {
    width: calc(100% - 80px);
    margin: 50px 40px;
  }
  .custom-block.introduction .container .introduction-content h1,
  .custom-block.introduction .container .introduction-content h2,
  .custom-block.introduction .container .introduction-content h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
  }
  .custom-block.introduction .container .introduction-content .strap-line {
    border-bottom: none;
  }
  .custom-block.introduction .container .fly-in-base {
    display: none;
  }
}
.custom-block.icons {
  background-color: #3778c3;
  background-image: url(https://www.envertekinsulation.com//app/themes/envertek/build/images/bg/icons-bg-shape.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 50%;
}

.custom-block.icons .icons-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 50%;
  margin: 75px 50px 75px 0;
}

.custom-block.icons .icons-content h1,
.custom-block.icons .icons-content h2,
.custom-block.icons .icons-content h3 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
  color: #fff;
}

.custom-block.icons .icons-content .strap-line {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 300;
  border-bottom: 2px #fff solid;
  display: inline;
  padding-bottom: 10px;
  color: #fff;
}

.custom-block.icons .icons-images-wrapper {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
}

.custom-block.icons .icons-images-wrapper .icons-container {
  width: 80%;
  max-width: 500px;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}

.custom-block.icons .icons-images-wrapper .icons-container .icons-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

@media screen and (max-width: 992px) {
  .custom-block.icons {
    background-position: bottom;
    background-size: contain;
  }
  .custom-block.icons .container {
    flex-direction: column;
    margin: 0;
  }
  .custom-block.icons .container .icons-content {
    width: calc(100% - 80px);
    margin: 50px 40px 0;
    text-align: center;
  }
  .custom-block.icons .container .icons-content h1,
  .custom-block.icons .container .icons-content h2,
  .custom-block.icons .container .icons-content h3 {
    font-size: 26px;
    line-height: 40px;
  }
  .custom-block.icons .container .icons-content .strap-line {
    border-bottom: none;
  }
  .custom-block.icons .container .icons-images-wrapper {
    width: calc(100% - 40px);
    margin: 50px 0;
  }
  .custom-block.icons .container .icons-images-wrapper .icons-container {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .custom-block.icons .container .icons-images-wrapper .icons-container .icons-images {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    margin: 0 60px;
  }
}
.custom-block.parallax {
  min-height: 650px;
  color: #fff;
  position: relative;
  background-color: #293f92;
  background-image: url(https://www.envertekinsulation.com//app/themes/envertek/build/images/bg/parallax.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 0;
  display: flex;
  align-items: center;
}

.custom-block.parallax .swiper-wrapper {
  align-items: center;
}

.custom-block.parallax .swiper-slide .slide-content {
  display: flex;
  height: 100%;
  align-items: center;
}

.custom-block.parallax .swiper-slide .slide-content .slide-image {
  display: flex;
  flex-direction: row;
  width: 50%;
  justify-content: center;
}

.custom-block.parallax .swiper-slide .slide-content .slide-image img {
  width: 400px;
  height: auto;
}

.custom-block.parallax .swiper-slide .slide-content .slide-text {
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  width: 50%;
  margin: 30px;
  justify-content: center;
  justify-content: space-between;
}

.custom-block.parallax .swiper-slide .slide-content .slide-text .slide-strap-line {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 300;
  border-bottom: 2px #fff solid;
  display: inline;
  padding-bottom: 10px;
}

.custom-block.parallax .swiper-slide .slide-content .slide-text h1, .custom-block.parallax .swiper-slide .slide-content .slide-text h2, .custom-block.parallax .swiper-slide .slide-content .slide-text h3 {
  font-weight: 400;
  margin: 15px 0 15px;
  line-height: 56px;
  font-size: 52px;
}

@media screen and (max-width: 1280px) {
  .custom-block.parallax .swiper-slide .slide-content .slide-text h1, .custom-block.parallax .swiper-slide .slide-content .slide-text h2, .custom-block.parallax .swiper-slide .slide-content .slide-text h3 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media screen and (max-width: 992px) {
  .custom-block.parallax {
    height: auto;
  }
  .custom-block.parallax .swiper-slide .container.slide-content {
    flex-direction: column-reverse;
    height: -moz-fit-content;
    height: fit-content;
    width: calc(100% - 40px);
  }
  .custom-block.parallax .swiper-slide .container.slide-content .slide-text {
    width: calc(100% - 40px);
    margin: 50px 0;
  }
  .custom-block.parallax .swiper-slide .container.slide-content .slide-text h1,
  .custom-block.parallax .swiper-slide .container.slide-content .slide-text h2,
  .custom-block.parallax .swiper-slide .container.slide-content .slide-text h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
  }
  .custom-block.parallax .swiper-slide .container.slide-content .slide-text .slide-strap-line {
    border-bottom: none;
  }
  .custom-block.parallax .swiper-slide .container.slide-content .slide-image {
    margin-bottom: 50px;
  }
}
.custom-block.product-blurb .container .fly-in-base {
  display: flex;
  width: 50%;
}

.custom-block.product-blurb .container .fly-in-base .fly-in-wrapper {
  position: relative;
  min-height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
}

.custom-block.product-blurb .container .fly-in-base .fly-in-wrapper .fly-in img {
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-block.product-blurb .container .fly-in-base .fly-in-wrapper .fly-in.triggered {
  animation: flyin-right-translate 1s ease-in-out;
}

.custom-block.product-blurb .container .fly-in-base .fly-in-wrapper .fly-in.triggered img {
  display: inline;
}

.custom-block.product-blurb .container .product-blurb-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 50%;
  margin: 75px 50px 75px 0;
}

.custom-block.product-blurb .container .product-blurb-content h1,
.custom-block.product-blurb .container .product-blurb-content h2,
.custom-block.product-blurb .container .product-blurb-content h3 {
  font-size: 52px;
  line-height: 56px;
  font-weight: 400;
}

.custom-block.product-blurb .container .product-blurb-content .strap-line {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 300;
  border-bottom: 2px #3778c3 solid;
  display: inline;
  padding-bottom: 10px;
  color: #3778c3;
}

.custom-block.product-blurb .container .product-blurb-content ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.custom-block.product-blurb .container.reverse {
  flex-direction: row-reverse;
}

.custom-block.product-blurb .container.reverse .product-blurb-content {
  margin: 75px 15px 75px 50px;
}

.custom-block.product-blurb .container.reverse .fly-in-base .fly-in-wrapper .fly-in.triggered {
  animation: flyin-left-translate 1s ease-in-out;
}

@keyframes flyin-right-translate {
  0% {
    transform: translateX(200%);
  }
  70% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes flyin-left-translate {
  0% {
    transform: translateX(-200%);
  }
  70% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(0%);
  }
}
@media screen and (max-width: 992px) {
  .custom-block.product-blurb .container, .custom-block.product-blurb .container.reverse {
    flex-direction: column;
    margin: 0;
  }
  .custom-block.product-blurb .container .product-blurb-content, .custom-block.product-blurb .container.reverse .product-blurb-content {
    width: calc(100% - 80px);
    margin: 50px 40px;
  }
  .custom-block.product-blurb .container .product-blurb-content h1,
  .custom-block.product-blurb .container .product-blurb-content h2,
  .custom-block.product-blurb .container .product-blurb-content h3, .custom-block.product-blurb .container.reverse .product-blurb-content h1,
  .custom-block.product-blurb .container.reverse .product-blurb-content h2,
  .custom-block.product-blurb .container.reverse .product-blurb-content h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
  }
  .custom-block.product-blurb .container .product-blurb-content .strap-line, .custom-block.product-blurb .container.reverse .product-blurb-content .strap-line {
    border-bottom: none;
  }
  .custom-block.product-blurb .container .fly-in-base, .custom-block.product-blurb .container.reverse .fly-in-base {
    display: flex;
    width: calc(100% - 80px);
    margin: 10px 40px 80px;
  }
  .custom-block.product-blurb .container .fly-in-base .fly-in-wrapper, .custom-block.product-blurb .container.reverse .fly-in-base .fly-in-wrapper {
    min-height: 0;
    justify-content: center;
    width: 100%;
  }
  .custom-block.product-blurb .container .fly-in-base .fly-in-wrapper .fly-in, .custom-block.product-blurb .container.reverse .fly-in-base .fly-in-wrapper .fly-in {
    width: 100%;
  }
  .custom-block.product-blurb .container .fly-in-base .fly-in-wrapper .fly-in img, .custom-block.product-blurb .container.reverse .fly-in-base .fly-in-wrapper .fly-in img {
    display: inline;
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .custom-block.product-blurb .container .fly-in-base .fly-in-wrapper .fly-in.triggered, .custom-block.product-blurb .container.reverse .fly-in-base .fly-in-wrapper .fly-in.triggered {
    animation: none;
  }
}
.custom-block.product {
  background-image: url(https://www.envertekinsulation.com//app/themes/envertek/build/images/bg/block-bg.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 992px) {
  .custom-block.product {
    background-size: 300%;
  }
}
.custom-block.product .product-wrapper {
  width: 100%;
}

.custom-block.product .product-wrapper .env-product-breadcrumb {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.custom-block.product .product-wrapper .env-product-breadcrumb .breadcrumb-link, .custom-block.product .product-wrapper .env-product-breadcrumb .breadcrumb-end {
  margin: 0 10px;
}

.custom-block.product .product-wrapper .env-product-breadcrumb .breadcrumb-link:first-of-type {
  margin-left: 0;
}

.custom-block.product .product-wrapper .env-product-breadcrumb .breadcrumb-end {
  font-weight: 500;
}

.custom-block.product .product-wrapper .product-content {
  display: flex;
  flex-direction: row;
}

.custom-block.product .product-wrapper .product-content .env-product-image {
  display: flex;
  height: 100%;
  width: 40%;
  top: 100px;
  position: relative;
  justify-content: center;
}

.custom-block.product .product-wrapper .product-content .env-product-image img {
  max-width: 400px;
  max-height: 400px;
}

@media screen and (max-width: 992px) {
  .custom-block.product .product-wrapper .product-content .env-product-image img {
    max-width: 300px;
    max-height: 300px;
  }
}
.custom-block.product .product-wrapper .product-content .env-product-details {
  display: flex;
  width: 60%;
  flex-direction: column;
  padding-right: 30px;
  margin-bottom: 30px;
}

.custom-block.product .product-wrapper .product-content .env-product-details h1 {
  font-size: 52px;
  line-height: 56px;
  font-weight: 400;
  margin-bottom: 26px;
}

.custom-block.product .product-wrapper .product-content .env-product-details p {
  padding-bottom: 0;
}

.custom-block.product .product-wrapper .product-content .env-product-details .product-ctas {
  margin: 0 0 15px 0;
}

.custom-block.product .product-wrapper .product-content .env-product-details .product-ctas a.btn {
  margin-top: 15px;
  margin-right: 20px;
}

.custom-block.product .product-wrapper .product-content .env-product-details .product-ctas a.btn.product-download-button.hidden {
  display: none;
}

.custom-block.product .product-wrapper .product-content .product-attributes-table-wrapper {
  background-color: #fff;
  padding: 4px;
  display: inline-block;
}

.custom-block.product .product-wrapper .product-content .product-attributes-table-wrapper table tr:nth-child(odd) {
  background-color: #fafafa;
}

.custom-block.product .product-wrapper .product-content .product-attributes-table-wrapper table tr:nth-child(even) {
  background-color: #ccdbee;
}

.custom-block.product .product-wrapper .product-content .product-attributes-table-wrapper table tr td {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  padding: 5px 15px;
}

.custom-block.product .product-wrapper .product-content .product-attributes-table-wrapper table tr td:first-of-type {
  padding-right: 60px;
}

@media screen and (max-width: 992px) {
  .custom-block.product .container {
    flex-direction: column;
    margin: 0;
  }
  .custom-block.product .container .product-content, .custom-block.product .container .env-product-breadcrumb {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
  .custom-block.product .container .product-content {
    flex-direction: column-reverse;
    margin: 50px 40px;
  }
  .custom-block.product .container .product-content .env-product-image {
    top: 0;
    width: 100%;
  }
  .custom-block.product .container .product-content .env-product-details {
    width: 100%;
    padding-right: 0;
  }
  .custom-block.product .container .product-content h1 {
    margin-top: 0;
  }
  .custom-block.product .container .product-content h1,
  .custom-block.product .container .product-content h2,
  .custom-block.product .container .product-content h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
  }
}
.custom-block.contact-us {
  position: relative;
  margin-top: 30px;
}

.custom-block.contact-us .banner-image {
  animation: flyin-right-translate 1s ease-in-out;
  position: absolute;
  height: 100%;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-block.contact-us .contact-us-content-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.custom-block.contact-us .contact-us-content-wrap .contact-us-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.custom-block.contact-us .contact-us-content-wrap .contact-us-content h1,
.custom-block.contact-us .contact-us-content-wrap .contact-us-content h2,
.custom-block.contact-us .contact-us-content-wrap .contact-us-content h3 {
  font-size: 52px;
  line-height: 56px;
  font-weight: 400;
}

.custom-block.contact-us .contact-us-content-wrap .contact-us-content .strap-line {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 300;
  border-bottom: 2px #3778c3 solid;
  display: inline;
  padding-bottom: 10px;
  color: #3778c3;
}

.custom-block.contact-us .contact-form {
  width: 100%;
  background-color: #ebf2f9;
  padding-top: 35px;
}

.custom-block.contact-us .contact-form form {
  padding-bottom: 35px;
  background-color: #ebf2fa;
  position: relative;
  padding-right: 20px;
}

.custom-block.contact-us .contact-form form button.filled {
  color: #fff;
}

.custom-block.contact-us .contact-form form .wpcf7-response-output {
  border-radius: 10px 0;
  font-size: 16px;
  font-weight: 300;
}

.custom-block.contact-us .contact-form form .form-control p {
  padding: 0;
  margin: 0;
}

.custom-block.contact-us .contact-form form .form-control label {
  display: inline;
  margin-bottom: 10px;
}

.custom-block.contact-us .contact-form form .form-control label.accessible-hover {
  color: #ebf2f9;
  transition: all 0.3s;
  visibility: hidden;
}

.custom-block.contact-us .contact-form form .form-control br {
  display: none;
}

.custom-block.contact-us .contact-form form .form-control input {
  height: 50px;
  padding: 0 30px;
}

.custom-block.contact-us .contact-form form .form-control textarea {
  padding: 15px 30px;
  max-height: 180px;
}

.custom-block.contact-us .contact-form form .form-control input, .custom-block.contact-us .contact-form form .form-control textarea {
  width: 450px;
  margin-bottom: 0;
  border-radius: 18px 0 18px 0;
  background-color: #3778c3;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  border: 1px solid #3778c3;
  display: block;
  margin-top: 15px;
}

.custom-block.contact-us .contact-form form .form-control input::-moz-placeholder, .custom-block.contact-us .contact-form form .form-control textarea::-moz-placeholder {
  color: #fff;
}

.custom-block.contact-us .contact-form form .form-control input::placeholder, .custom-block.contact-us .contact-form form .form-control textarea::placeholder {
  color: #fff;
}

.custom-block.contact-us .contact-form form .form-control .wpcf7-not-valid-tip {
  display: inline;
}

.custom-block.contact-us .contact-form form .form-control:hover label.accessible-hover {
  color: #000;
  visibility: visible;
}

.custom-block.contact-us .contact-form form .form-control-acceptance {
  font-size: 14px;
}

@keyframes cu-flyin-right-translate {
  0% {
    transform: translateX(200%);
  }
  70% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(0%);
  }
}
@media screen and (max-width: 992px) {
  .custom-block.contact-us .container {
    margin: 0;
    justify-content: center;
  }
  .custom-block.contact-us .banner-image {
    display: none;
  }
  .custom-block.contact-us .contact-us-content-wrap {
    width: calc(100% - 80px);
    margin: 50px 40px;
  }
  .custom-block.contact-us .contact-us-content-wrap .contact-us-content {
    width: 100%;
  }
  .custom-block.contact-us .contact-us-content-wrap .contact-us-content h1,
  .custom-block.contact-us .contact-us-content-wrap .contact-us-content h2,
  .custom-block.contact-us .contact-us-content-wrap .contact-us-content h3 {
    font-size: 52px;
    line-height: 52px;
  }
  .custom-block.contact-us .contact-us-content-wrap .contact-us-content .strap-line {
    border-bottom: none;
  }
  .custom-block.contact-us .contact-form {
    padding-top: 10px;
  }
  .custom-block.contact-us .contact-form form {
    padding: 20px;
  }
  .custom-block.contact-us .contact-form form .form-control input, .custom-block.contact-us .contact-form form .form-control textarea {
    width: 100%;
  }
}
.custom-block.products-slider {
  background-color: #fbfcfe;
}

.custom-block.products-slider .container .slider-blurb {
  margin: 75px 0 25px 0;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.custom-block.products-slider .container .slider-blurb h1,
.custom-block.products-slider .container .slider-blurb h2,
.custom-block.products-slider .container .slider-blurb h3 {
  font-size: 52px;
  line-height: 56px;
  font-weight: 400;
}

.custom-block.products-slider .container .slider-blurb .strap-line {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 300;
  border-bottom: 2px #3778c3 solid;
  display: inline;
  padding-bottom: 10px;
  color: #3778c3;
}

.custom-block.products-slider .product-slider-container {
  display: flex;
  width: 100%;
  position: relative;
}

.custom-block.products-slider .product-slider-container .product-swiper {
  margin-bottom: 75px;
}

.custom-block.products-slider .product-slider-container .product-swiper .swiper-wrapper {
  width: 1280px;
  margin-bottom: 75px;
}

.custom-block.products-slider .product-slider-container .product-swiper .swiper-wrapper .swiper-slide {
  border-top: 2px solid #f1f1f1;
  border-right: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  border-radius: 5px;
  height: 220px;
  position: relative;
  padding: 25px 50px 25px 35px;
}

.custom-block.products-slider .product-slider-container .product-swiper .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 10px;
  height: 220px;
  background: linear-gradient(0deg, rgb(22, 66, 121) 0%, rgb(158, 183, 138) 50%, rgb(177, 147, 95) 100%);
  z-index: 1;
  border-radius: 5px 0 0 5px;
}

.custom-block.products-slider .product-slider-container .product-swiper .swiper-wrapper .swiper-slide .slide-wrap {
  display: flex;
}

.custom-block.products-slider .product-slider-container .product-swiper .swiper-wrapper .swiper-slide .slide-wrap .product-thumbnail {
  min-width: 160px;
  max-width: 160px;
  height: 160px;
  padding: 25px;
}

.custom-block.products-slider .product-slider-container .product-swiper .swiper-wrapper .swiper-slide .slide-wrap .product-thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-block.products-slider .product-slider-container .product-swiper .swiper-wrapper .swiper-slide .slide-wrap .product-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 400px;
  padding: 20px 0;
}

.custom-block.products-slider .product-slider-container .product-swiper .swiper-wrapper .swiper-slide .slide-wrap .product-content .product-name {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
}

.custom-block.products-slider .product-slider-container .product-swiper .swiper-wrapper .swiper-slide .slide-wrap .product-content .short-description {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

.custom-block.products-slider .product-slider-container .product-swiper .swiper-wrapper .swiper-slide .slide-wrap .product-content .short-description p {
  margin: 5px 0;
}

.custom-block.products-slider .product-slider-container .product-swiper .swiper-wrapper .swiper-slide:hover {
  text-decoration: none;
}

.custom-block.products-slider .product-slider-container .product-swiper .swiper-wrapper .swiper-slide:hover .slide-wrap .product-thumbnail img {
  transform: scale(1.1);
  transition: 0.15s all ease;
}

@media screen and (max-width: 1280px) {
  .custom-block.products-slider .product-slider-container {
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .custom-block.products-slider .product-slider-container {
    width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .custom-block.products-slider .container .slider-blurb h1,
  .custom-block.products-slider .container .slider-blurb h2,
  .custom-block.products-slider .container .slider-blurb h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
  }
  .custom-block.products-slider .container .slider-blurb .strap-line {
    border-bottom: none;
  }
  .custom-block.products-slider .product-slider-container {
    width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .custom-block.products-slider .product-slider-container {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }
  .custom-block.products-slider .product-slider-container .product-swiper .swiper-wrapper .swiper-slide {
    height: 250px;
    padding: 15px 15px 15px 25px;
  }
  .custom-block.products-slider .product-slider-container .product-swiper .swiper-wrapper .swiper-slide .slide-wrap {
    flex-direction: column-reverse;
    height: 100%;
  }
  .custom-block.products-slider .product-slider-container .product-swiper .swiper-wrapper .swiper-slide .slide-wrap .product-thumbnail {
    min-width: 100%;
    height: 100px;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .custom-block.products-slider .product-slider-container .product-swiper .swiper-wrapper .swiper-slide .slide-wrap .product-thumbnail img {
    width: 100px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .custom-block.products-slider .product-slider-container .product-swiper .swiper-wrapper .swiper-slide .slide-wrap .product-content {
    padding: 0;
  }
  .custom-block.products-slider .product-slider-container .product-swiper .swiper-wrapper .swiper-slide .slide-wrap .product-content .product-name {
    font-size: 16px;
    line-height: 20px;
  }
  .custom-block.products-slider .product-slider-container .product-swiper .swiper-wrapper .swiper-slide .slide-wrap .product-content .short-description {
    font-size: 14px;
    line-height: 17px;
  }
  .custom-block.products-slider .product-slider-container .product-swiper .swiper-wrapper .swiper-slide .slide-wrap .product-content .short-description p {
    margin-bottom: 0;
  }
  .custom-block.products-slider .product-slider-container .product-swiper .swiper-wrapper .swiper-slide::after {
    height: 250px;
  }
}
.custom-block.product-category {
  background-image: url(https://www.envertekinsulation.com//app/themes/envertek/build/images/bg/block-bg.png);
  background-size: 250%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.custom-block.product-category .product-category-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custom-block.product-category .product-category-wrapper .product-category-blurb-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 50%;
  margin: 50px 0 25px;
  text-align: center;
}

.custom-block.product-category .product-category-wrapper .product-category-blurb-content h1,
.custom-block.product-category .product-category-wrapper .product-category-blurb-content h2,
.custom-block.product-category .product-category-wrapper .product-category-blurb-content h3 {
  font-size: 52px;
  line-height: 56px;
  font-weight: 400;
  margin: 25px 0;
}

.custom-block.product-category .product-category-wrapper .product-category-blurb-content .strap-line {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 300;
  border-bottom: 2px #3778c3 solid;
  display: inline;
  padding-bottom: 10px;
  color: #3778c3;
}

.custom-block.product-category .product-category-wrapper .product-category-info {
  display: flex;
  margin-bottom: 30px;
}

.custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table {
  width: calc(50% - 35px);
  margin-right: 15px;
}

.custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-wrapper {
  overflow-x: auto;
  max-width: 600px;
}

@media screen and (max-width: 768px) {
  .custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-wrapper {
    max-width: 450px;
    width: 450px;
  }
}
@media screen and (max-width: 576px) {
  .custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-wrapper {
    max-width: 300px;
    width: 300px;
  }
}
.custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-wrapper table {
  font-size: 12px;
  border-color: #fff;
  border-width: 1px;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}

.custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-wrapper table td, .custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-wrapper table th {
  padding: 5px;
  font-weight: 300;
  min-width: 150px;
  max-width: 150px;
}

.custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-wrapper table th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}

.custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-wrapper table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
}

.custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-wrapper table thead th:first-child {
  background: linear-gradient(90deg, rgb(22, 66, 121) 0%, rgb(88, 118, 129) 100%);
  z-index: 3;
}

.custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-wrapper table tbody tr:nth-child(even), .custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-wrapper table tbody tr:nth-child(even) th {
  background-color: #ccdbee;
}

.custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-wrapper table tbody tr:nth-child(odd), .custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-wrapper table tbody tr:nth-child(odd) th {
  background-color: #fafafa;
}

.custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-wrapper table thead {
  height: 38px;
  color: #fff;
  background: linear-gradient(90deg, rgb(22, 66, 121) 0%, rgb(158, 183, 138) 50%, rgb(177, 147, 95) 100%);
}

.custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-wrapper table tr {
  height: 38px;
}

.custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-wrapper table, .custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-wrapper th, .custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-wrapper td {
  border: 1px solid #fff;
}

.custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-nav {
  visibility: hidden;
  max-width: 600px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-nav {
    max-width: 450px;
  }
}
@media screen and (max-width: 576px) {
  .custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-nav {
    max-width: 300px;
  }
}
.custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-nav.arrows {
  visibility: visible;
}

.custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-nav.arrows ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  width: 100%;
}

.custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-nav.arrows ul li {
  width: 50%;
}

.custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-nav.arrows ul .table-nav-left button {
  justify-content: flex-start;
  min-width: 0;
  width: 100%;
}

.custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-nav.arrows ul .table-nav-right button {
  justify-content: flex-end;
  min-width: 0;
  width: 100%;
}

.custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table .table-nav.arrows ul button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.custom-block.product-category .product-category-wrapper .product-category-info .category-wysiwyg {
  width: calc(50% - 35px);
  margin-left: 15px;
}

.custom-block.product-category .product-category-wrapper .product-category-info .category-wysiwyg *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.custom-block.product-category .product-category-wrapper .product-category-info .category-wysiwyg ul {
  padding-left: 22px;
}

.custom-block.product-category .product-category-wrapper .product-category-info .category-wysiwyg ul li {
  list-style-image: url(https://www.envertekinsulation.com//app/themes/envertek/build/images/icons/bullet.svg);
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

.custom-block.product-category .product-category-wrapper .product-category-info .category-wysiwyg ul li::before {
  content: " ";
  padding-right: 10px;
}

.custom-block.product-category .product-category-wrapper .category-products-list {
  display: block;
  width: 100%;
}

.custom-block.product-category .product-category-wrapper .category-products-list .product-item {
  background-color: #fff;
  width: calc(50% - 38px);
  border-top: 2px solid #f1f1f1;
  border-right: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  border-radius: 5px;
  height: 220px;
  position: relative;
  padding: 25px 50px 25px 35px;
  display: inline-block;
  margin-bottom: 30px;
}

.custom-block.product-category .product-category-wrapper .category-products-list .product-item:nth-of-type(odd) {
  margin-right: 30px;
}

.custom-block.product-category .product-category-wrapper .category-products-list .product-item::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 10px;
  height: 220px;
  background: linear-gradient(0deg, rgb(22, 66, 121) 0%, rgb(158, 183, 138) 50%, rgb(177, 147, 95) 100%);
  z-index: 1;
  border-radius: 5px 0 0 5px;
}

.custom-block.product-category .product-category-wrapper .category-products-list .product-item .product-wrap {
  display: flex;
}

.custom-block.product-category .product-category-wrapper .category-products-list .product-item .product-wrap .product-thumbnail {
  min-width: 160px;
  max-width: 160px;
  height: 160px;
  padding: 25px;
}

.custom-block.product-category .product-category-wrapper .category-products-list .product-item .product-wrap .product-thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-block.product-category .product-category-wrapper .category-products-list .product-item .product-wrap .product-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 400px;
  padding: 20px 0;
}

.custom-block.product-category .product-category-wrapper .category-products-list .product-item .product-wrap .product-content .product-name {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
}

.custom-block.product-category .product-category-wrapper .category-products-list .product-item .product-wrap .product-content .short-description {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

.custom-block.product-category .product-category-wrapper .category-products-list .product-item .product-wrap .product-content .short-description p {
  margin: 5px 0;
}

.custom-block.product-category .product-category-wrapper .category-products-list .product-item:hover {
  text-decoration: none;
}

.custom-block.product-category .product-category-wrapper .category-products-list .product-item:hover .slide-wrap .product-thumbnail img {
  transform: scale(1.1);
  transition: 0.15s all ease;
}

@media screen and (max-width: 992px) {
  .custom-block.product-category {
    background-size: 300%;
  }
  .custom-block.product-category .container {
    margin: 0;
    justify-content: center;
  }
  .custom-block.product-category .product-category-wrapper {
    width: calc(100% - 80px);
    margin: 25px 40px;
  }
  .custom-block.product-category .product-category-wrapper .product-category-blurb-content {
    width: 100%;
  }
  .custom-block.product-category .product-category-wrapper .product-category-blurb-content h1,
  .custom-block.product-category .product-category-wrapper .product-category-blurb-content h2,
  .custom-block.product-category .product-category-wrapper .product-category-blurb-content h3 {
    font-size: 52px;
    line-height: 52px;
  }
  .custom-block.product-category .product-category-wrapper .product-category-blurb-content .strap-line {
    border-bottom: none;
  }
  .custom-block.product-category .product-category-wrapper .product-category-info {
    flex-direction: column;
    width: 100%;
  }
  .custom-block.product-category .product-category-wrapper .product-category-info .product-category-data-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .custom-block.product-category .product-category-wrapper .product-category-info .category-wysiwyg {
    width: 90%;
    margin-left: 0;
  }
  .custom-block.product-category .product-category-wrapper .category-products-list .product-item {
    height: 250px;
    padding: 15px 15px 15px 25px;
    max-width: 320px;
    width: 100%;
  }
  .custom-block.product-category .product-category-wrapper .category-products-list .product-item .product-wrap {
    flex-direction: column-reverse;
    height: 100%;
  }
  .custom-block.product-category .product-category-wrapper .category-products-list .product-item .product-wrap .product-thumbnail {
    min-width: 100%;
    height: 100px;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .custom-block.product-category .product-category-wrapper .category-products-list .product-item .product-wrap .product-thumbnail img {
    width: 100px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .custom-block.product-category .product-category-wrapper .category-products-list .product-item .product-wrap .product-content {
    padding: 0;
  }
  .custom-block.product-category .product-category-wrapper .category-products-list .product-item .product-wrap .product-content .product-name {
    font-size: 16px;
    line-height: 20px;
  }
  .custom-block.product-category .product-category-wrapper .category-products-list .product-item .product-wrap .product-content .short-description {
    font-size: 14px;
    line-height: 17px;
  }
  .custom-block.product-category .product-category-wrapper .category-products-list .product-item .product-wrap .product-content .short-description p {
    margin-bottom: 0;
  }
  .custom-block.product-category .product-category-wrapper .category-products-list .product-item::after {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .custom-block.product-category .product-category-wrapper .category-products-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .custom-block.product-category .product-category-wrapper .category-products-list .product-item:nth-of-type(odd) {
    margin-right: 0;
  }
}
.custom-block.downloads {
  width: 100%;
  background-image: url(https://www.envertekinsulation.com//app/themes/envertek/build/images/bg/block-bg.png);
  background-size: 194%;
  background-repeat: no-repeat;
  background-position: -33vw bottom;
}

.custom-block.downloads .container {
  display: flex;
  width: 100%;
}

.custom-block.downloads .container .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.custom-block.downloads .container .content-wrapper .downloads-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 50%;
  margin: 37.5px 0 25px 0;
  text-align: center;
}

.custom-block.downloads .container .content-wrapper .downloads-content h1,
.custom-block.downloads .container .content-wrapper .downloads-content h2,
.custom-block.downloads .container .content-wrapper .downloads-content h3 {
  font-size: 52px;
  line-height: 56px;
  font-weight: 400;
}

.custom-block.downloads .container .content-wrapper .downloads-content .strap-line {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 300;
  border-bottom: 2px #3778c3 solid;
  display: inline;
  padding-bottom: 10px;
  color: #3778c3;
}

.custom-block.downloads .container .content-wrapper .downloads-list {
  display: flex;
  width: 100%;
}

.custom-block.downloads .container .content-wrapper .downloads-list ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-block.downloads .container .content-wrapper .downloads-list ul li {
  display: flex;
  width: 25%;
  justify-content: center;
  margin-bottom: 62.5px;
}

.custom-block.downloads .container .content-wrapper .downloads-list ul li .download-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 178px;
}

.custom-block.downloads .container .content-wrapper .downloads-list ul li .download-wrap a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  min-height: 255px;
  justify-content: space-between;
}

.custom-block.downloads .container .content-wrapper .downloads-list ul li .download-wrap a img {
  width: 85px;
  height: auto;
}

.custom-block.downloads .container .content-wrapper .downloads-list ul li .download-wrap a span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.custom-block.downloads .container .content-wrapper .downloads-list ul li .download-wrap a button {
  color: #fff;
  transform: scale(0.75);
  margin-top: -8%;
}

@media screen and (max-width: 992px) {
  .custom-block.downloads .container {
    margin: 0;
  }
  .custom-block.downloads .container .content-wrapper .downloads-content {
    width: calc(100% - 80px);
    margin: 50px 40px;
  }
  .custom-block.downloads .container .content-wrapper .downloads-content h1,
  .custom-block.downloads .container .content-wrapper .downloads-content h2,
  .custom-block.downloads .container .content-wrapper .downloads-content h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
  }
  .custom-block.downloads .container .content-wrapper .downloads-content .strap-line {
    border-bottom: none;
  }
  .custom-block.downloads .container .content-wrapper .downloads-list ul li {
    width: 33.333%;
  }
}
@media screen and (max-width: 768px) {
  .custom-block.downloads .container .content-wrapper .downloads-list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .custom-block.downloads .container .content-wrapper .downloads-list ul li {
    width: 100%;
    margin-bottom: 75px;
  }
}
.custom-block.yoast-breadcrumb .container {
  width: 100%;
}

.custom-block.yoast-breadcrumb .container > span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin: 15px 0;
}

.custom-block.yoast-breadcrumb .container > span > span {
  margin: 0 10px;
}

.custom-block.yoast-breadcrumb .container > span > span:first-of-type {
  margin-left: 0;
}

.custom-block.yoast-breadcrumb .container > span > span:last-of-type {
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  .custom-block.custom-block.yoast-breadcrumb .container {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
}
.custom-block.category-hub {
  background-image: url(https://www.envertekinsulation.com//app/themes/envertek/build/images/bg/block-bg.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 992px) {
  .custom-block.category-hub {
    background-size: 300%;
  }
}
.custom-block.category-hub .container .category-hub-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 75px;
}

.custom-block.category-hub .container .category-hub-wrapper .category-hub-blurb-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 50%;
  margin: 50px 0 25px;
  text-align: center;
}

.custom-block.category-hub .container .category-hub-wrapper .category-hub-blurb-content h1,
.custom-block.category-hub .container .category-hub-wrapper .category-hub-blurb-content h2,
.custom-block.category-hub .container .category-hub-wrapper .category-hub-blurb-content h3 {
  font-size: 52px;
  line-height: 56px;
  font-weight: 400;
  margin: 25px 0;
}

.custom-block.category-hub .container .category-hub-wrapper .category-hub-blurb-content .strap-line {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 300;
  border-bottom: 2px #3778c3 solid;
  display: inline;
  padding-bottom: 10px;
  color: #3778c3;
}

.custom-block.category-hub .container .category-hub-wrapper .category-hub-blurb-content .short-category-blurb {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.custom-block.category-hub .container .category-hub-wrapper .categories-list {
  max-width: 1040px;
  display: flex;
  flex-wrap: wrap;
}

.custom-block.category-hub .container .category-hub-wrapper .categories-list .category-item {
  width: calc(50% - 30px);
  height: 245px;
  margin: 15px;
  border-left: 2px solid #f1f1f1;
  border-right: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  position: relative;
  border-radius: 5px;
  visibility: hidden;
}

.custom-block.category-hub .container .category-hub-wrapper .categories-list .category-item.triggered {
  visibility: visible;
}

.custom-block.category-hub .container .category-hub-wrapper .categories-list .category-item.triggered:nth-child(odd) {
  animation: category-hub-flyin-left-translate 1.5s ease-in-out;
}

.custom-block.category-hub .container .category-hub-wrapper .categories-list .category-item.triggered:nth-child(even) {
  animation: category-hub-flyin-right-translate 1.5s ease-in-out;
}

.custom-block.category-hub .container .category-hub-wrapper .categories-list .category-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: calc(100% + 4px);
  height: 10px;
  background: linear-gradient(90deg, rgb(22, 66, 121) 0%, rgb(158, 183, 138) 50%, rgb(177, 147, 95) 100%);
  z-index: 1;
  border-radius: 5px 5px 0 0;
}

.custom-block.category-hub .container .category-hub-wrapper .categories-list .category-item .category-wrap {
  padding: 28px 50px 20px;
  display: flex;
  height: 100%;
  background-color: #fff;
}

.custom-block.category-hub .container .category-hub-wrapper .categories-list .category-item .category-wrap .category-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.custom-block.category-hub .container .category-hub-wrapper .categories-list .category-item .category-wrap .category-content .category-name {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

.custom-block.category-hub .container .category-hub-wrapper .categories-list .category-item .category-wrap .category-content .short-description {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

@keyframes category-hub-flyin-right-translate {
  0% {
    transform: translateX(250%);
  }
  70% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes category-hub-flyin-left-translate {
  0% {
    transform: translateX(-250%);
  }
  70% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@media screen and (max-width: 992px) {
  .custom-block.category-hub .container {
    margin: 0;
  }
  .custom-block.category-hub .container .category-hub-wrapper {
    width: calc(100% - 110px);
    margin: 50px 40px;
  }
  .custom-block.category-hub .container .category-hub-wrapper .category-hub-blurb-content {
    width: 100%;
    margin: 0;
  }
  .custom-block.category-hub .container .category-hub-wrapper .category-hub-blurb-content h1,
  .custom-block.category-hub .container .category-hub-wrapper .category-hub-blurb-content h2,
  .custom-block.category-hub .container .category-hub-wrapper .category-hub-blurb-content h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
  }
  .custom-block.category-hub .container .category-hub-wrapper .category-hub-blurb-content .strap-line {
    border-bottom: none;
  }
  .custom-block.category-hub .container .category-hub-wrapper .categories-list {
    flex-direction: column;
  }
  .custom-block.category-hub .container .category-hub-wrapper .categories-list .category-item {
    max-width: 490px;
    width: 100%;
  }
  .custom-block.category-hub .container .category-hub-wrapper .categories-list .category-item .category-wrap .category-content .category-name {
    font-size: 20px;
    line-height: 26px;
  }
  .custom-block.category-hub .container .category-hub-wrapper .categories-list .category-item .category-wrap .category-content .btn {
    transform: scale(0.75);
  }
}
.custom-block.contact-us-map {
  background-image: url(https://www.envertekinsulation.com//app/themes/envertek/build/images/bg/block-bg-transparent.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: 29%;
  background-color: #fbfcfe;
}

.custom-block.contact-us-map .container h1, .custom-block.contact-us-map .container h2, .custom-block.contact-us-map .container h3 {
  font-size: 52px;
  line-height: 56px;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: center;
  width: 100%;
}

.custom-block.contact-us-map .contact-us-map-content-wrapper {
  position: relative;
  margin: 50px 0;
  display: flex;
  flex-direction: row;
}

.custom-block.contact-us-map .contact-us-map-content-wrapper #contact-us-map-map {
  height: 590px;
  width: 50%;
  border-radius: 0 30px 30px 0;
  margin-right: 15px;
  visibility: hidden;
}

.custom-block.contact-us-map .contact-us-map-content-wrapper #contact-us-map-map.triggered {
  visibility: visible;
  animation: cum-flyin-left 1.5s ease-in-out;
}

.custom-block.contact-us-map .contact-us-map-content-wrapper #contact-us-map-map .map-marker {
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100px;
  transform: translateY(50%);
  background: radial-gradient(ellipse at center, rgb(22, 66, 121) 0%, rgba(22, 66, 121, 0.9) 63%, rgba(22, 66, 121, 0) 71%, rgba(22, 66, 121, 0) 100%);
}

.custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts {
  height: 590px;
  display: flex;
  visibility: hidden;
  width: 50%;
  border-radius: 30px 0 0 30px;
  margin-left: 15px;
  border-color: rgba(41, 63, 146, 0.5);
  border-width: 2px 0 2px 2px;
  padding: 80px;
  justify-content: center;
  flex-direction: column;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts {
    padding: 40px;
  }
}
.custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts.triggered {
  visibility: visible;
  animation: cum-flyin-right 1.5s ease-in-out;
}

.custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .area-contacts {
  margin-bottom: 15px;
  height: 150px;
  position: relative;
}

.custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .area-contacts .contact-us-map-contact {
  transition: all 0.5s ease-in-out;
  position: relative;
}

.custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .area-contacts .contact-us-map-contact.area-contact {
  position: absolute;
  left: -600px;
  max-height: 150px;
  display: flex;
  opacity: 0;
  z-index: 0;
}

.custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .area-contacts .contact-us-map-contact.area-contact .contact-us-map-contact-image {
  width: 140px;
  height: 140px;
}

.custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .area-contacts .contact-us-map-contact.area-contact .contact-us-map-contact-image img {
  border-radius: 15px;
  height: 100%;
}

.custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .area-contacts .contact-us-map-contact.area-contact .contact-us-map-contact-details {
  margin-left: 20px;
  margin-bottom: 10px;
}

.custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .area-contacts .contact-us-map-contact.area-contact .contact-us-map-contact-details h3 {
  margin-top: 0;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

.custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .area-contacts .contact-us-map-contact.area-contact .contact-us-map-contact-details p, .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .area-contacts .contact-us-map-contact.area-contact .contact-us-map-contact-details address {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  margin: 0;
  font-style: normal;
}

.custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .area-contacts .contact-us-map-contact.area-contact.active {
  opacity: 1;
  left: 0;
  z-index: 1;
}

.custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .fixed-contacts {
  margin-top: 15px;
  display: flex;
}

.custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .fixed-contacts .contact-us-map-contact.fixed-contact {
  width: 33%;
  max-width: 625px;
  display: flex;
  flex-direction: column;
}

.custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .fixed-contacts .contact-us-map-contact.fixed-contact .contact-us-map-contact-image {
  width: 80px;
  height: 80px;
}

.custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .fixed-contacts .contact-us-map-contact.fixed-contact .contact-us-map-contact-image img {
  border-radius: 10px;
}

.custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .fixed-contacts .contact-us-map-contact.fixed-contact .contact-us-map-contact-details {
  margin-right: 15px;
}

.custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .fixed-contacts .contact-us-map-contact.fixed-contact .contact-us-map-contact-details h3 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .fixed-contacts .contact-us-map-contact.fixed-contact .contact-us-map-contact-details p, .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .fixed-contacts .contact-us-map-contact.fixed-contact .contact-us-map-contact-details address {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  margin: 0;
  font-style: normal;
}

@keyframes cum-flyin-left {
  0% {
    right: 100vw;
  }
  70% {
    right: -15px;
  }
  100% {
    right: 0;
  }
}
@keyframes cum-flyin-right {
  0% {
    left: 100vw;
  }
  70% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@media screen and (max-width: 992px) {
  .custom-block.contact-us-map {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    background-position-x: 25%;
    width: calc(100% - 0px);
    padding: 40px;
  }
  .custom-block.contact-us-map .container {
    margin: 0;
  }
  .custom-block.contact-us-map .container h1, .custom-block.contact-us-map .container h2, .custom-block.contact-us-map .container h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
  }
  .custom-block.contact-us-map .contact-us-map-content-wrapper {
    flex-direction: column;
  }
  .custom-block.contact-us-map .contact-us-map-content-wrapper #contact-us-map-map {
    width: 100%;
    border-radius: 0;
    margin-right: 0;
  }
  .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts {
    width: 100%;
    margin-left: 0;
    border: 0;
    padding: 0;
    border-radius: 0;
    height: auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
  .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .area-contacts .contact-us-map-contact.area-contact .contact-us-map-contact-image, .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .area-contacts .contact-us-map-contact.fixed-contact .contact-us-map-contact-image, .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .fixed-contacts .contact-us-map-contact.area-contact .contact-us-map-contact-image, .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .fixed-contacts .contact-us-map-contact.fixed-contact .contact-us-map-contact-image {
    width: 100px;
    height: 100px;
  }
  .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .area-contacts .contact-us-map-contact.area-contact .contact-us-map-contact-image img, .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .area-contacts .contact-us-map-contact.fixed-contact .contact-us-map-contact-image img, .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .fixed-contacts .contact-us-map-contact.area-contact .contact-us-map-contact-image img, .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .fixed-contacts .contact-us-map-contact.fixed-contact .contact-us-map-contact-image img {
    border-radius: 12px;
  }
  .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .area-contacts .contact-us-map-contact.area-contact .contact-us-map-contact-details h3, .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .area-contacts .contact-us-map-contact.fixed-contact .contact-us-map-contact-details h3, .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .fixed-contacts .contact-us-map-contact.area-contact .contact-us-map-contact-details h3, .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .fixed-contacts .contact-us-map-contact.fixed-contact .contact-us-map-contact-details h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .area-contacts .contact-us-map-contact.area-contact .contact-us-map-contact-details p, .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .area-contacts .contact-us-map-contact.area-contact .contact-us-map-contact-details address, .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .area-contacts .contact-us-map-contact.fixed-contact .contact-us-map-contact-details p, .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .area-contacts .contact-us-map-contact.fixed-contact .contact-us-map-contact-details address, .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .fixed-contacts .contact-us-map-contact.area-contact .contact-us-map-contact-details p, .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .fixed-contacts .contact-us-map-contact.area-contact .contact-us-map-contact-details address, .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .fixed-contacts .contact-us-map-contact.fixed-contact .contact-us-map-contact-details p, .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .fixed-contacts .contact-us-map-contact.fixed-contact .contact-us-map-contact-details address {
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    margin: 0;
    font-style: normal;
  }
  .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .area-contacts {
    min-height: 130px;
    height: 130px;
  }
  .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .fixed-contacts {
    border-top: 2px solid rgba(41, 63, 146, 0.5);
    flex-direction: column;
    width: 100%;
    padding-top: 30px;
    margin-top: 0;
  }
  .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .fixed-contacts .contact-us-map-contact.fixed-contact {
    width: 100%;
    max-width: 625px;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
  }
  .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .fixed-contacts .contact-us-map-contact.fixed-contact .contact-us-map-contact-details {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .custom-block.contact-us-map .contact-us-map-content-wrapper .contact-us-map-contacts .fixed-contacts .contact-us-map-contact.fixed-contact .contact-us-map-contact-details h3 {
    margin-top: 0;
  }
}
.videobanner {
  height: calc(100vh - 94px);
  color: #fff;
  position: relative;
  background-color: #293f92;
  display: block;
}

.videobanner__slider__slide {
  position: relative;
  overflow: hidden;
}

.videobanner__slider__slide .container {
  height: 100%;
  position: relative;
}

.videobanner__slider__slide__bg__file {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 0;
}

.videobanner__slider__slide__bg--mobile.videobanner__slider__slide__bg--on {
  display: none;
}

.videobanner__slider__slide__inner {
  position: relative;
}

.videobanner__slider__slide__inner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 20px;
  width: 40%;
  animation: hb-flyin-left-translate 1s ease-in-out;
}

.videobanner__slider__slide__inner__content__strap__inner__text {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 300;
  border-bottom: 2px #fff solid;
  display: inline-block;
  padding-bottom: 10px;
}

.videobanner__slider__slide__inner__content__strap h1 {
  font-size: 64px;
  font-weight: 400;
  margin: 60px 0 60px;
  line-height: 68px;
}

.videobanner__slider__slide__inner__content__wysiwyg {
  margin: 50px 0 50px;
}

.videobanner__slider__slide__inner__content__wysiwyg h1 {
  margin: 0 0 15px;
}

@media screen and (max-width: 992px) {
  .videobanner {
    height: calc(100vh - 98px);
  }
  .videobanner__slider__slide__bg:not(.videobanner__slider__slide__bg--none) {
    opacity: 0.5;
  }
  .videobanner__slider__slide__bg--mobile.videobanner__slider__slide__bg--on {
    display: block;
  }
  .videobanner__slider__slide__bg--desktop.videobanner__slider__slide__bg--on {
    display: none;
  }
  .videobanner__slider__slide .container {
    flex-direction: column;
    margin: 0;
    align-items: center;
  }
  .videobanner__slider__slide__inner__content {
    width: calc(100% - 80px);
    margin: 50px 40px;
    padding: 0;
  }
  .videobanner__slider__slide__inner__content__strap h1 {
    font-size: 52px;
    line-height: 52px;
  }
  .videobanner__slider__slide__inner__content__strap__text {
    border-bottom: none;
  }
}
@keyframes hb-flyin-left-translate {
  0% {
    transform: translateX(-200%);
  }
  70% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(0%);
  }
}
/* base colours */
/* gradients */
/* global element colours */
*,
::after,
::before {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  box-sizing: border-box;
  height: 100%;
  padding: 0;
  margin: 0;
}

.wrapper {
  box-sizing: border-box;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

header,
footer {
  flex-grow: 0;
  flex-shrink: 0;
}

main {
  flex-grow: 1;
}

pre {
  overflow: auto;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 52px;
}

.custom-block {
  overflow-x: hidden;
}

.custom-block p {
  padding-bottom: 0;
}

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

p.lead {
  font-weight: 500;
}

.paragraph-with-lead p:first-child {
  font-weight: 500;
}

.btn {
  cursor: pointer;
  height: 50px;
  min-width: 220px;
  border-radius: 10px 0 10px 0;
  font-size: 16px;
  line-height: 26px;
  display: inline-flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.btn::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  opacity: 0.5;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}

.btn.filled {
  background-color: #5c8136;
}

.btn.filled::after {
  background-color: #94b8e0;
}

.btn.filled.alt {
  background-color: #004288;
}

.btn.filled.alt::after {
  background-color: #94b8e0;
}

.btn.transparent {
  background-color: transparent;
  border: 1px solid #fff;
}

.btn.transparent::after {
  background-color: #fff;
}

.btn.transparent .link-text-rollup {
  color: #000;
  visibility: hidden;
}

.btn .link-text-wrapper {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  position: absolute;
  z-index: 1;
}

.btn .link-text-wrapper.animate-out {
  animation: button-roll-animation-out 0.5s ease-in-out forwards;
}

.btn .link-text-wrapper .link-text-normal, .btn .link-text-wrapper .link-text-rollup {
  height: 50px;
  display: flex;
  align-items: center;
}

.btn:hover .link-text-wrapper {
  animation: button-roll-animation-in 0.5s ease-in-out forwards;
}

.btn:hover::after {
  width: 300px;
  height: 300px;
  opacity: 1;
}

.btn:hover .link-text-rollup {
  visibility: visible;
}

@keyframes button-roll-animation-in {
  0% {
    transform: translateY(0%);
  }
  70% {
    transform: translateY(-72%);
  }
  100% {
    transform: translateY(-66.6%);
  }
}
@keyframes button-roll-animation-out {
  0% {
    transform: translateY(-66.6%);
  }
  70% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0%);
  }
}
button#ccc-icon {
  min-width: 0;
}

#top {
  top: 98px;
  position: absolute;
  margin-top: -98px;
}

a {
  color: #293f92;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .container {
    margin: 0 20px;
  }
}
/* funky underline on hover */
#site-navigation ul#primary-menu li a {
  text-decoration: none;
  position: relative;
}

#site-navigation ul#primary-menu li a::after {
  content: " ";
  width: 0;
  left: 50%;
}

#site-navigation ul#primary-menu li a:hover::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #004288;
  display: block;
  transition: width 0.3s ease-in-out;
  transform: translateX(-50%);
}

footer.site-footer {
  background-color: #000;
  color: #fff;
}

footer.site-footer .footer-stack {
  background-color: #212121;
  width: 100%;
  display: flex;
  position: relative;
}

footer.site-footer .footer-stack #goto-top-button {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 200px;
  width: 50px;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 1;
}

@media screen and (max-width: 576px) {
  footer.site-footer .footer-stack #goto-top-button {
    width: 30px;
  }
}
footer.site-footer .footer-stack #goto-top-button img {
  width: 25px;
  height: 25px;
}

footer.site-footer .footer-stack #goto-top-button span {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  display: flex;
  transform: rotate(-90deg);
  height: 25px;
  width: 140px;
  transform-origin: top left;
}

footer.site-footer .footer-stack .background-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

footer.site-footer .footer-stack .footer-wrap {
  min-height: 350px;
  z-index: 1;
}

footer.site-footer .footer-stack .footer-wrap .group-info,
footer.site-footer .footer-stack .footer-wrap #site-footer-navigation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

footer.site-footer .footer-stack .footer-wrap .group-info img.footer-logos {
  width: 400px;
  height: auto;
}

footer.site-footer .footer-stack .footer-wrap #site-footer-navigation {
  display: flex;
  height: 100%;
}

footer.site-footer .footer-stack .footer-wrap #site-footer-navigation ul {
  list-style: none;
  padding-left: 0;
  margin: 10px;
}

footer.site-footer .footer-stack .footer-wrap #site-footer-navigation > ul#footer-menu {
  display: flex;
}

footer.site-footer .footer-stack .footer-wrap #site-footer-navigation > ul#footer-menu > li {
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}

footer.site-footer .footer-stack .footer-wrap #site-footer-navigation > ul#footer-menu > li a {
  pointer-events: none;
  position: relative;
  display: inline-block;
}

footer.site-footer .footer-stack .footer-wrap #site-footer-navigation > ul#footer-menu > li a::after {
  content: " ";
  border-bottom: 2px #fff solid;
  width: 50px;
  display: inline-block;
  bottom: -10px;
  position: absolute;
  left: 0;
}

footer.site-footer .footer-stack .footer-wrap #site-footer-navigation > ul#footer-menu > li > ul {
  margin: 30px 30px 0 0;
}

footer.site-footer .footer-stack .footer-wrap #site-footer-navigation > ul#footer-menu > li > ul li {
  font-size: 16px;
  text-transform: none;
  line-height: 26px;
}

footer.site-footer .footer-stack .footer-wrap #site-footer-navigation > ul#footer-menu > li > ul li a {
  pointer-events: all;
  display: inline;
}

footer.site-footer .footer-stack .footer-wrap #site-footer-navigation > ul#footer-menu > li > ul li a:hover {
  color: #b3d497;
  text-decoration: none;
}

footer.site-footer .footer-stack .footer-wrap #site-footer-navigation > ul#footer-menu > li > ul li a::after {
  display: none;
}

footer.site-footer .footer-stack .footer-wrap #site-footer-navigation ul.social-icons li a {
  display: flex;
  width: 100%;
  align-items: center;
}

footer.site-footer .footer-stack .footer-wrap #site-footer-navigation ul.social-icons li a .social-text {
  font-size: 16px;
  margin-left: 15px;
}

footer.site-footer .footer-stack .footer-wrap #site-footer-navigation ul.social-icons li a:hover {
  text-decoration: none;
}

footer.site-footer .footer-stack .footer-wrap #site-footer-navigation ul.social-icons li a:hover .social-text {
  color: #b3d497;
}

@media screen and (max-width: 992px) {
  footer.site-footer .footer-stack .footer-wrap {
    flex-direction: column-reverse;
    align-items: center;
  }
  footer.site-footer .footer-stack .footer-wrap #site-footer-navigation {
    width: 100%;
    align-items: center;
  }
  footer.site-footer .footer-stack .footer-wrap #site-footer-navigation #footer-menu {
    justify-content: center;
  }
  footer.site-footer .footer-stack .footer-wrap .group-info {
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  footer.site-footer .footer-stack .footer-wrap #site-footer-navigation ul#footer-menu {
    flex-direction: column;
    text-align: center;
  }
  footer.site-footer .footer-stack .footer-wrap #site-footer-navigation ul#footer-menu > li a::after {
    left: calc(50% - 25px);
  }
  footer.site-footer .footer-stack .footer-wrap #site-footer-navigation ul#footer-menu > li > ul.sub-menu {
    margin: 30px 10px;
  }
  footer.site-footer .footer-stack .footer-wrap .group-info img.footer-logos {
    min-width: 300px;
    margin: 15px;
  }
}
footer.site-footer .site-info {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.svg-sprite-wrapper {
  /* TODO Review this */
  height: 0;
  position: absolute;
}

html[lang=de] [class*=strap-line] {
  /* stylelint-disable */
  border: 0 !important;
  /* stylelint-enable */
}

html[lang=de] header .site-header-content .site-header-content-inner #site-navigation ul#primary-menu {
  align-items: center;
}

html[lang=de] header .site-header-content .site-header-content-inner #site-navigation ul#primary-menu li {
  text-align: center;
  line-height: 18px;
  padding: 0 10px;
  width: 25%;
}

html[lang=de] header .site-header-content .site-header-content-inner #site-navigation ul#primary-menu li a:hover::after {
  display: none;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/svg-transform-loader/encode-query.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./node_modules/swiper/swiper.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/svg-transform-loader/encode-query.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./node_modules/swiper/modules/navigation.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 44px / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/svg-transform-loader/encode-query.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[5]!./node_modules/swiper/modules/pagination.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/*# sourceMappingURL=index.css.map*/