@charset "UTF-8";

/** Colors */

/** Box Model  */

/** Import everything from autoload */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

/* stylelint-disable no-descending-specificity */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.listing-item span.excerpt {
  margin-bottom: 10px;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxODMzLjUwMyAyMTY2Ljc1Ij4KICAgIDxkZWZzPgogICAgICAgIDxzdHlsZT4KICAgICAgICAgICAgLmNscy0xe2ZpbGw6dXJsKCNsaW5lYXItZ3JhZGllbnQpfS5jbHMtMntmaWxsOnJnYmEoMCwwLDAsLjIpfS5jbHMtM3tmaWx0ZXI6dXJsKCNSZWN0YW5nbGVfMSl9CiAgICAgICAgPC9zdHlsZT4KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeDE9Ii41IiB4Mj0iLjUiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzI4YWFlMSIvPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNlZTM1MjQiLz4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgIDxmaWx0ZXIgaWQ9IlJlY3RhbmdsZV8xIiB3aWR0aD0iMTYyMy4zNTciIGhlaWdodD0iMjA1OS4xNjEiIHg9IjIxMC4xNDYiIHk9IjEwNy41ODkiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgICAgICAgIDxmZU9mZnNldCBkeD0iLTIwIiBkeT0iLTE1Ii8+CiAgICAgICAgICAgIDxmZUdhdXNzaWFuQmx1ciByZXN1bHQ9ImJsdXIiIHN0ZERldmlhdGlvbj0iMTIuNSIvPgogICAgICAgICAgICA8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIuMTYxIi8+CiAgICAgICAgICAgIDxmZUNvbXBvc2l0ZSBpbjI9ImJsdXIiIG9wZXJhdG9yPSJpbiIvPgogICAgICAgICAgICA8ZmVDb21wb3NpdGUgaW49IlNvdXJjZUdyYXBoaWMiLz4KICAgICAgICA8L2ZpbHRlcj4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJHcm91cF83OSIgZGF0YS1uYW1lPSJHcm91cCA3OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTczMy45NDIgNjcyLjY4MikiPgogICAgICAgIDxnIGNsYXNzPSJjbHMtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzMzLjk0IC02NzIuNjgpIj4KICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV8xLTIiIHdpZHRoPSIxODMzIiBoZWlnaHQ9Ijc3OSIgY2xhc3M9ImNscy0xIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIiByeD0iNTAiIHRyYW5zZm9ybT0icm90YXRlKDYyIDM0NC41MTMgODc1LjEyMSkiLz4KICAgICAgICA8L2c+CiAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV8yIiB3aWR0aD0iNjk0IiBoZWlnaHQ9IjczNCIgY2xhc3M9ImNscy0yIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAyIiByeD0iNTAiIHRyYW5zZm9ybT0icm90YXRlKC0xMTggNjE1LjQwMyAtMTc2LjA0NSkiLz4KICAgIDwvZz4KPC9zdmc+Cg==);
  background-position: right -300px top -230px;
  background-size: 700px auto;
}

@media (min-width: 576px) {
  body {
    background-position: right -380px top -330px;
    background-size: 950px auto;
  }
}

@media (min-width: 992px) {
  body {
    background-position: right -500px top -460px;
    background-size: 1400px auto;
  }
}

@media (min-width: 1200px) {
  body {
    background-image: url(/wp-content/themes/alpr/dist/images/bg-home-desktop.png);
    background-position: top right;
    background-size: auto auto;
  }
}

body.nav-opened {
  overflow: hidden;
  height: 100%;
}

@media (max-width: 1199px) {
  body.doc-nav-opened {
    overflow: hidden;
    height: 100%;
  }
}

a {
  text-decoration: underline;
  color: #333;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: none;
}

h1 {
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin: 0 0 1.875rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  h1 {
    font-size: 2.625rem;
    line-height: 3rem;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 4.1875rem;
    line-height: 5.4375rem;
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 992px) {
  h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
    font-weight: 300;
  }
}

h2.entry-title {
  margin-bottom: 0.5rem;
}

h2.entry-title a {
  text-decoration: none;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
}

@media (min-width: 992px) {
  h3 {
    font-size: 1.875rem;
    line-height: 2.4375rem;
    font-weight: 400;
  }
}

h4 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
  }
}

.page-content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
  padding-bottom: 6.25rem !important;
}

@media (min-width: 576px) {
  .page-content {
    padding: 0 40px;
  }
}

@media (min-width: 992px) {
  .page-content {
    padding: 0 15px;
  }
}

@media (min-width: 1610px) {
  .page-content {
    max-width: 1466px;
  }
}

@media (min-width: 1610px) {
  .page-content {
    padding-right: 320px;
  }
}

.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox) {
  list-style: none;
  padding-left: 1.5em;
}

.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox) li {
  margin-bottom: 0.5em;
}

.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox) li::before {
  content: "\2022";
  display: inline-block;
  width: 0.75em;
  margin-left: -0.75em;
  color: #ee3524;
  font-size: 1.5em;
}

.page-content--no-margin {
  margin-bottom: 0;
}

.page-header {
  padding-top: 7.5rem;
}

.lead {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1.875rem;
}

@media (min-width: 576px) {
  .lead {
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin-bottom: 3.125rem;
  }
}

.btn,
.button.gform_next_button,
.button.gform_button {
  border: 2px solid #ee3524;
  color: #ee3524;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
  border-radius: 60px;
  padding: 0.5rem 1.0625rem;
  font-size: 1rem;
  line-height: 1.25rem;
  display: inline-block;
  text-decoration: none;
}

