:root {
  --icon--pencil-gd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23333333'/%3E%3C/svg%3E");
  --icon--pencil-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-left-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23E25303'/%3E%3C/svg%3E");
  --icon--arrow-right-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-right-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-right-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23E25303'/%3E%3C/svg%3E");
  /* Desktop */
  --typography-title-800-font-size: 64px;
  --typography-title-800-line-height: 96px;
  --typography-title-800-font-weight: 800;
  --typography-title-700-font-size: 54px;
  --typography-title-700-line-height: 62px;
  --typography-title-700-font-weight: 300;
  --typography-title-510-font-size: 30px;
  --typography-title-510-line-height: 55.7px;
  --typography-title-510-font-weight: 510;
  --typography-title-500-font-size: 30px;
  --typography-title-500-line-height: 36px;
  --typography-title-500-font-weight: 300;
  --typography-title-400-font-size: 24px;
  --typography-title-400-line-height: 36px;
  --typography-title-400-font-weight: 300;
  --typography-title-320-font-size: 18px;
  --typography-title-320-line-height: 33.4px;
  --typography-title-320-font-weight: 320;
  --typography-title-300-font-size: 18px;
  --typography-title-300-line-height: 27px;
  --typography-title-300-font-weight: 300;
  --typography-paragraph-300-font-size: 14px;
  --typography-paragraph-300-line-height: 26px;
  --typography-paragraph-300-font-weight: 400;
  --typography-paragraph-310-font-size: 14px;
  --typography-paragraph-310-line-height: 25px;
  --typography-paragraph-310-font-weight: 300;
  --typography-label-305-font-size: 14px;
  --typography-label-305-line-height: 23px;
  --typography-label-305-font-weight: 305;
  --typography-label-301-font-size: 14px;
  --typography-label-301-line-height: 21px;
  --typography-label-301-font-weight: 301;
  --typography-label-300-font-size: 14px;
  --typography-label-300-line-height: 21px;
  --typography-label-300-font-weight: 300;
  --typography-label-210-font-size: 12px;
  --typography-label-210-line-height: 20px;
  --typography-label-210-font-weight: 210;
  --typography-label-205-font-size: 12px;
  --typography-label-205-line-height: 18px;
  --typography-label-205-font-weight: 205;
  --typography-label-200-font-size: 12px;
  --typography-label-200-line-height: normal;
  --typography-label-200-font-weight: 300;
  --typography-link-100-font-size: 10px;
  --typography-link-100-line-height: 18.6px;
  --typography-link-100-font-weight: 100;
  --typography-button-font-size: 14px;
  --typography-button-line-height: 23px;
  --typography-button-font-weight: 400;
  /* Mobile override */
}
@media (max-width: 992px) {
  :root {
    --typography-title-800-font-size: 24px;
    --typography-title-800-line-height: 36px;
    --typography-title-700-font-size: 44px;
    --typography-title-700-line-height: normal;
    --typography-title-500-font-size: 22px;
    --typography-title-500-line-height: 26px;
    --typography-title-400-font-size: 18px;
    --typography-title-400-line-height: 24px;
    --typography-title-300-font-size: 14px;
    --typography-title-300-line-height: 21px;
    --typography-paragraph-300-font-size: 12px;
    --typography-paragraph-300-line-height: 22px;
    --typography-paragraph-310-font-size: 12px;
    --typography-paragraph-310-line-height: 22px;
    --typography-label-300-font-size: 12px;
    --typography-label-300-line-height: 18px;
    --typography-button-font-size: 16px;
    --typography-button-line-height: 26.3px;
    --typography-button-2-font-size: 14px;
    --typography-button-2-line-height: 21px;
  }
}

