div.dialog-type-lightbox {
  z-index: 12;
}
.kyl_popup {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 99;
  pointer-events: none;
}
@media (min-width: 768px) {
  .kyl_popup {
    bottom: unset;
    top: 80px;
  }
}
@media (min-width: 1440px) {
  .kyl_popup {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.kyl_popup .container {
  position: relative;
  right: -100%;
  margin: 0 0 0 auto;
  padding: 60px 36px 60px 10px;
  pointer-events: all;
  max-width: calc(100% - 36px);
  padding-left: calc(var(--popup-container-height) * 0.17632698) !important;
  -webkit-clip-path: polygon(calc(var(--popup-container-height) * 0.17632698) 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(calc(var(--popup-container-height) * 0.17632698) 0, 100% 0, 100% 100%, 0 100%);
}
@media (min-width: 768px) {
  .kyl_popup .container {
    max-width: calc(100% - 390px);
    padding: 80px 46px 80px 20px;
  }
}
@media (min-width: 1024px) {
  .kyl_popup .container {
    max-width: calc(100% - 647px);
  }
}
@media (min-width: 1440px) {
  .kyl_popup .container {
    max-width: calc(33% - 0px);
    padding: 80px 20px 60px;
  }
}
@media (min-width: 1920px) {
  .kyl_popup .container {
    -webkit-clip-path: polygon(calc(var(--popup-container-height) * 0.17632698) 0, 100% 0, calc(100% - calc(var(--popup-container-height) * 0.17632698)) 100%, 0 100%);
    clip-path: polygon(calc(var(--popup-container-height) * 0.17632698) 0, 100% 0, calc(100% - calc(var(--popup-container-height) * 0.17632698)) 100%, 0 100%);
    padding-right: calc(var(--popup-container-height) * 0.17632698) !important;
    max-width: 600px;
  }
}
.kyl_popup .container .close {
  height: 25px;
  width: 25px;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 20px;
  right: 40px;
}
@media (min-width: 768px) {
  .kyl_popup .container .close {
    height: 30px;
    width: 30px;
    top: 30px;
  }
  .kyl_popup .container .close svg {
    height: 30px;
    width: 30px;
  }
}
.kyl_popup .container img {
  display: block;
  margin: 0 auto 40px;
  width: 80px;
}
.kyl_popup .container .headline {
  font-weight: 700;
  letter-spacing: normal;
  line-height: 32px;
  font-size: 24px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .kyl_popup .container .headline {
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .kyl_popup .container .headline {
    font-weight: 700;
    letter-spacing: normal;
    line-height: 40px;
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.kyl_popup .container .text {
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  font-size: 22px;
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .kyl_popup .container .text {
    font-weight: 400;
    letter-spacing: normal;
    line-height: 38px;
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.kyl_popup .container .link {
  white-space: nowrap;
}
.kyl_popup .container .link a {
  color: inherit;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
  font-size: 16px;
  padding-right: 28px;
  background: transparent url('/wp-content/themes/kyltheme/assets/svg/icon_arrow_right_very_light_brown.svg') right center / 16px 16px no-repeat;
}
.kyl_popup.color-very-light-brown .container .link a {
  background: transparent url('/wp-content/themes/kyltheme/assets/svg/icon_arrow_right_pine.svg') right center / 16px 16px no-repeat;
}
.kyl_popup.color-light-sage .container .link a {
  background: transparent url('/wp-content/themes/kyltheme/assets/svg/icon_arrow_right_pine.svg') right center / 16px 16px no-repeat;
}
.kyl_popup.color-off-yellow .container .link a {
  background: transparent url('/wp-content/themes/kyltheme/assets/svg/icon_arrow_right_pine.svg') right center / 16px 16px no-repeat;
}
.kyl_popup.color-dark-slate-blue .container .link a {
  background: transparent url('/wp-content/themes/kyltheme/assets/svg/icon_arrow_right_very_light_brown.svg') right center / 16px 16px no-repeat;
}
.kyl_popup.color-pine .container .link a {
  background: transparent url('/wp-content/themes/kyltheme/assets/svg/icon_arrow_right_very_light_brown.svg') right center / 16px 16px no-repeat;
}
.kyl_foundation_popup .container::after {
  content: unset;
}
@media (min-width: 1920px) {
  .kyl_foundation_popup .container::after {
    content: '';
  }
}
.kyl_foundation_popup .container .close {
  -webkit-background-size: 25px 25px 25px 25px !important;
  -moz-background-size: 25px 25px !important;
  -o-background-size: 25px 25px !important;
  background-size: 25px 25px !important;
}
@media (min-width: 768px) {
  .kyl_foundation_popup .container .close {
    -webkit-background-size: 30px 30px 30px 30px !important;
    -moz-background-size: 30px 30px !important;
    -o-background-size: 30px 30px !important;
    background-size: 30px 30px !important;
  }
}
.kyl_foundation_popup.color-blackberry .container {
  background-color: #5a0037;
}
.kyl_foundation_popup.color-blackberry .container .close {
  background: transparent url('/wp-content/themes/kyltheme/assets/svg/icon_close_orange.svg') center center / 30px 30px no-repeat;
}
.kyl_foundation_popup.color-blackberry .container .headline {
  color: #f5f2ef;
}
.kyl_foundation_popup.color-blackberry .container .text {
  color: #f5f2ef;
}
.kyl_foundation_popup.color-blackberry .container .link a {
  color: #d5703e;
  background: transparent url('/wp-content/themes/kyltheme/assets/svg/icon_arrow_right_orange.svg') right center / 16px 16px no-repeat;
}
.kyl_foundation_popup.color-gable-green .container {
  background-color: #193c3b;
}
.kyl_foundation_popup.color-gable-green .container .close {
  background: transparent url('/wp-content/themes/kyltheme/assets/svg/icon_close_orange.svg') center center / 30px 30px no-repeat;
}
.kyl_foundation_popup.color-gable-green .container .headline {
  color: #f5f2ef;
}
.kyl_foundation_popup.color-gable-green .container .text {
  color: #f5f2ef;
}
.kyl_foundation_popup.color-gable-green .container .link a {
  color: #d5703e;
  background: transparent url('/wp-content/themes/kyltheme/assets/svg/icon_arrow_right_orange.svg') right center / 16px 16px no-repeat;
}
.kyl_foundation_popup.color-desert-sand .container {
  background-color: #edc4b0;
}
.kyl_foundation_popup.color-desert-sand .container .close {
  background: transparent url('/wp-content/themes/kyltheme/assets/svg/icon_close_orange.svg') center center / 30px 30px no-repeat;
}
.kyl_foundation_popup.color-desert-sand .container .headline {
  color: #193c3b;
}
.kyl_foundation_popup.color-desert-sand .container .text {
  color: #193c3b;
}
.kyl_foundation_popup.color-desert-sand .container .link a {
  color: #d5703e;
  background: transparent url('/wp-content/themes/kyltheme/assets/svg/icon_arrow_right_orange.svg') right center / 16px 16px no-repeat;
}