@media (min-width: 576px) {
  .btn + .btn,
  .button.gform_next_button + .btn,
  .btn + .button.gform_next_button,
  .button.gform_next_button + .button.gform_next_button,
  .button.gform_button + .btn,
  .button.gform_button + .button.gform_next_button,
  .btn + .button.gform_button,
  .button.gform_next_button + .button.gform_button,
  .button.gform_button + .button.gform_button {
    margin-left: 0.9375rem;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .btn + .btn,
  .button.gform_next_button + .btn,
  .btn + .button.gform_next_button,
  .button.gform_next_button + .button.gform_next_button,
  .button.gform_button + .btn,
  .button.gform_button + .button.gform_next_button,
  .btn + .button.gform_button,
  .button.gform_next_button + .button.gform_button,
  .button.gform_button + .button.gform_button {
    margin-left: 2.5rem;
  }
}

@media (min-width: 576px) {
  .btn,
  .button.gform_next_button,
  .button.gform_button {
    padding: 1rem 1.4375rem;
  }
}

@media (min-width: 992px) {
  .btn,
  .button.gform_next_button,
  .button.gform_button {
    border: 3px solid #ee3524;
    padding: 1.5rem 1.875rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .btn--sm {
    font-size: 1.125rem;
    padding: 0.5rem 0.75rem;
  }
}

@media (min-width: 1200px) {
  .btn,
  .button.gform_next_button,
  .button.gform_button {
    padding: 1.75rem 2.1875rem;
  }

  .btn--sm {
    padding: 0.625rem 0.9375rem;
  }
}

.btn:hover,
.button.gform_next_button:hover,
.button.gform_button:hover {
  cursor: pointer;
  background-color: #ee3524;
  color: #fff;
}

.btn a,
.button.gform_next_button a,
.button.gform_button a {
  color: #ee3524;
}

.btn--red {
  background-color: #ee3524;
  color: #fff;
}

.btn--red:hover {
  background-color: #fff;
  color: #ee3524;
}

.btn--blue {
  background-color: #28aae1;
  color: #fff;
}

.btn--blue:hover {
  background-color: #fff;
  color: #28aae1;
}

.flash-message {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  display: none;
}

.flash-message.opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flash-message__content {
  display: inline-block;
  padding: 1.5625rem;
  background-color: #28aae1;
  color: #fff;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 400;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear, -o-transform 0.3s linear;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.fading .flash-message__content {
  -webkit-transform: scale(2);
       -o-transform: scale(2);
          transform: scale(2);
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (min-width: 576px) {
  .container {
    padding: 0 40px;
  }
}

@media (min-width: 992px) {
  .container {
    padding: 0 15px;
  }
}

@media (min-width: 1610px) {
  .container {
    max-width: 1466px;
  }
}

.container--left {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (min-width: 576px) {
  .container--left {
    padding: 0 40px;
  }
}

@media (min-width: 992px) {
  .container--left {
    padding: 0 15px;
  }
}

@media (min-width: 1610px) {
  .container--left {
    max-width: 1466px;
  }
}

@media (min-width: 1610px) {
  .container--left {
    padding-right: 160px;
  }
}

.container--right {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (min-width: 576px) {
  .container--right {
    padding: 0 40px;
  }
}

@media (min-width: 992px) {
  .container--right {
    padding: 0 15px;
  }
}

@media (min-width: 1610px) {
  .container--right {
    max-width: 1466px;
  }
}

@media (min-width: 1610px) {
  .container--right {
    padding-left: 160px;
  }
}

.container--center {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (min-width: 576px) {
  .container--center {
    padding: 0 40px;
  }
}

@media (min-width: 992px) {
  .container--center {
    padding: 0 15px;
  }
}

@media (min-width: 1610px) {
  .container--center {
    max-width: 1466px;
  }
}

@media (min-width: 1610px) {
  .container--center {
    padding-left: 160px;
    padding-right: 160px;
  }
}

.container--mb {
  margin-bottom: 4.0625rem;
}

/** Search form */

.gform_heading {
  margin-bottom: 1.875rem;
}

.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gfield {
  margin: 0 0 2.5rem;
}

@media (min-width: 768px) {
  .gfield {
    margin: 0 0 5rem;
  }

  .contact-page .gfield {
    margin: 0 0 2.5rem;
  }
}

.gfield.left,
.gfield.right {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

@media (min-width: 768px) {
  .gfield.left,
  .gfield.right {
    width: 49%;
  }
}

.gfield.left {
  margin-right: 1%;
}

.gfield.right {
  margin-left: 1%;
}

.gfield input {
  width: 100%;
  font-size: 1rem;
  line-height: 2.4375rem;
  border: none;
  border-bottom: 2px solid #707070;
}

.gfield input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
  font-size: 1.875rem;
  font-weight: 100;
}

.gfield input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  font-size: 1.875rem;
  font-weight: 100;
}

.gfield input:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  font-size: 1.875rem;
  font-weight: 100;
}

.gfield input:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  font-size: 1.875rem;
  font-weight: 100;
}

.gfield input:focus {
  outline: none;
}

.gfield textarea {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.875rem;
  border: 1px solid #fff;
  border-bottom: 2px solid #707070;
  height: 8.75rem;
  padding: 0.9375rem;
}

.gfield textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
  font-size: 1.875rem;
  font-weight: 100;
}

.gfield textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  font-size: 1.875rem;
  font-weight: 100;
}

.gfield textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  font-size: 1.875rem;
  font-weight: 100;
}

.gfield textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  font-size: 1.875rem;
  font-weight: 100;
}

.gfield textarea:focus {
  outline: none;
  border: 1px dashed #707070;
  border-bottom: 2px solid #707070;
}

.gfield--email .ginput_complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gfield--email .ginput_complex > span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 768px) {
  .gfield--email .ginput_complex > span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
}

.gfield--email .ginput_complex label {
  color: #666;
  font-size: 0.875rem;
}

.gfield--email .gf_clear_complex {
  display: none;
}

.gfield--address .ginput_complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gfield--address .ginput_complex > span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .gfield--address .ginput_complex > span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    margin-bottom: 4.375rem;
  }
}

.gfield--address .ginput_complex label {
  color: #666;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .gfield--address .address_country {
    padding-left: 0.625rem;
  }
}

.gfield--product,
.gfield--quantity,
.gfield--payment,
.gfield--total {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

@media (min-width: 768px) {
  .gfield--product,
  .gfield--quantity,
  .gfield--payment,
  .gfield--total {
    width: 49%;
  }
}

.gfield--product,
.gfield--payment {
  margin-right: 1%;
}

.gfield--quantity,
.gfield--total {
  margin-left: 1%;
}

.gfield--quantity .ginput_container,
.gfield--total .ginput_container {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .gfield--quantity .ginput_container,
  .gfield--total .ginput_container {
    margin-top: 3.125rem;
  }
}

.gfield .ginput_total {
  font-size: 1.875rem;
  line-height: 2.4375rem;
}

.gfield--label-block {
  margin-bottom: 1.875rem;
}

.gfield_radio,
.gfield_checkbox {
  list-style: none;
  margin: 0;
  padding: 0;
  /* stylelint-disable */
  /* stylelint-enable */
}

.gfield_radio li,
.gfield_checkbox li {
  margin: 1.25rem 0;
}

@media (min-width: 768px) {
  .gfield_radio li,
  .gfield_checkbox li {
    margin: 3.125rem 0;
  }
}

.gfield_radio input,
.gfield_checkbox input {
  display: none;
}

.gfield_radio input + label,
.gfield_checkbox input + label {
  display: inline-block;
  position: relative;
  padding-left: 2.8125rem;
  padding-top: 0.1875rem;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .gfield_radio input + label,
  .gfield_checkbox input + label {
    font-size: 1.875rem;
    line-height: 2.4375rem;
    font-weight: 200;
    padding-left: 4.6875rem;
    padding-top: 0;
  }
}

.gfield_radio input + label:before,
.gfield_checkbox input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  margin-right: 5px;
  width: 1.875rem;
  height: 1.875rem;
  border: 2px solid #707070;
  background: #fff;
}