:root {
  --icon--pencil-gd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23333333'/%3E%3C/svg%3E");
  --icon--pencil-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-left-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23E25303'/%3E%3C/svg%3E");
  --icon--arrow-right-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-right-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-right-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23E25303'/%3E%3C/svg%3E");
  /* Desktop */
  --typography-title-800-font-size: 64px;
  --typography-title-800-line-height: 96px;
  --typography-title-800-font-weight: 800;
  --typography-title-700-font-size: 54px;
  --typography-title-700-line-height: 62px;
  --typography-title-700-font-weight: 300;
  --typography-title-510-font-size: 30px;
  --typography-title-510-line-height: 55.7px;
  --typography-title-510-font-weight: 510;
  --typography-title-500-font-size: 30px;
  --typography-title-500-line-height: 36px;
  --typography-title-500-font-weight: 300;
  --typography-title-400-font-size: 24px;
  --typography-title-400-line-height: 36px;
  --typography-title-400-font-weight: 300;
  --typography-title-320-font-size: 18px;
  --typography-title-320-line-height: 33.4px;
  --typography-title-320-font-weight: 320;
  --typography-title-300-font-size: 18px;
  --typography-title-300-line-height: 27px;
  --typography-title-300-font-weight: 300;
  --typography-paragraph-300-font-size: 14px;
  --typography-paragraph-300-line-height: 26px;
  --typography-paragraph-300-font-weight: 400;
  --typography-paragraph-310-font-size: 14px;
  --typography-paragraph-310-line-height: 25px;
  --typography-paragraph-310-font-weight: 300;
  --typography-label-305-font-size: 14px;
  --typography-label-305-line-height: 23px;
  --typography-label-305-font-weight: 305;
  --typography-label-301-font-size: 14px;
  --typography-label-301-line-height: 21px;
  --typography-label-301-font-weight: 301;
  --typography-label-300-font-size: 14px;
  --typography-label-300-line-height: 21px;
  --typography-label-300-font-weight: 300;
  --typography-label-210-font-size: 12px;
  --typography-label-210-line-height: 20px;
  --typography-label-210-font-weight: 210;
  --typography-label-205-font-size: 12px;
  --typography-label-205-line-height: 18px;
  --typography-label-205-font-weight: 205;
  --typography-label-200-font-size: 12px;
  --typography-label-200-line-height: normal;
  --typography-label-200-font-weight: 300;
  --typography-link-100-font-size: 10px;
  --typography-link-100-line-height: 18.6px;
  --typography-link-100-font-weight: 100;
  --typography-button-font-size: 14px;
  --typography-button-line-height: 23px;
  --typography-button-font-weight: 400;
  /* Mobile override */
}
@media (max-width: 992px) {
  :root {
    --typography-title-800-font-size: 24px;
    --typography-title-800-line-height: 36px;
    --typography-title-700-font-size: 44px;
    --typography-title-700-line-height: normal;
    --typography-title-500-font-size: 22px;
    --typography-title-500-line-height: 26px;
    --typography-title-400-font-size: 18px;
    --typography-title-400-line-height: 24px;
    --typography-title-300-font-size: 14px;
    --typography-title-300-line-height: 21px;
    --typography-paragraph-300-font-size: 12px;
    --typography-paragraph-300-line-height: 22px;
    --typography-paragraph-310-font-size: 12px;
    --typography-paragraph-310-line-height: 22px;
    --typography-label-300-font-size: 12px;
    --typography-label-300-line-height: 18px;
    --typography-button-font-size: 16px;
    --typography-button-line-height: 26.3px;
    --typography-button-2-font-size: 14px;
    --typography-button-2-line-height: 21px;
  }
}

