/* Text Elements */

h1 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-family: 'Archivo', sans-serif;
}

h1.main-heading {
  color: #ffc680;
  text-transform: uppercase;
  text-shadow: #151515 2px 2px 30px;
  letter-spacing: 5px;
  font-variant: normal;
  font-size: 2.5rem;
}

h1#book-heading {
  font-size: 8vw;
}

h2.payment-heading {
  text-align: center;
  font-family: 'Archivo', sans-serif;
}

h2.info-title {
  color: #ffc680;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  font-family: 'Archivo', sans-serif;
}

h2.info-title.quote-heading {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

h2.info-title.planning-heading {
  padding-top: 15px;
  padding-bottom: 5px;
  color: #000;
  font-weight: 300;
  font-size: 24px;
}

h3.heading-1 {
  color: #afafaf;
  font-size: 28px;
}

h3 span.heading-text-1 {
  text-decoration: none;
  font-size: 1.25rem;
}

h3.heading-2 {
  color: #67686c;
  text-align: center;
}

h5 {
  color: #fff;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

h5.citation {
  color: #3cd397;
  text-align: center;
  font-size: 1.25rem;
  font-family: 'Archivo', sans-serif;
}

p.paragraph {
  color: #adadad;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Archivo', sans-serif;
}

p.paragraph.dark-parargraph {
  margin-bottom: 1.25rem;
  color: #575757;
}

p.paragraph.footer-paragraph {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 2.25rem;
  color: #575757;
  font-style: italic;
  font-size: .8125rem;
}

p.paragraph.intro-highlighted-paragraph {
  margin: 1rem 10% 0;
  padding-bottom: 0;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

p.paragraph.services-paragraph {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: #eaeaea;
}

p.paragraph.payment-p {
  margin-left: 13px;
  max-width: 1200px;
  color: #67686c;
  text-align: left;
  word-spacing: 0;
}

p.paragraph.block-p {
  color: #535353;
  text-align: left;
}

p.paragraph.paragraph-1 {
  color: #67686c;
  text-align: justify;
  font-size: 18px;
}

p.paragraph strong.paragraph-text-1 {
  font-size: 1.125rem;
}

p.paragraph span.paragraph-text-2 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-3 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-4 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-5 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-6 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-7 {
  font-weight: 700;
}

span.text-element.quote {
  padding-top: .3125rem;
  color: #3cd397;
  text-align: center;
  font-weight: 700;
  font-size: 2.065rem;
  font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
}

a.link-text.menu-link {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Archivo', sans-serif;
}

a.link-text.menu-link:hover {
  color: #ffc680;
  font-size: 16px;
}

/* Interaction Elements */

a.link-button {
  font-family: 'Archivo', sans-serif;
}

a.link-button.hero-button {
  display: block;
  margin: 20px auto 17px;
  padding: 16px;
  max-width: 250px;
  width: 100%;
  border: 0 solid #3ffdb1;
  border-radius: 5px;
  background-color: #ffc680;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 16px;
}

a.link-button.hero-button:hover {
  border-color: #0fb674;
  background-color: #2dbd84;
}

/* Layout Elements */

body.dark-body {
  min-height: 50vh;
  background-color: #151515;
}

.container.title-bar {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container#realeutatemenu {
  display: none;
}

.container.top-bar-left {
  float: left;

  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.container.responsive-menu {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: end;
  -ms-flex-align: end;
  background-color: #010101;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.container.top-bar {
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container.header-region {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  margin-top: 0;
  min-height: 100vh;
  background-color: #000;
  background-image: -webkit-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/logo-back-noed.jpg');
  background-image:    -moz-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/logo-back-noed.jpg');
  background-image:      -o-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/logo-back-noed.jpg');
  background-image:         linear-gradient(0deg, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/logo-back-noed.jpg');
  background-attachment: scroll, fixed;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, contain;
  background-repeat: no-repeat, no-repeat;
  text-align: left;

  background-blend-mode: normal, normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.book-offer {
  padding-top: 90px;
  padding-bottom: 90px;
  max-width: none;
  background-color: #3ffdb1;
  background-image: url('../images/annie-spratt-608001-unsplash-%281%29.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .98;

  background-blend-mode: normal;
}

.container.info {
  margin-top: -20px;
  margin-bottom: 120px;
  padding-bottom: 0;
}

.container.quotes-section {
  margin-top: 90px;
  margin-bottom: 50px;
}

.container.quote-cards-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  margin-bottom: 20px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.quote-card {
  margin: 20px 16px;
  padding: 10px 20px 0;
  max-width: 400px;
  border-radius: 5px;
  background-color: #e9e9e9;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
}

.container.footer {
  background-color: #000;

  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
}

.container.highlighted-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 4rem auto 2rem;
  padding: 1rem;
  min-height: 600px;
  max-width: 1000px;
  background-color: transparent;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.idea-image {
  min-height: 350px;
  max-height: none;
  width: 100%;
  background-color: #ffc680;
  background-image: url('../images/office-620817_1920.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: soft-light;
}

.container.inner {
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.container.idea-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ebebeb;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.service {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.expertise-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.container.services-section {
  margin-right: 0;
  margin-bottom: 20px;
  padding-top: 90px;
  padding-bottom: 20px;
  max-width: none;
  background-color: #fefefe;
}

.container.large-container {
  margin-right: auto;
  margin-left: auto;
  padding-top: 2.5rem;
  padding-bottom: 4.375rem;
  max-width: 50rem;
}

.container.highlighted.large-container {
  margin-top: 2.5rem;
  margin-bottom: 4.375rem;
  padding-top: 3.125rem;
  padding-bottom: 1.875rem;
  max-width: 2000px;
  background-color: transparent;
}

.container.highlighted {
  margin: 70px auto;
  max-width: 400px;
  background-color: rgba(9, 8, 8, .47);
}

.container.header-image-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 100%;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 30px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.hero-section-services {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  min-height: 100vh;
  background-color: #000;
  background-image: -webkit-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/engineer.jpg');
  background-image:    -moz-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/engineer.jpg');
  background-image:      -o-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/engineer.jpg');
  background-image:         linear-gradient(0deg, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/engineer.jpg');
  background-attachment: scroll, fixed;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, contain;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.contact-column-left {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-bottom: 2rem;
  padding: 1rem 2rem 2rem;
  min-width: 10px;
  border-bottom: .125rem solid #e6e6e6;
  vertical-align: baseline;
}

.container.container-1 {
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: 101px;
  min-height: 0;
  max-width: 1200px;

  -webkit-box-flex: 0;
  -webkit-flex: 0 1;
     -moz-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
}

.container.price-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  min-height: 100vh;
  background-color: #000;
  background-image: -webkit-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/robotassem.jpg');
  background-image:    -moz-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/robotassem.jpg');
  background-image:      -o-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/robotassem.jpg');
  background-image:         linear-gradient(0deg, rgba(21, 21, 21, 1) 0%, rgba(29, 30, 33, 0) 100%), url('../images/robotassem.jpg');
  background-attachment: scroll, fixed;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, contain;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-2 {
  padding-right: .937rem;
}

.container.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-bottom: 12px;
  min-width: 13px;
  min-height: 300px;
  background-image: url('../images/engineers.jpg');
  background-attachment: local;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container.container-4 {
  margin-bottom: 12px;
  min-height: 300px;
  background-image: url('../images/tester.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  background-blend-mode: normal;
}

ul.list-container.dropdown.menu {
  -ms-flex-pack: center;
  background-color: transparent;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

div.responsive-picture.news-images {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: none;
  width: 50%;
  border-width: 0;
  border-style: solid;
  border-radius: 8px;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  vertical-align: baseline;

  background-blend-mode: normal;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  justify-self: center;
}

span.glyph.font-icon-menu {
  display: inline-block;
  clear: right;
  margin-right: 1%;
  color: #fff;
  vertical-align: middle;
  font-size: 1.5625rem;
  line-height: 0;
}

.rule hr {
  border-top-width: .125rem;
  border-top-color: #fefefe;
}

.rule {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  width: 40%;
}

span.glyph.button.font-icon-menu {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}

.rule.experise-rule {
  padding-bottom: 2.5rem;
}

a.responsive-picture.footer-pic {
  max-width: 9.25rem;
}

div.responsive-picture.news-images > picture > img {
  -o-object-position: center 50%;
     object-position: center 50%;
  -o-object-fit: fill;
     object-fit: fill;
}

a.link-button-glyph.contact-button {
  display: block;
  width: auto;
  vertical-align: middle;
}

span.glyph-for-button.contact-icon {
  margin-right: 1rem;
  margin-left: .4rem;
  color: #8a8a8a;
  font-size: 2rem;
}

span.link-button-text.contact-text {
  color: #8a8a8a;
  vertical-align: super;
}

span.glyph.button.font-icon-menu:hover {
  color: #5cf000;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1#book-heading {
    font-size: 3.5rem;
  }

  h2.payment-heading {
    font-size: 1.625rem;
  }

  h2.info-title.planning-heading {
    font-size: 30px;
  }

  p.paragraph.block-p {
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
  }

  /* Layout Elements */

  .container.title-bar {
    display: none;
  }

  .container#realeutatemenu {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.top-bar-left {
    padding-top: 0;
  }

  .container.top-bar {
    background-color: transparent;
  }

  .container.book-offer {
    background-attachment: fixed, fixed;
    background-position: center top, center top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .container.quote-cards-holder {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.quote-card {
    display: block;
    -ms-flex-pack: start;
    -ms-flex-align: start;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 50%;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.header-region {
    background-color: #000;
  }

  .container.inner {
    width: 100%;
  }

  .container.idea-holder {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.header-image-holder {
    padding-bottom: 50px;
    background-position: center top;
  }

  .container.footer-wrapper {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.hero-section-services {
    background-color: #000;
  }

  .container.contact-column-left {
    margin-top: 7px;
    min-height: 66.35785vmin;
    border-right: .0625rem solid #e6e6e6;
    border-bottom-width: 0;
  }

  .container.price-container {
    background-color: #000;
  }

  ul.list-container.dropdown.menu {
    background-color: transparent;
  }

  span.link-button-text.contact-text {
    color: #8a8a8a;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  p.paragraph.footer-paragraph {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  /* Interaction Elements */

  a.link-button {
    font-family: 'Archivo', sans-serif;
  }

  a.link-button.hero-button {
    border-color: #3ffdb1;
  }

  /* Layout Elements */

  .container.top-bar-left {
    padding-top: 0;
  }

  .container.book-offer {
    background-color: #3ffdb1;
    background-image: url('../images/annie-spratt-608001-unsplash-%281%29.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.quote-cards-holder {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-bottom: 20px;
  }

  .container.header-region {
    background-position: center center;
  }

  .container.footer {
    background-color: #151515;
  }

  .container.idea-image {
    padding: 10px;
    width: 50%;
  }

  .container.inner {
    padding-right: 20px;
    padding-left: 20px;
    width: 50%;
  }

  .container.large-container {
    float: none;
  }

  .container.header-image-holder {
    padding-top: 50px;
    padding-bottom: 70px;
    background-position: center center;
    background-size: cover;
  }

  .container.hero-section-services {
    background-position: center center;
  }

  .container.price-container {
    background-position: center center;
  }

  div.responsive-picture.news-images {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    max-width: none;
  }

  .rule.experise-rule {
    padding-bottom: 1.875rem;
  }
}