@media (min-width: 768px) {
  .gfield_radio input + label:before,
  .gfield_checkbox input + label:before {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.gfield_radio input + label:after,
.gfield_checkbox input + label:after {
  content: "";
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  background: #ee3524;
  position: absolute;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 0;
  -webkit-transform: scale(0, 0);
       -o-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  -o-transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

@media (min-width: 768px) {
  .gfield_radio input + label:after,
  .gfield_checkbox input + label:after {
    width: 2.25rem;
    height: 2.25rem;
    top: 0.4375rem;
    left: 0.4375rem;
  }
}

.gfield_radio input:checked + label:after,
.gfield_checkbox input:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
       -o-transform: scale(1, 1);
          transform: scale(1, 1);
}

.gfield_checkbox {
  /* stylelint-disable */
  /* stylelint-enable */
}

.gfield_checkbox input + label:before {
  border-radius: 0;
}

.gfield_checkbox input + label:after {
  border-radius: 0;
}

.gfield_label {
  font-size: 1rem;
  line-height: 1.125rem;
  color: #666;
  font-weight: 300;
}

.gfield_label--large,
.gfield--product .gfield_label,
.gfield--payment .gfield_label,
.gfield--quantity .gfield_label,
.gfield--total .gfield_label,
.gfield--address .gfield_label {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #333;
  font-weight: 500;
}

@media (min-width: 768px) {
  .gfield_label--large,
  .gfield--product .gfield_label,
  .gfield--payment .gfield_label,
  .gfield--quantity .gfield_label,
  .gfield--total .gfield_label,
  .gfield--address .gfield_label {
    font-size: 2.5rem;
    line-height: 2.8125rem;
  }
}

.gfield--no-label .gfield_label {
  display: none;
}

.gfield_required {
  color: #28aae1;
}

.gfield--product .gfield_required,
.gfield--payment .gfield_required,
.gfield--address .gfield_required {
  display: none;
}

.gform_wrapper .choices {
  margin-bottom: 0;
}

.gform_wrapper .choices__inner {
  border: none;
  border-bottom: 2px solid #707070;
  background-color: transparent;
  border-radius: 0;
  padding: 6px 0 2px !important;
  min-height: 43px;
}

.gform_wrapper .choices__item--selectable {
  font-size: 1.625rem;
  line-height: 1.625rem;
}

.ginput_container_creditcard > * {
  display: block;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .ginput_container_creditcard > * {
    margin-bottom: 3.125rem;
  }
}

.ginput_cardextras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ginput_cardextras > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 768px) {
  .ginput_cardextras > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.ginput_card_expiration_container {
  /* stylelint-disable */
  /* stylelint-enable */
}

.ginput_card_expiration_container select {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  border: none;
  background-color: transparent;
  height: 30px;
  border-left-radius: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.875rem;
  font-weight: 100;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media (min-width: 768px) {
  .ginput_card_expiration_container select {
    display: inline-block;
    vertical-align: top;
    width: 30%;
  }
}

.ginput_card_expiration_container select:focus {
  outline: none;
  font-size: 1rem;
}

.ginput_card_expiration_container label {
  display: block;
  border-top: 2px solid #707070;
  margin-top: 0.6875rem;
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
  .ginput_card_expiration_container label {
    width: 95%;
    margin-bottom: 0;
  }
}

.gfield_creditcard_warning_message {
  padding: 0.9375rem 0;
  color: orange;
}

.gform_card_icon_container {
  margin-bottom: 1.875rem;
}

.gform_card_icon {
  display: inline-block;
  vertical-align: top;
}

.gform_card_icon::after {
  content: ",";
  margin-right: 3px;
}

.gform_card_icon:last-child::after {
  display: none;
}

.button.gform_button {
  background-color: #ee3524;
  color: #fff;
}

.button.gform_button:hover {
  background-color: #fff;
  color: #ee3524;
}

@media (min-width: 992px) {
  .contact-page .button.gform_button {
    padding: 0.875rem 1.875rem;
  }
}

.button.gform_next_button {
  background-color: #ee3524;
  color: #fff;
}

.button.gform_next_button:hover {
  background-color: #fff;
  color: #ee3524;
}

@media (min-width: 992px) {
  .contact-page .button.gform_next_button {
    padding: 0.875rem 1.875rem;
  }
}

.inline-search-form {
  /* stylelint-disable */
  padding: 3.125rem 0;
  /* stylelint-enable */
}

.inline-search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-search-form label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
}

.inline-search-form input[type=submit] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjkgMTI5Ij48cGF0aCBmaWxsPSIjOTk5OTk5IiBkPSJNNTEuNiA5Ni43YzExIDAgMjEtMy45IDI4LjgtMTAuNWwzNSAzNWMuOC44IDEuOCAxLjIgMi45IDEuMnMyLjEtLjQgMi45LTEuMmMxLjYtMS42IDEuNi00LjIgMC01LjhsLTM1LTM1YzYuNS03LjggMTAuNS0xNy45IDEwLjUtMjguOCAwLTI0LjktMjAuMi00NS4xLTQ1LjEtNDUuMS0yNC44IDAtNDUuMSAyMC4zLTQ1LjEgNDUuMSAwIDI0LjkgMjAuMyA0NS4xIDQ1LjEgNDUuMXptMC04MmMyMC40IDAgMzYuOSAxNi42IDM2LjkgMzYuOUM4OC41IDcyIDcyIDg4LjUgNTEuNiA4OC41UzE0LjcgNzEuOSAxNC43IDUxLjZjMC0yMC4zIDE2LjYtMzYuOSAzNi45LTM2Ljl6Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
}

.inline-search-form input[type=submit]:hover {
  cursor: pointer;
}

.inline-search-form input[type=search] {
  width: 100%;
  font-size: 1.875rem;
  line-height: 2.4375rem;
  border: none;
  border-bottom: 2px solid #707070;
}

.inline-search-form input[type=search]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
  font-size: 1.875rem;
  font-weight: 100;
}

.inline-search-form input[type=search]::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  font-size: 1.875rem;
  font-weight: 100;
}

.inline-search-form input[type=search]:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  font-size: 1.875rem;
  font-weight: 100;
}

.inline-search-form input[type=search]:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  font-size: 1.875rem;
  font-weight: 100;
}

