/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.main-menu a, .btn-talk,
.btn-log-in, .btn-hero, .about-person-contact a, .product-title, .contact-form input,
.contact-form textarea {
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

html {
  font-size: 62.5%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  font-size: 1.6rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #242a42;
  background-color: #fff;
  background-image: url("../img/bg_big.svg"), url("../img/bg_small.svg");
  background-position: right top, left 60rem;
  background-repeat: no-repeat, no-repeat;
  padding-top: 85px;
}

.page-wrapper {
  overflow: hidden;
}

.container {
  max-width: 111rem;
  margin-left: auto;
  margin-right: auto;
}

.inner-container {
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
}

/* Top */
.top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  -webkit-transition: 250ms ease-in-out all;
  transition: 250ms ease-in-out all;
}

.top.is-scrolled, .top.is-open {
  background-color: #fff;
}

.top-inner {
  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;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.top-logo {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-image: url("../img/noxa-logo@2x.png");
  width: 116px;
  height: 46px;
  background-size: 116px 46px;
}

.top-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu a {
  -webkit-transition-property: color;
  transition-property: color;
  font-weight: 600;
  text-decoration: none;
  color: #242a42;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.main-menu a:hover {
  color: #008f67;
}

.actions-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 9rem;
}

.btn {
  display: inline-block;
}

.btn-talk,
.btn-log-in {
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.065rem;
  text-decoration: none;
  padding: 1.35rem 2rem;
  border-radius: 0.4rem;
}

.btn-talk:hover,
.btn-log-in:hover {
  background-color: #242a42;
  color: #fff;
}

.btn-talk {
  background-color: #008f67;
}

.btn-log-in {
  background-color: #bbe1d6;
  color: #008f67;
  margin-left: 2rem;
}

