/*! 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;
}

/* ul */
/* xl */
/* lg */
/* md */
/* sm */
/* xs */
.job-control, .job-time, .job-quality, .job-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.job-control-content, .job-time-content, .job-quality-content, .job-work-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  row-gap: 30px;
}

.job-control__description, .job-time__description, .job-quality__description, .job-work__description {
  line-height: 1.5;
}

.job-control__link, .job-time__link, .job-quality__link, .job-work__link {
  font-size: 20px;
  font-weight: 600;
}

.job-control__picture, .job-time__picture, .job-quality__picture, .job-work__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@font-face {
  font-family: "Graphik LCG";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/GraphikLCG-Regular.woff2") format("woff2"), url("../fonts/GraphikLCG-Regular.woff") format("woff");
}
@font-face {
  font-family: Graphik LCG;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/GraphikLCG-Semibold.woff2") format("woff2"), url("../fonts/GraphikLCG-Semibold.woff") format("woff");
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  overflow-x: hidden;
  width: 100%;
  background-color: #ffffff;
  font-family: "Graphik LCG";
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #000000;
}

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

h1,
h2,
h3 {
  margin: 0;
}

h2 {
  color: #000000;
  font-weight: 600;
  line-height: 1.2;
}

span {
  color: #000000;
  border-bottom: solid 1px #000000;
}

.container {
  max-width: 1380px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.btn-light {
  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: 1em 1em;
  cursor: pointer;
  color: #000000;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.btn-coloured {
  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: 1em 1em;
  cursor: pointer;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #ff6336;
  background-color: #ff6336;
  font-size: 16px;
  font-weight: 600;
}

.btn-black {
  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: 1em 1em;
  cursor: pointer;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  background-color: #000000;
  font-size: 16px;
  font-weight: 600;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.header-menu {
  position: relative;
  min-height: 95px;
}
.header-menu::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  margin-left: -50vw;
  content: "";
  background-color: #cccccc;
}
.header-logo {
  align-self: center;
  grid-area: logo;
}
.header-navbar {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  grid-area: nav;
}
.header-navbar__hamburger {
  position: relative;
  top: 0;
  width: 30px;
  height: 22.5px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header-navbar__hamburger-row {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
  border: none;
  border-radius: 3px;
  background: #ff6336;
}
.header-navbar__hamburger-row:nth-child(1) {
  top: 0;
}
.header-navbar__hamburger-row:nth-child(2) {
  top: 9px;
}
.header-navbar__hamburger-row:nth-child(3) {
  top: 18px;
}
.header-navbar__hamburger.active span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.header-navbar__hamburger.active span:nth-child(2) {
  left: -30px;
  opacity: 0;
}
.header-navbar__hamburger.active span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.header-navbar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  grid-area: acn;
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 130px;
  padding-bottom: 80px;
}
.header-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 50px;
}
.header-content__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-content__title {
  font-weight: 600;
  line-height: 1.08;
}
.header-content__description {
  padding-right: 160px;
  line-height: 1.4;
}
.header-content__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: -25px;
  gap: 10px;
}
.header-content__free {
  line-height: 1.67;
}

.brands {
  min-height: 455px;
  background-color: #ff9c7d;
}
.brands__title {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 70px;
  text-align: center;
}
.brands__list {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
}
.brands__logo {
  width: 100%;
}

.job {
  padding-top: 90px;
}
.opportunity {
  background-color: #fff8e4;
}
.opportunity__header {
  text-align: center;
  line-height: 1.2;
}
.opportunity__list {
  display: grid;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  justify-items: center;
}
.opportunity__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 325px;
  gap: 20px;
}
.opportunity__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.opportunity__image {
  width: 100%;
}
.opportunity__title {
  text-align: center;
  font-weight: 600;
}
.opportunity__description {
  text-align: center;
  line-height: 1.39;
}
.opportunity__description a {
  -webkit-text-decoration: underline 1px solid;
          text-decoration: underline 1px solid;
  color: #000000;
}
.upgrade__header {
  margin-bottom: 75px;
  text-align: center;
}
.upgrade__list {
  display: grid;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 30px;
}
.upgrade__item {
  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-wrap: wrap;
      flex-wrap: wrap;
  max-width: 410px;
}
.upgrade__picture {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 15px;
}
.upgrade__title {
  font-weight: 600;
  line-height: 40px;
}
.upgrade__description {
  line-height: 1.5;
}
.upgrade__link {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
}