.inline-search-form input[type=search]:focus {
  outline: none;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 30rem) {
  .alignleft {
    float: left;
    margin-right: 1rem;
  }

  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

/* stylelint-disable no-descending-specificity */

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .nav-opened .navigation {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.navigation__language {
  color: #fff;
  margin: 0 20px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .navigation__language {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (max-width: 767px) {
  .navigation__language {
    position: fixed;
    top: 1.375rem;
    right: 3.75rem;
  }
}

.navigation__language a {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.navigation__language a::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
}

.navigation__language a:hover::after,
.navigation__language a.active::after {
  -webkit-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.navigation__toggle {
  position: fixed;
  top: 1.125rem;
  right: 1.25rem;
  width: 30px;
  z-index: 1;
  cursor: pointer;
}

@media (min-width: 576px) {
  .navigation__toggle {
    display: none;
  }
}

.navigation__toggle svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}

@media (max-width: 767px) {
  .nav-opened .navigation__toggle svg {
    fill: #333;
  }
}

.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: relative;
}

@media (min-width: 576px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .nav-opened .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
}

.nav a {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 767px) {
  .nav-opened .nav a {
    color: #333;
  }
}

.nav__item {
  margin: 0 20px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
  position: relative;
}

@media (min-width: 992px) {
  .nav__item {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (max-width: 767px) {
  .nav-opened .nav__item {
    margin: 0.625rem 0;
  }
}

@media (min-width: 576px) {
  .nav__item.open > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 576px) {
  .nav__item.transforming > ul {
    font-size: 16px;
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .nav__item.transforming > ul {
    right: -30vw;
  }
}

@media (min-width: 1200px) {
  .nav__item.transforming > ul {
    font-size: 18px;
    right: -23vw;
  }
}

.nav__item.transforming > ul a {
  color: #999;
}

.nav__item.transforming > ul a:hover {
  color: #000;
  -webkit-transition: color 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s;
  transition: color 0.2s linear 0s;
}

@media (min-width: 576px) {
  .nav__item--parent::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #ee3524;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 50%;
    bottom: -15px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0s linear 0s;
    -o-transition: opacity 0s linear 0s;
    transition: opacity 0s linear 0s;
  }
}

@media (min-width: 576px) {
  .nav__item--parent::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 50%;
    bottom: -17px;
    opacity: 0;
    -webkit-transition: opacity 0s linear 0s;
    -o-transition: opacity 0s linear 0s;
    transition: opacity 0s linear 0s;
  }
}

@media (min-width: 576px) {
  .nav__item--parent.transforming::before,
  .nav__item--parent.transforming::after {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear 0.1s;
    -o-transition: opacity 0.2s linear 0.1s;
    transition: opacity 0.2s linear 0.1s;
  }
}

.nav__sub-menu {
  list-style: none;
  padding-left: 0.9375rem;
  padding-top: 0.625rem;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 300;
}

@media (min-width: 576px) {
  .nav__sub-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    padding-left: 0;
    padding-top: 0;
    white-space: nowrap;
    right: auto;
    left: auto;
    top: 100%;
    margin-top: 10px;
    border: 2px solid #ee3524;
    border-radius: 5px;
    background-color: #fff;
    min-height: 52px;
    font-size: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0s, font-size 0.2s linear 0.3s, right 0.2s linear 0.3s;
    -o-transition: opacity 0.2s linear 0s, font-size 0.2s linear 0.3s, right 0.2s linear 0.3s;
    transition: opacity 0.2s linear 0s, font-size 0.2s linear 0.3s, right 0.2s linear 0.3s;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  }
}

@media (min-width: 992px) {
  .nav__sub-menu {
    border-radius: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    right: 0;
  }
}

@media (min-width: 576px) {
  .nav__sub-menu__item {
    padding: 3px 20px;
  }

  .nav__sub-menu__item a {
    color: #fff;
    -webkit-transition: color 0.2s linear 0.6s;
    -o-transition: color 0.2s linear 0.6s;
    transition: color 0.2s linear 0.6s;
  }
}

@media (min-width: 992px) {
  .nav__sub-menu__item {
    padding: 10px 20px;
  }
}

.pop-up {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
}

.pop-up.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pop-up__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 1rem;
  background: #fff;
  gap: 1rem;
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
}

@media (min-width: 992px) {
  .pop-up__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1252px;
    margin: 1rem auto;
    overflow: hidden;
    gap: 0;
  }
}

@media (min-width: 992px) {
  .pop-up__container--no-image {
    max-width: 626px;
    margin: 1rem auto;
  }
}

.pop-up__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #fff;
  padding: 3rem 1rem 1rem;
}

@media (min-width: 992px) {
  .pop-up__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding: 48px 64px;
    gap: 20px;
  }
}

.pop-up .wp-video {
  margin: 0 auto !important;
}

.pop-up__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}

.pop-up__image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 992px) {
  .pop-up__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .pop-up__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.pop-up__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 100%;
  max-width: 40px;
  height: 100%;
  max-height: 40px;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  cursor: pointer;
}

@media (min-width: 992px) {
  .pop-up__close {
    right: 64px;
    top: 52px;
  }
}

.pop-up__close svg {
  width: 100%;
  height: 100%;
}

.pop-up__close--no-image {
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
}

.pop-up__title {
  text-align: left;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
}

@media (min-width: 992px) {
  .pop-up__title {
    margin-right: 64px;
  }
}

.pop-up__title--no-image {
  text-align: center;
  font-size: 28px;
}

@media (min-width: 992px) {
  .pop-up__title--no-image {
    font-size: 32px;
  }
}

.pop-up__text {
  font-weight: 400;
  color: #333;
}

.pop-up__text > .wp-video {
  width: 100% !important;
  height: 200px !important;
  display: inline-block !important;
  max-width: none !important;
  margin: 0 auto !important;
}

.pop-up__text > .wp-video .mejs-container,
.pop-up__text > .wp-video video.wp-video-shortcode {
  width: 100% !important;
  height: 200px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  max-width: none !important;
  max-height: none !important;
}

.pop-up__text--no-image {
  text-align: center;
}

.pop-up__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.pop-up__links--no-image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pop-up__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  place-items: anchor-center;
  border: 1.5px solid #ee3524;
  padding: 12px;
  border-radius: 30px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.2s, color 0.2s;
  -o-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  background: #ee3524;
  color: #fff;
}

.pop-up__link:hover {
  background: white;
  color: #ee3524;
}

.pop-up__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body.no-scroll {
  overflow: hidden;
}

.product-navigation {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
}