/* Hero */
.hero {
  margin-top: 5rem;
  margin-bottom: 5rem;
  position: relative;
  min-height: 56rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-image {
  position: absolute;
  right: -13rem;
  top: 0;
  bottom: 0;
}

.hero-image img {
  width: 100%;
  height: auto;
}

.hero-title {
  font-size: 5.6rem;
  line-height: 1.1;
  font-weight: 400;
}

.hero-title strong {
  font-weight: 700;
  display: block;
}

.btn-hero {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  background-color: #008f67;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  text-decoration: none;
  padding: 1.85rem 2rem;
  border-radius: 0.4rem;
}

.btn-hero:hover {
  background-color: #242a42;
}

/* Sections */
.section-title {
  margin: 0;
  text-align: center;
  color: #63687b;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
}

.section-title:before {
  content: '';
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../img/X.svg");
  background-size: 1.6rem;
  margin-bottom: 1rem;
}

.section-subtitle {
  margin: 1.5rem 0 2rem 0;
  font-size: 4rem;
  color: #242a42;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.05rem;
}

.section-desc,
.small-desc {
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}

.section-desc a,
.small-desc a {
  color: #008f67;
  text-decoration: none;
}

.section-desc a:hover,
.small-desc a:hover {
  text-decoration: underline;
}

.small-desc {
  margin-top: 4rem;
  font-size: 1.2rem;
  font-weight: 400;
}

.small-desc p {
  margin-bottom: 2rem;
}

/* About */
.about-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.about-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 4.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-person-image {
  position: relative;
  margin-right: 3rem;
}

.about-person-image img {
  border-radius: 50%;
}

.about-person-image:before {
  content: '';
  display: block;
  position: absolute;
  width: 4rem;
  height: 4rem;
  background-image: url("../img/X.svg");
  background-size: 4rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.about-person:nth-child(2) .about-person-image:before,
.about-person:nth-child(3) .about-person-image:before {
  top: 0.5rem;
  right: 0.5rem;
  left: auto;
  bottom: auto;
}

.about-person-name {
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

.about-person-role {
  font-weight: 400;
  font-size: 1.4rem;
  min-height: 5rem;
}

.about-person-contact {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 2rem;
}

.about-person-contact a {
  -webkit-transition-property: color;
  transition-property: color;
  color: #008f67;
  text-decoration: none;
  font-weight: 600;
}

.about-person-contact a:hover {
  color: #242a42;
}

/* Products */
.products-listing {
  background-color: #f4f4f7;
  border-radius: 1.5rem;
  padding: 7rem;
  background-image: url("../img/products_circle.svg");
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  margin-top: 3.5rem;
  margin-bottom: 15rem;
}

/* Accents */
.pl-01,
.pl-02,
.pl-03,
.pl-04,
.pl-05 {
  position: absolute;
  z-index: -1;
}

.pl-01 {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(7.5rem);
          transform: translateX(-50%) translateY(7.5rem);
}

.pl-02 {
  top: 0;
  right: 0;
  -webkit-transform: translateX(50%) translateY(1rem);
          transform: translateX(50%) translateY(1rem);
}

.pl-03 {
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-90%) translateY(-7rem);
          transform: translateX(-90%) translateY(-7rem);
}

.pl-04 {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(50%) translateY(-7rem);
          transform: translateX(50%) translateY(-7rem);
}

.pl-05 {
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(50%) translateX(1.5rem);
          transform: translateY(50%) translateX(1.5rem);
}

.product-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.product-header:hover .product-title {
  color: #008f67;
}

.product-title {
  -webkit-transition-property: color;
  transition-property: color;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.01rem;
}

.product {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #e5e6ea;
  padding-left: 2.5em;
  padding-right: 2.5rem;
}

.product:first-of-type {
  border-top: 2px solid #e5e6ea;
}

.product-desc {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 400;
  display: none;
}

.product-desc strong {
  font-weight: 600;
}

.product-toggler {
  font-size: 2.4rem;
  font-weight: 600;
  color: #008f67;
}

.product-toggler:after {
  content: '+';
}

.product.is-active .product-desc {
  display: block;
}

.product.is-active .product-toggler:after {
  content: '-';
}

/* Join Us */
.copy-toggle {
  background-color: transparent;
  border: none;
  display: inline-block;
  cursor: pointer;
  color: #008f67;
}

.copy-toggle:active {
  outline: none;
}

.copy-toggle span {
  color: #000;
}

.copy-more {
  display: none;
}

/* Contact */
.contact {
  background-image: url("../img/footer_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-top: 10rem;
}

.contact-outer {
  position: relative;
}

.contact-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  z-index: 1;
}

.contact-accent-x {
  position: absolute;
}

.contact-accent-01 {
  width: 12rem;
  height: 12rem;
  left: 7rem;
  top: 25rem;
}

.contact-accent-02 {
  width: 5rem;
  height: 5rem;
  right: 15rem;
  top: 3.5rem;
}

.contact-accent-03 {
  width: 30rem;
  height: 30rem;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(20%) translateY(20%);
          transform: translateX(20%) translateY(20%);
}

.contact {
  padding-top: 7rem;
}

/* Contact | Alt Headings */
.section-title--alt {
  color: #9194a0;
}

.section-title--alt:before {
  display: none;
}

.section-subtitle--alt {
  color: #fff;
}

.contact-desc {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 5.5rem;
}

.contact-desc strong {
  font-weight: 600;
}

.contact-desc a {
  color: #008f67;
}

/* Contact | Form */
.contact-form {
  padding-bottom: 8rem;
}

.contact-form ::-webkit-input-placeholder {
  color: #fff;
}

.contact-form :-ms-input-placeholder {
  color: #fff;
}

.contact-form ::-ms-input-placeholder {
  color: #fff;
}

.contact-form ::placeholder {
  color: #fff;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 8px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  margin: 0;
  padding: 1.2rem 1.6rem;
  resize: none;
}

.contact-form input:focus, .contact-form input:active,
.contact-form textarea:focus,
.contact-form textarea:active {
  outline: none;
  border-color: #008f67;
}

.contact-form textarea {
  height: 12rem;
}

.contact-form .form-row {
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-form .form-row .form-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 1.5rem);
          flex: 0 0 calc(50% - 1.5rem);
}

.contact-form .form-row .form-col:only-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.contact-form input[type="submit"] {
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #008f67;
  cursor: pointer;
  border: none;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 4px;
  padding: 1.6rem 1rem;
}

/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

.wpcf7-acceptance label {
  position: relative;
  cursor: pointer;
}

.wpcf7-acceptance input[type=checkbox] {
  /*position: relative;*/
  position: absolute;
  visibility: hidden;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}

.wpcf7-acceptance input[type=checkbox] + span {
  /* border: 3px solid red; */
}

.wpcf7-acceptance input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 0;
  height: 1.4rem;
  width: 1.4rem;
  top: 0.3rem;
  left: -2rem;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0.5px 1.5px 0 rgba(0, 0, 0, 0.38);
          box-shadow: inset 0 0.5px 1.5px 0 rgba(0, 0, 0, 0.38);
  border: solid 0.5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.wpcf7-acceptance input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  top: 0.3rem;
  left: -2rem;
  visibility: hidden;
  text-align: center;
}

