/* Unit Converters */
/* / Unit Converters */
.hide,
.hidden {
  display: none !important;
  visibility: hidden !important;
}
/* Flex Start */
/* Flex End */
/*
 * Gegeben      bolder      lighter     Namen
 * 100          400         100         Thin (Hairline)
 * 200          400         100         Extra Light (Ultra Light)
 * 300          400         100         Light
 * 400          700         100         Normal (Regular)
 * 500          700         100         Medium
 * 600          900         400         Semi Bold (Demi Bold)
 * 700          900         400         Bold
 * 800          900         700         Extra Bold (Ultra Bold)
 * 900          900         700         Black (Heavy)
 * 950                                  Extra Black (Ultra Black)
 */
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
/* quicksand-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/quicksand-v31-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-v31-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/quicksand-v31-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/quicksand-v31-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/quicksand-v31-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* yantramanav-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Yantramanav';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/yantramanav-v13-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Grid Start */
/* Grid End */
/***************************
      CSS Normalization Start
 ***************************/
img {
  display: block;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.elementor-location-header .elementor-column {
  min-height: unset;
}
p:not(:last-of-type) {
  margin-top: 0;
  margin-bottom: 1rem;
}
div.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
div.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
  padding: 0;
}
div.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}
section.elementor-section.elementor-section-boxed > .elementor-container {
  /*max-width: 100vw;
  overflow: hidden;*/
}
@media (min-width: 1440px) {
  section.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: calc(1140px + 25px * 2);
  }
}
body > div.elementor > div {
  padding: 0;
}
/**
 * Fix fonts that render as bold in Firefox
 */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}
/**
 * Firefox specific rule
 */
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
*,
.elementor {
  box-sizing: border-box !important;
  /*-webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;*/
  outline: none !important;
  word-break: break-word;
}
.elementor-element-populated {
  padding: 0 !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/***************************
      CSS Normalization End
 ***************************/
.kylNewsletterThanks {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  padding: 50px 0;
}
.kylNewsletterThanks h2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 87px;
  font-size: 60px;
  color: #000000;
}
.kylNewsletterThanks p {
  font-family: 'Quicksand', sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 27px;
  font-size: 17px;
  color: #000000;
}
.kylNewsletterThanks .couponOverlay {
  background-color: #F0F2F5;
  padding: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 5px;
}
.kylNewsletterThanks .couponOverlay .text {
  font-family: 'Quicksand', sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 42px;
  font-size: 32px;
  color: #000000;
}
.kylNewsletterThanks .couponOverlay .code {
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 42px;
  font-size: 32px;
  color: #000000;
}
.kylNewsletterThanks a {
  font-family: 'Quicksand', sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 27px;
  font-size: 17px;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}