@media (min-width: 992px) {
  .product-navigation {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.product-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 992px) {
  .product-navigation ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.product-navigation li {
  margin: 0;
}

.product-navigation li:last-child {
  margin-right: 0;
}

@media (min-width: 992px) {
  .product-navigation li {
    margin: 0 1.5625rem;
  }
}

.product-navigation a {
  text-decoration: none;
}

.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 576px) {
  .features {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.feature {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 2.5rem;
  text-decoration: none;
}

.feature:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .feature {
    width: calc(50% - 10px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    line-height: 1.375rem;
  }
}

@media (min-width: 992px) {
  .feature {
    width: calc(50% - 70px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 70px);
            flex: 0 0 calc(50% - 70px);
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 11.25rem;
  }
}

.feature__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

@media (min-width: 992px) {
  .feature__icon {
    display: inline-block;
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

.feature__content {
  padding-left: 0.625rem;
}

@media (min-width: 992px) {
  .feature__content {
    display: inline-block;
    width: 70%;
    padding-left: 1.875rem;
  }
}

.feature h3 {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  margin: 0 0 0.625rem;
  font-weight: 600;
}

@media (min-width: 992px) {
  .feature h3 {
    font-size: 1.875rem;
    line-height: 2.4375rem;
    font-weight: 400;
  }
}

.boasting {
  font-size: 1rem;
  line-height: 1.25rem;
}

@media (min-width: 576px) {
  .boasting {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 992px) {
  .boasting {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.boasting__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 576px) {
  .boasting__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 4.6875rem;
  }
}

@media (min-width: 992px) {
  .boasting__item {
    margin-bottom: 9.375rem;
  }
}

.boasting__item:last-child {
  margin-bottom: 0;
}

.boasting__item > div:last-child {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media (min-width: 576px) {
  .boasting__item > div:last-child {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

@media (min-width: 576px) {
  .boasting__item:nth-child(even) > div:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.boasting__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.boasting__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  margin-bottom: 1.875rem;
}

.boasting h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin: 0 0 0.625rem;
}

@media (min-width: 576px) {
  .boasting h3 {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
}

@media (min-width: 992px) {
  .boasting h3 {
    font-size: 3.125rem;
    line-height: 3.4375rem;
    margin: 0 0 1.875rem;
  }
}

.application-areas {
  padding-top: 14.375rem;
}

@media (min-width: 576px) {
  .application-areas {
    padding-top: 8.125rem;
  }
}

@media (min-width: 992px) {
  .application-areas {
    padding-top: 17.5rem;
  }
}

.application-areas h2 {
  font-size: 1.875rem;
  line-height: 2.125rem;
  margin: 0 0 4.375rem;
  font-weight: 500;
}

@media (min-width: 992px) {
  .application-areas h2 {
    font-size: 3.125rem;
    line-height: 3.4375rem;
    margin: 0 0 6.25rem;
  }
}

.application-areas__flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 576px) {
  .application-areas__flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.application-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin-bottom: 6.875rem;
}

@media (min-width: 576px) {
  .application-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}

@media (min-width: 992px) {
  .application-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.5%;
            flex: 0 0 27.5%;
  }
}

.application-area a {
  text-decoration: none;
}

.application-area h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin: 0 0 0.9375rem;
}

.application-area img {
  width: 100%;
  height: auto;
}

.application-area__content {
  padding-top: 4.25rem;
}

.social-icons__flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 576px) {
  .social-icons__flex-container {
    display: block;
  }
}

.social-icons__flex-container > a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-bottom: 0.625rem;
  text-decoration: none;
  color: #666;
}

@media (min-width: 992px) {
  .social-icons__flex-container > a {
    display: block;
    max-height: 3.125rem;
    margin-bottom: 1.25rem;
  }
}

.social-icons__flex-container img {
  display: inline-block;
  vertical-align: top;
  width: 2.5625rem;
  height: auto;
}

.social-icons__flex-container span {
  display: none;
  line-height: 3.125rem;
  padding-left: 1.25rem;
}

@media (min-width: 576px) {
  .social-icons__flex-container span {
    display: inline-block;
    vertical-align: top;
  }
}

@media (min-width: 992px) {
  .social-icons__flex-container span {
    font-size: 1rem;
  }
}

.latest-news-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.latest-news-list li {
  font-weight: 300;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .latest-news-list li {
    font-size: 1rem;
    line-height: 2.375rem;
  }
}

.latest-news-list li::after {
  content: "";
  display: block;
  height: 0.125rem;
  width: 6.25rem;
  background-color: #e7e5e1;
  -webkit-transition: width 0.15s linear;
  -o-transition: width 0.15s linear;
  transition: width 0.15s linear;
}

.latest-news-list li:hover::after {
  width: 8.25rem;
}

.doc-menu {
  font-family: "IBM Plex Mono", monospace;
  list-style: none;
  margin: 2.5rem 0 0;
  padding: 0 0 1.875rem;
  height: calc(100vh - 157px);
  overflow-y: auto;
}

@media (min-width: 992px) {
  .doc-menu {
    margin: 0;
    height: auto;
    overflow: auto;
  }
}

.doc-menu__section {
  font-size: 1rem;
  line-height: 1.875rem;
  padding-bottom: 2.1875rem;
}

@media (min-width: 992px) {
  .doc-menu__section {
    font-size: 1.25rem;
    line-height: 2.1875rem;
  }
}

.doc-menu__section > a {
  display: inline-block;
  font-size: 1.25rem;
  text-decoration: none;
  margin-bottom: 0.625rem;
}

@media (min-width: 992px) {
  .doc-menu__section > a {
    font-size: 1.5rem;
    font-weight: 500;
  }
}

.doc-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.doc-menu__item > a {
  text-decoration: none;
}

.doc-menu__toggle {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: #fff;
  padding: 0.5rem 0 0.625rem;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .doc-menu__toggle {
    display: none;
  }
}

.doc-menu__toggle span {
  display: inline-block;
  margin-right: 0.9375rem;
}

.doc-menu__toggle svg {
  fill: #ee3524;
  width: 26px;
  height: 26px;
}

@media (max-width: 767px) {
  .opened .doc-menu__toggle svg {
    fill: #333;
  }
}

.doc-search {
  font-size: 0;
  padding-top: 1.875rem;
  margin-bottom: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .doc-search {
    padding-top: 0;
    margin-bottom: 3.4375rem;
    display: block;
  }
}

.doc-search > * {
  display: inline-block;
  vertical-align: top;
}

.nav-opened .doc-search {
  display: none;
}

.doc-search__icon {
  width: 52px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .doc-search__icon {
    width: 24px;
  }
}

.doc-search__icon img {
  width: 100%;
  height: auto;
}

.doc-search__field {
  border-bottom: 2px solid #999;
  width: calc(55% - 72px);
  min-width: 23.75rem;
  max-width: 800px;
}

@media (max-width: 767px) {
  .doc-search__field {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}

.doc-search input {
  border: none;
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.25rem;
  width: 100%;
}

@media (min-width: 576px) {
  .doc-search input {
    font-size: 1.6875rem;
    line-height: 3rem;
  }
}

.doc-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "IBM Plex Mono", monospace;
  color: #333;
}

.doc-search input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "IBM Plex Mono", monospace;
  color: #333;
}

.doc-search input:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "IBM Plex Mono", monospace;
  color: #333;
}

.doc-search input:-moz-placeholder {
  /* Firefox 18- */
  font-family: "IBM Plex Mono", monospace;
  color: #333;
}

.doc-search input:focus {
  outline: none;
}

.notice {
  padding: 2.5rem;
  margin: 3.125rem 0;
}

@media (max-width: 767px) {
  .notice {
    margin-left: -30px;
    margin-right: -30px;
    padding: 2.5rem 1.875rem;
  }
}

.notice h3 {
  margin-top: 0;
  margin-bottom: 0.9375rem;
}

.notice h3 + p {
  margin-top: 0.9375rem;
}

.notice--blue {
  background-color: #28aae1;
  color: #fff;
}

.notice--blue a {
  color: #fff;
  text-decoration: underline;
}

.table {
  min-width: 50%;
  margin-bottom: 0.9375rem;
}

.table tr td {
  padding: 5px 10px;
}

.table tr td:first-child {
  padding-left: 0;
}

.table--features thead {
  text-align: left;
}

.table--features thead th {
  padding: 5px 10px;
}

.table--features thead th:first-child {
  padding-left: 0;
}

.table--features tr td {
  position: relative;
  text-align: center;
}

.table--features tr td:first-child {
  text-align: left;
}

.table--features tr td::after {
  content: "";
  border-right: 1px solid #e7e5e1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: -2px;
}

.gist__menu {
  margin-bottom: 0.9375rem;
}

.gist__menu__item {
  display: inline-block;
  padding: 0.4375rem 1.875rem;
  border: 1px solid #28aae1;
  font-weight: 500;
  margin-right: 0.9375rem;
}

.gist__menu__item.active {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  background-color: #28aae1;
  color: #fff;
}

.gist__menu__item:hover {
  cursor: pointer;
}

.gist__section {
  display: none;
}

.gist__section.active {
  display: block;
}

.product-grid {
  margin-top: 2.8125rem;
}

@media (min-width: 576px) {
  .product-grid {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1%;
  }
}

.product-grid__item {
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin: 0 0 2.8125rem;
}

@media (min-width: 576px) {
  .product-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin: 0 1% 2%;
  }
}

@media (min-width: 992px) {
  .product-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.3%;
            flex: 0 0 31.3%;
    margin: 0 1% 2%;
  }
}