.comment {
  min-height: 470px;
  padding-top: 50px;
  background-color: #c9e8f2;
}
.comment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-top: 10px;
}
.comment-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
}
.comment__description {
  margin-bottom: 25px;
  line-height: 1.33;
}
.comment__name {
  margin-bottom: 10px;
}
.comment__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.rating {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dabc98;
}
.rating-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.rating-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
}
.rating-header__title {
  line-height: 1.43;
}
.rating-header__image {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.rating__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating__logo-1 {
  min-width: 150px;
}
.rating__line {
  min-width: 1px;
  min-height: 170px;
  background-color: #000000;
}
.usage-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.usage__title {
  padding-bottom: 20px;
  text-align: center;
  line-height: 1.15;
}
.usage__description {
  text-align: center;
  line-height: 1.2;
}
.usage__image {
  width: 100%;
  padding: 25px 0 25px;
}

.trial {
  background-color: #ff9c7d;
}
.trial-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.trial__title {
  text-align: center;
  line-height: 1.15;
}
.trial__description {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}

.footer {
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: #eeeeee;
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 300px;
}
.footer-content__title {
  font-size: 40px;
}
.footer-content__description {
  font-size: 20px;
  line-height: 1.5;
}
.footer-content__link {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.footer-navbar {
  display: grid;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.footer-navbar__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.footer-navbar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.footer-navbar__link {
  line-height: 15px;
}

.footer-rights {
  padding-top: 50px;
  border-top: 1px solid #000000;
  font-size: 12px;
  line-height: 15px;
}
.footer-rights-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.footer-rights-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.footer-rights-info__description {
  max-width: 300px;
}
@media (min-width: 576px) {
  .job {
    padding-bottom: 150px;
  }
  .rating-header__title {
    font-size: 35px;
  }
  .rating__logo {
    gap: 70px;
  }
  .footer-navbar {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer-rights-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;
  }
  .footer-rights-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .job-control__description, .job-time__description, .job-quality__description, .job-work__description {
    font-size: 20px;
  }
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
  .comment {
    padding-bottom: 105px;
  }
  .trial__description {
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .job-control__image, .job-time__image, .job-quality__image, .job-work__image {
    width: 100%;
  }
  .header-navbar__hamburger {
    display: none;
  }
  .header-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header-content__img {
    width: 100%;
  }
  .brands {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .job-control {
    padding-bottom: 250px;
  }
  .job-control__picture {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .job-time {
    padding-bottom: 250px;
  }
  .job-time {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .job-time__picture {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .job-quality {
    padding-bottom: 250px;
  }
  .job-quality__picture {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .job-work {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .job-work__picture {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .opportunity__header {
    margin-bottom: 80px;
  }
  .opportunity__list {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 75px;
  }
  .opportunity__title {
    font-size: 25px;
  }
  .opportunity__description {
    font-size: 18px;
  }
  .upgrade__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .upgrade__item {
    gap: 30px;
  }
  .upgrade__title {
    font-size: 30px;
  }
  .upgrade__description {
    font-size: 20px;
  }
  .comment__logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .comment__photo {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .usage {
    padding-top: 165px;
    padding-bottom: 160px;
  }
  .usage__description {
    font-size: 25px;
  }
  .usage__button {
    min-width: 200px;
    min-height: 60px;
  }
  .trial__button {
    min-width: 160px;
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .job-control, .job-time, .job-quality, .job-work {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  h2 {
    font-size: 50px;
  }
  .header-content__title {
    font-size: 65px;
  }
  .header-content__description {
    font-size: 25px;
  }
  .job-control-content {
    padding-right: 170px;
  }
  .job-time-content {
    padding-left: 140px;
  }
  .job-quality-content {
    padding-right: 170px;
  }
  .job-work-content {
    padding-left: 140px;
  }
  .opportunity {
    min-height: 1030px;
    padding-top: 120px;
    padding-bottom: 150px;
  }
  .upgrade {
    min-height: 1065px;
    padding-top: 155px;
    padding-bottom: 190px;
  }
  .comment__description {
    font-size: 30px;
  }
  .rating__logo {
    padding-right: 90px;
    border-left: 1px solid #000000;
  }
  .rating__logo-1 {
    padding-left: 70px;
  }
  .usage__title {
    padding-right: 250px;
    padding-left: 250px;
    font-size: 65px;
  }
  .usage__description {
    padding-right: 400px;
    padding-left: 400px;
  }
  .trial {
    padding-top: 120px;
    padding-bottom: 160px;
  }
  .trial__title {
    padding-right: 250px;
    padding-left: 250px;
    font-size: 65px;
  }
  .footer-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 140px;
  }
  .footer-content {
    gap: 25px;
  }
  .footer-content {
    padding-bottom: 95px;
  }
}
@media (min-width: 1380px) {
  .header-menu-submit {
    min-width: 120px;
    max-height: 45px;
  }
  .header-menu-trial {
    min-width: 120px;
    max-height: 45px;
  }
  .header-navbar__list {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .header-content__trial {
    min-width: 160px;
    min-height: 60px;
  }
  .header-content__demo {
    min-width: 160px;
    min-height: 60px;
  }
}
@media (max-width: 1379.8px) {
  .header-menu-submit {
    min-width: 100px;
    max-height: 25px;
    font-size: 14px;
  }
  .header-menu-trial {
    min-width: 100px;
    max-height: 25px;
    font-size: 14px;
  }
}
@media (max-width: 1379.8px) and (min-width: 576px) {
  .header-content__trial {
    min-width: 130px;
    max-height: 35px;
    font-size: 14px;
  }
  .header-content__demo {
    min-width: 130px;
    max-height: 35px;
    font-size: 14px;
  }
  .brands__list {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template: 1fr 1fr/1fr 1fr 1fr;
    justify-items: center;
    row-gap: 30px;
  }
}
@media (max-width: 1379.8px) and (min-width: 992px) {
  .header-navbar__list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (max-width: 1199.8px) {
  .opportunity {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .upgrade {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .rating-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rating-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rating-header__title {
    text-align: center;
  }
  .rating__logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
    border-top: 1px solid #000000;
  }
  .rating__logo-1 {
    padding: 0;
  }
  .trial {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .footer-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 40px;
  }
  .footer-content {
    gap: 10px;
  }
  .footer-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 50px;
  }
  .footer-content__description {
    text-align: center;
  }
}
@media (max-width: 1199.8px) and (min-width: 992px) {
  .job-control, .job-time, .job-quality, .job-work {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  h2 {
    font-size: 40px;
  }
  .header-content__title {
    font-size: 55px;
  }
  .header-content__description {
    font-size: 25px;
  }
  .comment__description {
    font-size: 25px;
  }
  .usage__title {
    font-size: 55px;
  }
  .trial__title {
    font-size: 55px;
  }
}
@media (max-width: 991.8px) {
  .job-control, .job-time, .job-quality, .job-work {
    row-gap: 20px;
  }
  .job-control__title, .job-time__title, .job-quality__title, .job-work__title {
    text-align: center;
  }
  .job-control__description, .job-time__description, .job-quality__description, .job-work__description {
    text-align: center;
  }
  .job-control__action, .job-time__action, .job-quality__action, .job-work__action {
    text-align: center;
  }
  h2 {
    font-size: 35px;
  }
  .header-logo {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .header-navbar {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header-navbar__list {
    position: absolute;
    top: 101%;
    right: -20px;
    left: -20px;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  }
  .header-navbar__item {
    padding: 0.75em;
  }
  .header-actions {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .header-content-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-content__img {
    width: 70%;
  }
  .brands {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .job {
    padding-bottom: 90px;
  }
  .job-control {
    padding-bottom: 40px;
  }
  .job-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .job-time {
    padding-bottom: 40px;
  }
  .job-time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .job-quality {
    padding-bottom: 40px;
  }
  .job-quality {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .job-work {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .opportunity__header {
    margin-bottom: 40px;
  }
  .opportunity__title {
    font-size: 20px;
  }
  .upgrade__list {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .upgrade__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .upgrade__title {
    font-size: 25px;
  }
  .upgrade__description {
    text-align: center;
  }
  .comment {
    padding-bottom: 50px;
  }
  .comment-content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
  .comment__name {
    text-align: center;
  }
  .comment__logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .comment__photo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .usage {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .usage__description {
    font-size: 20px;
  }
}
@media (max-width: 991.8px) and (min-width: 576px) {
  .job-control__picture, .job-time__picture, .job-quality__picture, .job-work__picture {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .job-control__image, .job-time__image, .job-quality__image, .job-work__image {
    width: 75%;
  }
  .header-content__title {
    text-align: center;
    font-size: 45px;
  }
  .header-content__description {
    padding: 0;
    text-align: center;
    font-size: 20px;
  }
  .opportunity__list {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }
  .comment__description {
    text-align: center;
    font-size: 20px;
  }
  .usage__title {
    font-size: 45px;
  }
  .usage__button {
    min-width: 150px;
    max-height: 35px;
    font-size: 14px;
  }
  .trial__title {
    font-size: 45px;
  }
}
@media (max-width: 991.8px) and (min-width: 768px) {
  .trial__button {
    min-width: 130px;
    max-height: 35px;
    font-size: 14px;
  }
}
@media (max-width: 767.8px) {
  .header-menu {
    display: grid;
    padding-top: 20px;
    padding-bottom: 20px;
    grid-template-areas: "logo" "acn" "nav";
    grid-template-rows: 1fr 1fr 1fr;
    justify-items: center;
    row-gap: 20px;
  }
  .trial__button {
    min-width: 100px;
    max-height: 25px;
    font-size: 14px;
  }
}
@media (max-width: 575.8px) {
  .job-control__picture, .job-time__picture, .job-quality__picture, .job-work__picture {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .job-control__image, .job-time__image, .job-quality__image, .job-work__image {
    width: 75%;
  }
  .header-content__title {
    text-align: center;
    font-size: 40px;
  }
  .header-content__description {
    padding: 0;
    text-align: center;
    font-size: 20px;
  }
  .header-content__trial {
    min-width: 100px;
    max-height: 25px;
    font-size: 14px;
  }
  .header-content__demo {
    min-width: 100px;
    max-height: 25px;
    font-size: 14px;
  }
  .brands__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-items: center;
    row-gap: 30px;
  }
  .opportunity__list {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .upgrade__header {
    font-size: 30px;
  }
  .comment__description {
    text-align: center;
  }
  .rating-header__title {
    font-size: 25px;
  }
  .rating__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .usage__title {
    font-size: 35px;
  }
  .usage__button {
    min-width: 100px;
    max-height: 25px;
    font-size: 14px;
  }
  .trial__title {
    font-size: 35px;
  }
  .footer-navbar {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
  .footer-rights-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-rights-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-rights-info__description {
    text-align: center;
  }
  .footer-rights-copyrights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 399.8px) {
  .comment__image {
    width: 100%;
  }
  .footer-content__img {
    width: 100%;
  }
}