.path-brochure-creator .main-content {
  padding-bottom: 55px;
  padding-bottom: 3.4375rem;
  background: #333333;
}
.path-brochure-creator .main-content .line-title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.path-brochure-creator .main-content .view-empty {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571528571;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.path-brochure-creator .brochure-creator-block {
  padding: 30px;
  padding: 1.875rem;
  background: #444444;
}
.path-brochure-creator .brochure-creator-block * {
  color: #fff;
}
.path-brochure-creator .brochure-creator-block a {
  text-decoration: none;
}
.path-brochure-creator .brochure-creator-block .field--name-title {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.path-brochure-creator .brochure-creator-block .field--name-body {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571528571;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  text-align: justify;
}
.path-brochure-creator .brochure-creator-block .field--name-download {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  display: flex;
}
.path-brochure-creator .brochure-creator-block .field--name-download .download-btn {
  padding-right: 5px;
  padding-right: 0.3125rem;
}
.path-brochure-creator .brochure-creator-block .field--name-download .send-by-email {
  padding-left: 5px;
  padding-left: 0.3125rem;
}
.path-brochure-creator .brochure-creator-block .field--name-download .download-btn,
.path-brochure-creator .brochure-creator-block .field--name-download .send-by-email {
  flex: 0 0 50%;
  max-width: 50%;
}
.path-brochure-creator .brochure-creator-block .field--name-download .download-btn a,
.path-brochure-creator .brochure-creator-block .field--name-download .download-btn span,
.path-brochure-creator .brochure-creator-block .field--name-download .send-by-email a,
.path-brochure-creator .brochure-creator-block .field--name-download .send-by-email span {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  background: #E25303;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.path-brochure-creator .brochure-form {
  max-width: 1380px;
  max-width: 86.25rem;
  padding: 60px 110px 75px 560px;
  padding: 3.75rem 6.875rem 4.6875rem 35rem;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  left: 50%;
  opacity: 0;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s linear;
  width: 92%;
  z-index: -999;
}
.path-brochure-creator .brochure-form:before {
  width: 440px;
  width: 27.5rem;
  background: radial-gradient(241px at 50% 50%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100%), #222222 url("../../images/logo-large.png") no-repeat center;
  background-size: 291px auto;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.path-brochure-creator .brochure-form-wrapper.active .brochure-form {
  opacity: 1;
  z-index: 999;
}
.path-brochure-creator .brochure-form-wrapper.active .brochure-form-overlay {
  opacity: 1;
  z-index: 998;
}
.path-brochure-creator .brochure-form .close-icon {
  height: 25px;
  height: 1.5625rem;
  right: 30px;
  right: 1.875rem;
  top: 20px;
  top: 1.25rem;
  width: 25px;
  width: 1.5625rem;
  cursor: pointer;
  position: absolute;
  text-align: right;
}
.path-brochure-creator .brochure-form h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #E25303;
  letter-spacing: normal;
  text-transform: uppercase;
}
.path-brochure-creator .brochure-form p,
.path-brochure-creator .brochure-form label,
.path-brochure-creator .brochure-form div {
  color: #333333;
  line-height: normal;
}
.path-brochure-creator .brochure-form .short-description {
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
}
.path-brochure-creator .brochure-form label {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
}
.path-brochure-creator .brochure-form .description {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  color: #444444;
}
.path-brochure-creator .brochure-form input[type=email],
.path-brochure-creator .brochure-form textarea {
  font-size: 12px;
  font-size: 0.75rem;
  border: 0;
  border-bottom: 1px solid #333333;
  border-radius: 0;
  color: #333333;
  width: 100%;
}
.path-brochure-creator .brochure-form input[type=email]:-ms-input-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
  color: #333333;
  text-transform: uppercase;
}
.path-brochure-creator .brochure-form input[type=email]:-moz-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
  color: #333333;
  text-transform: uppercase;
}
.path-brochure-creator .brochure-form input[type=email]::-moz-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
  color: #333333;
  text-transform: uppercase;
}
.path-brochure-creator .brochure-form input[type=email]::-webkit-input-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
  color: #333333;
  text-transform: uppercase;
}
.path-brochure-creator .brochure-form input[type=email]::placeholder {
  font-size: 12px;
  font-size: 0.75rem;
  color: #333333;
  text-transform: uppercase;
}
.path-brochure-creator .brochure-form input[type=email] {
  height: 30px;
  height: 1.875rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
.path-brochure-creator .brochure-form textarea {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.path-brochure-creator .brochure-form input[type=submit] {
  max-width: 135px;
  max-width: 8.4375rem;
  border-radius: 0;
  margin-left: auto;
}
.path-brochure-creator .brochure-form-overlay {
  background: rgba(51, 51, 51, 0.8);
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.2s linear;
  width: 100%;
  z-index: -999;
}
@media (max-width: 1199.98px) {
  .path-brochure-creator .brochure-form-wrapper .brochure-form {
    padding: 30px;
    padding: 1.875rem;
  }
  .path-brochure-creator .brochure-form-wrapper .brochure-form:before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .path-brochure-creator .main-content {
    padding-bottom: 0;
  }
  .path-brochure-creator .brochure-form {
    max-height: 90vh;
    overflow: auto;
  }
  .path-brochure-creator .brochure-form h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .path-brochure-creator .brochure-form .description {
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  .path-brochure-creator .brochure-creator-block .field--name-media {
    display: none;
  }
  .path-brochure-creator .brochure-creator-block .field--name-body {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.8333433333;
  }
  .path-brochure-creator .brochure-creator-block .field--name-download {
    margin-bottom: 0;
  }
  .path-brochure-creator .line-title {
    display: none;
  }
  .path-brochure-creator .mobile-column {
    display: block;
  }
  .path-brochure-creator .left-col,
  .path-brochure-creator .right-col {
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .path-brochure-creator .left-col .view-empty {
    padding-top: 30px;
    padding-top: 1.875rem;
    padding-left: 30px;
    padding-right: 30px;
  }
  .path-brochure-creator .right-col {
    margin-top: 11px;
    margin-top: 0.6875rem;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 575.98px) {
  .path-brochure-creator .brochure-form .close-icon {
    right: 10px;
    right: 0.625rem;
    top: 10px;
    top: 0.625rem;
  }
  .path-brochure-creator .brochure-creator-block .field--name-download {
    flex-direction: column;
  }
  .path-brochure-creator .brochure-creator-block .field--name-download .download-btn,
  .path-brochure-creator .brochure-creator-block .field--name-download .send-by-email {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .path-brochure-creator .brochure-creator-block .field--name-download .send-by-email {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .path-brochure-creator .brochure-creator-block .field--name-download .send-by-email span {
    background-color: #222222;
  }
}

/*# sourceMappingURL=brochure-creator.css.map */