.product-grid__content {
  padding-top: 4.25rem;
}

.product-grid h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin: 0 0 0.9375rem;
}

.product-grid__image {
  text-align: center;
  overflow: hidden;
}

.product-grid img {
  width: 100%;
  height: auto;
}

.product-grid .no-image {
  width: 150px;
  height: auto;
  margin: 1.875rem;
}

.product-grid a {
  text-decoration: none;
}

.product-grid__read-more {
  color: #ee3524;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-left {
  float: left;
  margin-right: 1.5rem;
}

.video-right {
  float: right;
  margin-left: 1.5rem;
}

.video-center {
  margin-left: auto;
  margin-right: auto;
}

.video-small {
  width: 33.3%;
}

.video-medium {
  width: 50%;
}

.video-large {
  width: 66.6%;
}

.video-full {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 1.25rem 0;
  background: rgb(122, 122, 0);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(122, 122, 122, 0)), to(rgba(122, 122, 122, 0.35)));
  background: -webkit-linear-gradient(bottom, rgba(122, 122, 122, 0) 30%, rgba(122, 122, 122, 0.35) 100%);
  background: -o-linear-gradient(bottom, rgba(122, 122, 122, 0) 30%, rgba(122, 122, 122, 0.35) 100%);
  background: linear-gradient(0deg, rgba(122, 122, 122, 0) 30%, rgba(122, 122, 122, 0.35) 100%);
}

@media (min-width: 576px) {
  .banner {
    padding: 2.1875rem 2.5rem 0;
  }
}

@media (min-width: 992px) {
  .banner {
    padding: 3.5625rem 4.4375rem 0;
  }
}

@media (max-width: 767px) {
  .nav-opened .banner {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 1;
  }
}

.banner__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.125rem;
          flex: 0 0 3.125rem;
}

@media (min-width: 576px) {
  .banner__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5rem;
            flex: 0 0 5rem;
  }
}

@media (min-width: 992px) {
  .banner__logo {
    margin-left: 1.875rem;
  }
}

@media (max-width: 767px) {
  .nav-opened .banner__logo img {
    width: 50px;
    height: auto;
  }
}

.banner__logo--docs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20vw - 71px);
          flex: 0 0 calc(20vw - 71px);
  min-width: 13.3125rem;
}

.body-footer {
  font-size: 0.75rem;
  line-height: 1.375rem;
  color: #666;
  padding-bottom: 8.75rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3MzkuOTE2IDYyNy4yNDEiPjxkZWZzPjxzdHlsZT4uY2xzLTEgeyBmaWxsOiB1cmwoI2xpbmVhci1ncmFkaWVudCk7IH0gLmNscy0yIHsgZmlsbDogcmdiYSgwLDAsMCwwLjIpOyB9IC5jbHMtMyB7IGZpbHRlcjogdXJsKCNSZWN0YW5nbGVfMTIpOyB9PC9zdHlsZT48bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeDE9Ii41IiB4Mj0iLjUiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMjhhYWUxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZWUzNTI0Ii8+PC9saW5lYXJHcmFkaWVudD48ZmlsdGVyIGlkPSJSZWN0YW5nbGVfMTIiIHg9IjYxLjQ3OCIgeT0iMCIgd2lkdGg9IjY3OC40MzgiIGhlaWdodD0iNjI3LjI0MSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48ZmVPZmZzZXQgZHg9Ii0xMCIgZHk9Ii01Ii8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTIuNSIgcmVzdWx0PSJibHVyIi8+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iLjE2MSIvPjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0iYmx1ciIvPjxmZUNvbXBvc2l0ZSBpbj0iU291cmNlR3JhcGhpYyIvPjwvZmlsdGVyPjwvZGVmcz48ZyBpZD0iR3JvdXBfODAiIGRhdGEtbmFtZT0iR3JvdXAgODAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTM1Ljk5IC01OTYzLjY1NykiPjxnIGNsYXNzPSJjbHMtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEzNS45OSA1OTYzLjY2KSI+PHJlY3QgaWQ9IlJlY3RhbmdsZV8xMi0yIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxMiIgY2xhc3M9ImNscy0xIiB3aWR0aD0iNDkyLjk0NSIgaGVpZ2h0PSIzNTMuMDcxIiByeD0iNTAiIHRyYW5zZm9ybT0icm90YXRlKDE1MCAzMDkuNTUgMjY5LjU4KSIvPjwvZz48cmVjdCBpZD0iUmVjdGFuZ2xlXzEzIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxMyIgY2xhc3M9ImNscy0yIiB3aWR0aD0iNDIwIiBoZWlnaHQ9IjIzMSIgcng9IjUwIiB0cmFuc2Zvcm09InJvdGF0ZSgtMzAgMTIyMjAuNjAzIDEwMDIuNTIpIi8+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: 50% 450px;
  background-size: 150% auto;
}

@media (min-width: 576px) {
  .body-footer {
    background-size: auto auto;
    background-position: 200% 380px;
  }
}

@media (min-width: 992px) {
  .body-footer {
    font-size: 1rem;
    font-weight: 300;
    background-position: right 5% bottom -400px;
  }
}

.body-footer a {
  color: #ee3524;
  text-decoration: none;
}

.body-footer .latest-news-list a,
.body-footer .social-icons a {
  color: #666;
}

.body-footer__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 576px) {
  .body-footer__container {
    padding: 0 40px;
  }
}

@media (min-width: 992px) {
  .body-footer__container {
    padding: 0 15px;
  }
}

@media (min-width: 1610px) {
  .body-footer__container {
    max-width: 1466px;
  }
}

@media (min-width: 576px) {
  .body-footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.body-footer__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  margin-bottom: 2.5rem;
}

.body-footer__column:first-child {
  display: none;
}

@media (min-width: 576px) {
  .body-footer__column:first-child {
    display: block;
  }
}

@media (min-width: 992px) {
  .body-footer__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

.body-footer h3 {
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.25rem;
  line-height: 2.8125rem;
  font-weight: 300;
  margin: 0 0 1.25rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .contact-page__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.contact-page__content,
.contact-page__form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .contact-page__form h3 {
    margin-top: 1rem;
  }
}

.archive-item {
  margin-bottom: 3.5rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}

@media (min-width: 576px) {
  .archive-item {
    grid-template-columns: 20rem 1fr;
  }
}

.archive-item h2 {
  margin-top: 0;
}

.archive-item__image {
  padding-top: 0.5rem;
  text-align: center;
}

.archive-item__image img {
  display: inline-block;
  width: 100%;
  max-width: 20rem;
  height: auto;
}

body#tinymce {
  margin: 12px !important;
}