.wpcf7-acceptance input[type=checkbox]:checked + span:before {
  background: transparent;
}

.wpcf7-acceptance input[type=checkbox]:checked + span:after {
  visibility: visible;
  background-color: #008f67;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0.5px 1.5px 0 rgba(0, 0, 0, 0.38);
          box-shadow: inset 0 0.5px 1.5px 0 rgba(0, 0, 0, 0.38);
  border: solid 0.5px rgba(0, 0, 0, 0.2);
}

.wpcf7-acceptance {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
}

.wpcf7-list-item-label {
  margin-left: 2rem;
  padding-left: 0.5rem;
  line-height: 1.5;
  display: inline-block;
  position: relative;
}

span.wpcf7-not-valid-tip {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

.form-row-submit p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

div.wpcf7-response-output {
  margin: 0;
  padding: 1rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
  border: none;
}

/* Footer */
.footer {
  background-color: #242a42;
  margin: 0;
}

.footer-inner {
  padding: 2.1rem 0;
  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;
  color: #fff;
}

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

.footer-inner a:hover {
  text-decoration: underline;
}

.footer-legal-2 {
  text-align: center;
  padding: 1rem;
  font-size: 1.1rem;
  border-top: 1px solid #313751;
  background-color: #242a42;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
}

.footer-copy,
.footer-legal {
  opacity: 0.6;
  font-weight: 300;
}

/* Text Page */
body.page:not(.home) {
  background-image: none;
}

.text-page {
  max-width: 73rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 10rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

.text-page-title {
  text-align: center;
  font-size: 4rem;
  line-height: 1.2;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

/* RWD */
@media (max-width: 1500px) {
  .contact-accent-03 {
    width: 18rem;
    height: 18rem;
  }
}

@media (max-width: 1400px) {
  .contact-accent-01 {
    left: 4rem;
    width: 10rem;
    height: 10rem;
  }
}

@media (max-width: 1300px) {
  .contact-accent-01 {
    display: none;
  }
  .hero-image {
    right: -20rem;
  }
}

@media (max-width: 1200px) {
  body {
    background-size: 45rem auto, 20rem auto;
  }
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 1100px) {
  .hero {
    min-height: 50rem;
  }
  .hero-image {
    max-width: 60rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top-toggler {
  display: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
  cursor: pointer;
}

@media (max-width: 1024px) {
  body {
    background-image: url(../img/bg_big.svg);
    background-position: right top;
    background-size: 40rem auto;
  }
  .section-subtitle {
    font-size: 3rem;
  }
  .hero {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    min-height: 10rem;
  }
  .hero-image {
    position: static;
    margin-top: 8rem;
  }
  .hero-title {
    font-size: 5rem;
  }
  .actions-menu {
    margin-left: 2rem;
  }
  .about-person {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-actions,
  .main-menu,
  .actions-menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 2;
  }
  .top-actions {
    display: none;
  }
  .top-actions.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-toggler {
    display: block;
  }
  .main-menu {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .contact-form .form-row {
    padding-left: 2rem;
    padding-right: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-form .form-row .form-col {
    margin-bottom: 2rem;
  }
  .contact-form .form-row .form-col:last-child {
    margin-bottom: 0;
  }
  .contact-accent-02,
  .contact-accent-03 {
    display: none;
  }
  .pl-03,
  .pl-04 {
    display: none;
  }
}

@media (max-width: 600px) {
  .hero-title {
    font-size: 4rem;
  }
  .hero-image {
    margin-top: 3rem;
  }
  .btn-hero {
    display: inline-block;
  }
  .main-menu a {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .btn-talk,
  .btn-log-in {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1.3rem;
  }
  .products-listing {
    padding: 2rem;
  }
  .product {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .product-title {
    font-size: 2rem;
  }
  .about-person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .about-person-image {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .contact-form .form-row .form-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .contact-desc {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-copy {
    margin-bottom: 1rem;
  }
}
/*# sourceMappingURL=styles.css.map */