.home__header {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
  font-size: 1rem;
  line-height: 1.25rem;
}

@media (min-width: 576px) {
  .home__header {
    padding: 0 40px;
  }
}

@media (min-width: 992px) {
  .home__header {
    padding: 0 15px;
  }
}

@media (min-width: 1610px) {
  .home__header {
    max-width: 1466px;
  }
}

@media (min-width: 1610px) {
  .home__header {
    padding-left: 160px;
  }
}

@media (min-width: 576px) {
  .home__header {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    margin-top: 9.375rem;
  }
}

@media (min-width: 992px) {
  .home__header {
    font-size: 1.875rem;
    line-height: 2.4375rem;
    margin-top: 9.375rem;
  }
}

.home__header__flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 576px) {
  .home__header__flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.home__header__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 576px) {
  .home__header__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.home__header__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 576px) {
  .home__header__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.home__header__cta {
  margin-top: 1.875rem;
}

@media (min-width: 576px) {
  .home__header__cta {
    margin-right: -100%;
    margin-top: 3.75rem;
  }
}

@media (min-width: 768px) {
  .home__header__cta {
    margin-right: 0;
  }
}

.home__header__cta > * {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.home__arrow {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media (min-width: 576px) {
  .home__arrow {
    padding: 0 40px;
  }
}

@media (min-width: 992px) {
  .home__arrow {
    padding: 0 15px;
  }
}

@media (min-width: 1610px) {
  .home__arrow {
    max-width: 1466px;
  }
}

@media (min-width: 1610px) {
  .home__arrow {
    padding-left: 160px;
  }
}

@media (min-width: 576px) {
  .home__arrow {
    margin-top: 3.125rem;
    margin-bottom: 3.75rem;
  }
}

.home__arrow span {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Mi43MDcgMTQ0LjM1NCI+PGRlZnM+PHN0eWxlPi5jbHMtMSB7IGZpbGw6IG5vbmU7IHN0cm9rZTogIzMzMzsgfTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJHcm91cF80NSIgZGF0YS1uYW1lPSJHcm91cCA0NSI+PHBhdGggaWQ9IkxpbmVfMSIgZGF0YS1uYW1lPSJMaW5lIDEiIGNsYXNzPSJjbHMtMSIgZD0iTTI2LjM1NCAwdjE0NCIvPjxwYXRoIGlkPSJMaW5lXzIiIGRhdGEtbmFtZT0iTGluZSAyIiBjbGFzcz0iY2xzLTEiIGQ9Ik0uMzU0IDExOGwyNiAyNiIvPjxwYXRoIGlkPSJMaW5lXzMiIGRhdGEtbmFtZT0iTGluZSAzIiBjbGFzcz0iY2xzLTEiIGQ9Ik01Mi4zNTQgMTE4bC0yNiAyNiIvPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  height: 5.3125rem;
  width: 1.5625rem;
  display: block;
  margin-left: 1.875rem;
}

.home__arrow span:hover {
  cursor: pointer;
}

@media (min-width: 576px) {
  .home__arrow span {
    height: 9rem;
    width: 3.75rem;
    margin-left: 3.125rem;
  }
}

.home__product-navigation {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: right;
  padding: 3.1875rem 0;
  display: none;
}

@media (min-width: 576px) {
  .home__product-navigation {
    padding: 0 40px;
  }
}

@media (min-width: 992px) {
  .home__product-navigation {
    padding: 0 15px;
  }
}

@media (min-width: 1610px) {
  .home__product-navigation {
    max-width: 1466px;
  }
}

@media (min-width: 576px) {
  .home__product-navigation {
    display: block;
  }
}

.home__features {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 4.375rem;
}

@media (min-width: 576px) {
  .home__features {
    padding: 0 40px;
  }
}

@media (min-width: 992px) {
  .home__features {
    padding: 0 15px;
  }
}

@media (min-width: 1610px) {
  .home__features {
    max-width: 1466px;
  }
}

@media (min-width: 576px) {
  .home__features {
    margin-top: 16.875rem;
  }
}

.home__counter {
  text-align: center;
  padding: 12.5rem 0.9375rem 10rem;
}

@media (min-width: 576px) {
  .home__counter {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0ODkuMTUxIDYxMC4yNTkiPjxkZWZzPjxzdHlsZT4uY2xzLTEgeyBmaWxsOiB1cmwoI2xpbmVhci1ncmFkaWVudCk7IH0gLmNscy0yIHsgZmlsdGVyOiB1cmwoI1JlY3RhbmdsZV8zNyk7IH08L3N0eWxlPjxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB4MT0iLjUiIHgyPSIuNSIgeTI9IjEiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiMyOGFhZTEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNlZTM1MjQiLz48L2xpbmVhckdyYWRpZW50PjxmaWx0ZXIgaWQ9IlJlY3RhbmdsZV8zNyIgeD0iMCIgeT0iMCIgd2lkdGg9IjQ4OS4xNTEiIGhlaWdodD0iNjEwLjI1OSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48ZmVPZmZzZXQgZHg9Ii0yMCIgZHk9Ii0xNSIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEyLjUiIHJlc3VsdD0iYmx1ciIvPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9Ii4xNjEiLz48ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9ImJsdXIiLz48ZmVDb21wb3NpdGUgaW49IlNvdXJjZUdyYXBoaWMiLz48L2ZpbHRlcj48L2RlZnM+PGcgY2xhc3M9ImNscy0yIj48cmVjdCBpZD0iUmVjdGFuZ2xlXzM3LTIiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDM3IiBjbGFzcz0iY2xzLTEiIHdpZHRoPSI1MTIuOTQ1IiBoZWlnaHQ9IjE4Mi4wNzEiIHJ4PSI0NyIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCAzMjYuNjU3IDIwMy4yNDUpIi8+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 500px auto;
    background-position: -350px bottom;
    padding-bottom: 17.5rem;
  }
}

@media (min-width: 992px) {
  .home__counter {
    background-image: url(/wp-content/themes/alpr/dist/images/bg-left-desktop.png);
    background-size: auto auto;
    background-position: left bottom;
  }
}

.home__counter p {
  margin-top: 0;
}

.home__counter__image {
  margin-bottom: 2.8125rem;
}

.home__counter__first {
  font-size: 2.5rem;
  line-height: 3.25rem;
  font-weight: 100;
  margin-bottom: 1.5625rem;
}

@media (min-width: 576px) {
  .home__counter__first {
    font-size: calc(30px + 6vw);
    line-height: calc(42px + 5vw);
  }
}

@media (min-width: 1200px) {
  .home__counter__first {
    font-size: 7.5rem;
    line-height: 9.75rem;
  }
}

.home__counter__second {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 576px) {
  .home__counter__second {
    font-size: 2.25rem;
    line-height: 2.9375rem;
  }
}

.home__boasting {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (min-width: 576px) {
  .home__boasting {
    padding: 0 40px;
  }
}

@media (min-width: 992px) {
  .home__boasting {
    padding: 0 15px;
  }
}

@media (min-width: 1610px) {
  .home__boasting {
    max-width: 1466px;
  }
}

@media (min-width: 1610px) {
  .home__boasting {
    padding-left: 160px;
    padding-right: 160px;
  }
}

.home__application-areas {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzOTcuODQ2IDQ2NS4yNDEiPjxkZWZzPjxzdHlsZT4uY2xzLTEgeyBmaWxsOiB1cmwoI2xpbmVhci1ncmFkaWVudCk7IH0gLmNscy0yIHsgZmlsbDogcmdiYSgwLDAsMCwwLjIpOyB9IC5jbHMtMyB7IGZpbHRlcjogdXJsKCNSZWN0YW5nbGVfMzkpOyB9PC9zdHlsZT48bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeDE9Ii41IiB4Mj0iLjUiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMjhhYWUxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZWUzNTI0Ii8+PC9saW5lYXJHcmFkaWVudD48ZmlsdGVyIGlkPSJSZWN0YW5nbGVfMzkiIHg9IjAiIHk9IjAiIHdpZHRoPSIzOTcuODQ2IiBoZWlnaHQ9IjQ2NS4yNDEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PGZlT2Zmc2V0IGR4PSItMTAiIGR5PSItNSIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEyLjUiIHJlc3VsdD0iYmx1ciIvPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9Ii4xNjEiLz48ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9ImJsdXIiLz48ZmVDb21wb3NpdGUgaW49IlNvdXJjZUdyYXBoaWMiLz48L2ZpbHRlcj48L2RlZnM+PGcgaWQ9Ikdyb3VwXzg4IiBkYXRhLW5hbWU9Ikdyb3VwIDg4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjQ4LjYgLTI4NzguNjU3KSI+PGcgY2xhc3M9ImNscy0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNDguNiAyODc4LjY2KSI+PHJlY3QgaWQ9IlJlY3RhbmdsZV8zOS0yIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAzOSIgY2xhc3M9ImNscy0xIiB3aWR0aD0iMTY4Ljk0NSIgaGVpZ2h0PSIzNTMuMDcxIiByeD0iNDciIHRyYW5zZm9ybT0icm90YXRlKDE1MCAxMzguNTE2IDIyMy43NTIpIi8+PC9nPjxyZWN0IGlkPSJSZWN0YW5nbGVfNDEiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDQxIiBjbGFzcz0iY2xzLTIiIHdpZHRoPSIxNDEiIGhlaWdodD0iMjA1IiByeD0iNDciIHRyYW5zZm9ybT0icm90YXRlKC0zMCA1OTU1LjczOCA5NzIuMTYpIi8+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: 60vw 0;
  background-size: 500px auto;
}

@media (min-width: 576px) {
  .home__application-areas {
    background-position: 90vw 9.375rem;
    background-size: 500px auto;
  }
}

@media (min-width: 992px) {
  .home__application-areas {
    background-image: url(/wp-content/themes/alpr/dist/images/bg-right-desktop-2.png);
    background-size: auto auto;
    background-position: right 200px;
  }
}

.documentation-page {
  padding-bottom: 6.25rem;
  position: relative;
}

@media (min-width: 992px) {
  .documentation-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.documentation-page__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60vw;
          flex: 0 1 60vw;
  padding: 2.5rem 1.875rem 0;
}

@media (min-width: 576px) {
  .documentation-page__content {
    padding: 0.9375rem 0.9375rem 0;
  }
}

.documentation-page__content ul {
  list-style: none;
  padding-left: 1.5em;
}

.documentation-page__content ul li {
  margin-bottom: 0.5em;
}

.documentation-page__content ul li::before {
  content: "\2022";
  display: inline-block;
  width: 0.75em;
  margin-left: -0.75em;
  color: #ee3524;
  font-size: 1.5em;
}

.documentation-page__navigation {
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 16.25rem;
  height: 100vh;
  left: -100vw;
  background-color: #fff;
  -webkit-transition: left 0.25s;
  -o-transition: left 0.25s;
  transition: left 0.25s;
}

.doc-nav-opened .documentation-page__navigation {
  left: 0;
}

@media (min-width: 576px) {
  .documentation-page__navigation {
    padding-top: 2.1875rem;
    padding-left: 2.5rem;
    width: 40vw;
    min-width: 18.75rem;
  }
}

@media (min-width: 992px) {
  .documentation-page__navigation {
    padding-top: 15rem;
    padding-right: 1.25rem;
    position: static;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20vw;
            flex: 0 0 20vw;
    width: auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    background-color: transparent;
    height: auto;
    min-width: 360px;
  }
}

@media (min-width: 992px) {
  .documentation-page__navigation__logo {
    display: none;
  }
}

.documentation-page__empty {
  -webkit-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
}

.documentation-item__header h3 {
  font-size: 1.875rem;
  line-height: 2.4375rem;
}

.documentation-item__header h3 > * {
  display: inline-block;
  vertical-align: middle;
}

.documentation-item__header h3 img {
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 0.625rem;
}

.documentation-item__header h3:hover {
  cursor: pointer;
}

.documentation-item__header h3:hover img {
  opacity: 1;
}

.documentation-item__header h3 a {
  text-decoration: none;
}

.documentation-item__content {
  font-size: 1rem;
  line-height: 1.375rem;
}

@media (min-width: 576px) {
  .documentation-item__content {
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
}

.documentation-section {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 300;
}

@media (min-width: 576px) {
  .documentation-section {
    font-size: 1.875rem;
    line-height: 2.4375rem;
  }
}

@media (min-width: 1200px) {
  .documentation-section p {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .oembed-gist {
    margin-left: -29px;
    margin-right: -29px;
  }
}

.search-item {
  margin-bottom: 1.875rem;
}

.search-item__title a {
  text-decoration: none;
}

/** Node modules **/

/*===============================
=            Choices            =
===============================*/

.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #EAEAEA;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5;
}

.choices[data-type*=select-one] .choices__button:hover,
.choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #00BCD4;
          box-shadow: 0px 0px 0px 2px #00BCD4;
}

.choices[data-type*=select-one]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid rgb(0, 142.7735849057, 161);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
}

.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #DDDDDD;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: rgb(182.75, 182.75, 182.75);
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00BCD4;
  border: 1px solid rgb(0, 165.3867924528, 186.5);
  color: #FFFFFF;
  word-break: break-all;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: rgb(0, 165.3867924528, 186.5);
  border: 1px solid rgb(0, 142.7735849057, 161);
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: rgb(170.25, 170.25, 170.25);
  border: 1px solid rgb(144.75, 144.75, 144.75);
}

.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}

.choices__list--dropdown.is-active {
  display: block;
}

.is-open .choices__list--dropdown {
  border-color: rgb(182.75, 182.75, 182.75);
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }

  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: rgb(242.25, 242.25, 242.25);
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid rgb(246.5, 246.5, 246.5);
  color: rgb(127.5, 127.5, 127.5);
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: rgb(248.625, 248.625, 248.625);
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/*=====  End of Choices  ======*/


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