:root {
  --color-primary: #9e0a09;
  --color-primary-hover: #b71c1c;
  --color-secondary: #c8edff;
  --color-dark: #1e1e1e;
  --color-light: #fff;
  --color-grey: #ccc;
  --color-dark-grey: #1e1e1e; }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: inherit; }

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

body {
  min-height: 100vh;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5; }
  @media only screen and (min-width: 1023px) and (max-width: 1199px) {
    body {
      font-size: 1.6rem; } }

.background-home {
  background-color: var(--color-light);
  background-image: linear-gradient(var(--color-secondary), var(--color-light) 20%);
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 320px) and (max-width: 769px) {
    .background-home {
      background-image: linear-gradient(var(--color-secondary), var(--color-light) 12%); } }

.background-secondary {
  background-color: var(--color-light);
  background-image: linear-gradient(var(--color-secondary), var(--color-light) 40%);
  background-size: cover;
  background-repeat: no-repeat; }

footer {
  background-color: var(--color-dark-grey);
  color: var(--color-light);
  width: 100%;
  height: 100%; }

h1 {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.3; }

h2 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.3; }

h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3; }

.btn {
  background-color: var(--color-primary);
  border: 0;
  border-radius: .6rem;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-light);
  cursor: pointer; }

  .btn:hover {
    background-color: var(--color-primary-hover);
    cursor: pointer; }

.header {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between; }
  @media only screen and (min-width: 320px) and (max-width: 769px) {
    .header {
      flex-direction: column;
      align-items: center;
      margin-bottom: 9.6rem; } }
  @media only screen and (min-width: 769px) and (max-width: 1199px) {
    .header {
      flex-direction: column;
      align-items: center;
      margin-bottom: 9.6rem; } }
  .header-logo {
    width: 28.3rem;
    height: 7.2rem; }
    @media only screen and (min-width: 320px) and (max-width: 769px) {
      .header-logo {
        width: 20rem;
        height: 5.1rem; } }
  .header nav ul {
    list-style-type: none; }
  .header nav li {
    margin-left: 3.2rem;
    font-size: 1.6rem; }
    @media only screen and (min-width: 320px) and (max-width: 769px) {
      .header nav li {
        font-size: 1.4rem;
        margin-left: 1.6rem; } }
  .header nav li:first-child {
    margin-left: 0; }
  .header nav a {
    text-transform: uppercase;
    color: var(--color-dark);
    font-weight: 400; }
  .header-nav {
    display: flex;
    margin-top: 1.6rem; }
    .header-nav .active {
      color: var(--color-primary);
      font-weight: 600;
      text-transform: uppercase; }
    .header-nav .active::after {
      content: '';
      background-color: var(--color-primary);
      height: 4px;
      border-radius: 4px;
      display: block; }

.hero__container {
  margin-top: 8.8rem;
  display: flex; }
  @media only screen and (min-width: 320px) and (max-width: 1023px) {
    .hero__container {
      flex-direction: column;
      align-items: center;
      margin-top: 4rem; } }
  .hero__container .hero__image {
    width: 100%; }
    @media only screen and (min-width: 320px) and (max-width: 1023px) {
      .hero__container .hero__image {
        text-align: center; } }
    .hero__container .hero__image--adjust {
      width: 92%; }
      @media only screen and (min-width: 320px) and (max-width: 769px) {
        .hero__container .hero__image--adjust {
          width: 90%; } }
      @media only screen and (min-width: 769px) and (max-width: 1023px) {
        .hero__container .hero__image--adjust {
          width: 80%; } }
  .hero__container .hero__content {
    width: 75%; }
    @media only screen and (min-width: 320px) and (max-width: 769px) {
      .hero__container .hero__content {
        width: 100%; } }
    .hero__container .hero__content--title {
      font-size: 7.2rem;
      font-weight: 700;
      line-height: 1.3; }
      @media only screen and (min-width: 1023px) and (max-width: 1199px) {
        .hero__container .hero__content--title {
          font-size: 5.6rem; } }
      @media only screen and (min-width: 769px) and (max-width: 1023px) {
        .hero__container .hero__content--title {
          font-size: 5.6rem; } }
      @media only screen and (min-width: 320px) and (max-width: 1023px) {
        .hero__container .hero__content--title {
          font-size: 4.8rem;
          margin-top: 2.4rem; } }
    .hero__container .hero__content--copy {
      margin-top: 2.4rem; }
      @media only screen and (min-width: 320px) and (max-width: 1023px) {
        .hero__container .hero__content--copy {
          font-size: 1.6rem;
          margin-top: 1.6rem; } }

.intro {
  display: flex;
  width: 100%; }
  @media only screen and (min-width: 320px) and (max-width: 1023px) {
    .intro {
      flex-direction: column;
      flex-direction: column-reverse; } }
  .intro__content {
    margin-top: 11.2rem;
    width: 100%;
    margin-right: 3.2rem; }
    @media only screen and (min-width: 1023px) and (max-width: 1199px) {
      .intro__content {
        margin-top: 4.8rem; } }
    @media only screen and (min-width: 320px) and (max-width: 1023px) {
      .intro__content {
        margin-top: 1.6rem; } }
    @media only screen and (min-width: 1023px) and (max-width: 1199px) {
      .intro__content--title {
        font-size: 4rem; } }
    @media only screen and (min-width: 769px) and (max-width: 1023px) {
      .intro__content--title {
        font-size: 3.2rem; } }
    @media only screen and (min-width: 320px) and (max-width: 769px) {
      .intro__content--title {
        font-size: 3.2rem; } }
    @media only screen and (min-width: 769px) and (max-width: 1023px) {
      .intro__content--copy {
        font-size: 1.6rem; } }
    @media only screen and (min-width: 320px) and (max-width: 769px) {
      .intro__content--copy {
        font-size: 1.6rem; } }

.contact-items {
  display: flex; }
  @media only screen and (min-width: 320px) and (max-width: 769px) {
    .contact-items {
      flex-direction: column; } }
  .contact-items .contact__left {
    background-color: var(--color-primary);
    padding: 4rem 4rem 8rem;
    width: 45%;
    color: var(--color-light);
    border-radius: .6rem 0 0rem .6rem; }
    @media only screen and (min-width: 320px) and (max-width: 769px) {
      .contact-items .contact__left {
        width: 100%;
        border-radius: .6rem .6rem 0 0; } }
    .contact-items .contact__left .contact-title {
      color: var(--color-light);
      margin-bottom: 1.6rem; }
      @media only screen and (min-width: 1023px) and (max-width: 1199px) {
        .contact-items .contact__left .contact-title {
          font-size: 4rem; } }
      @media only screen and (min-width: 320px) and (max-width: 1023px) {
        .contact-items .contact__left .contact-title {
          font-size: 3.2rem; } }
    .contact-items .contact__left .contact-intro {
      width: 90%; }
    .contact-items .contact__left .contact-pod {
      margin-top: 3.2rem; }
      .contact-items .contact__left .contact-pod a {
        color: var(--color-light);
        text-decoration: underline; }
      .contact-items .contact__left .contact-pod a:hover {
        text-decoration: none; }
  .contact-items .contact__right {
    width: 55%; }
    @media only screen and (min-width: 320px) and (max-width: 1023px) {
      .contact-items .contact__right {
        width: 100%; } }
    .contact-items .contact__right .contactform {
      padding: 8rem;
      width: 100%; }
      @media only screen and (min-width: 320px) and (max-width: 1023px) {
        .contact-items .contact__right .contactform {
          padding: 4rem; } }
      .contact-items .contact__right .contactform .contactform-row {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 4rem; }
        @media only screen and (min-width: 320px) and (max-width: 1023px) {
          .contact-items .contact__right .contactform .contactform-row {
            flex-direction: column;
            margin-bottom: 0; } }
        .contact-items .contact__right .contactform .contactform-row .contactform-group {
          display: flex;
          flex-direction: column;
          flex-grow: 1;
          margin-left: 2.4rem; }
          @media only screen and (min-width: 320px) and (max-width: 1023px) {
            .contact-items .contact__right .contactform .contactform-row .contactform-group {
              margin-left: 0;
              margin-bottom: 3.2rem; } }
        .contact-items .contact__right .contactform .contactform-row .contactform-group:first-child {
          margin-left: 0; }
    .contact-items .contact__right .form-control {
      border: 1px solid var(--color-grey);
      width: 100%;
      height: 3.2rem; }
    .contact-items .contact__right .contactForm-group-checkbox {
      display: flex;
      justify-items: center; }
    .contact-items .contact__right .form-control-check {
      margin-right: .8rem; }
    .contact-items .contact__right .form-control-message {
      border: 1px solid var(--color-grey);
      width: 100%;
      padding-left: .8rem; }
    .contact-items .contact__right .form-label {
      font-size: 1.8rem;
      font-weight: 600; }
      @media only screen and (min-width: 769px) and (max-width: 1023px) {
        .contact-items .contact__right .form-label {
          font-size: 1.6rem; } }

.intro__image--adjust {
  width: 103%; }
  @media only screen and (min-width: 769px) and (max-width: 1023px) {
    .intro__image--adjust {
      width: 65%; } }

@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .intro__image {
    text-align: center; } }

.container-bgIntro {
  display: flex;
  width: 100%; }
  @media only screen and (min-width: 320px) and (max-width: 1023px) {
    .container-bgIntro {
      flex-direction: column;
      flex-direction: column-reverse; } }
  .container-bgIntro__content {
    margin-top: 1.6rem;
    width: 100%;
    margin-right: 3.2rem; }
    @media only screen and (min-width: 1023px) and (max-width: 1199px) {
      .container-bgIntro__content {
        margin-top: 4.8rem; } }
    @media only screen and (min-width: 769px) and (max-width: 1023px) {
      .container-bgIntro__content {
        margin-top: 4.8rem; } }
    @media only screen and (min-width: 320px) and (max-width: 769px) {
      .container-bgIntro__content {
        margin-top: 1.6rem; } }
    @media only screen and (min-width: 1023px) and (max-width: 1199px) {
      .container-bgIntro__content--title {
        font-size: 4rem; } }
    @media only screen and (min-width: 769px) and (max-width: 1023px) {
      .container-bgIntro__content--title {
        font-size: 3.2rem; } }
    @media only screen and (min-width: 320px) and (max-width: 769px) {
      .container-bgIntro__content--title {
        font-size: 3.2rem; } }
    @media only screen and (min-width: 769px) and (max-width: 1023px) {
      .container-bgIntro__content--copy {
        font-size: 1.6rem; } }
    @media only screen and (min-width: 320px) and (max-width: 769px) {
      .container-bgIntro__content--copy {
        font-size: 1.6rem; } }
  .container-bgIntro .about-img {
    width: 100%;
    margin-right: 2.4rem; }
    @media only screen and (min-width: 769px) and (max-width: 1023px) {
      .container-bgIntro .about-img {
        width: 80%;
        margin-bottom: 2.4rem; } }
  .container-bgIntro .services-row {
    display: flex;
    margin-bottom: 3.2rem;
    width: 100%; }
    @media only screen and (min-width: 320px) and (max-width: 1023px) {
      .container-bgIntro .services-row {
        flex-direction: column; } }
    .container-bgIntro .services-row-image {
      width: 40%;
      margin-right: 2.4rem; }
      @media only screen and (min-width: 769px) and (max-width: 1023px) {
        .container-bgIntro .services-row-image {
          width: 50%;
          margin-right: 0;
          margin-bottom: 2.4rem;
          align-self: center; } }
      @media only screen and (min-width: 320px) and (max-width: 769px) {
        .container-bgIntro .services-row-image {
          width: 80%;
          margin-right: 0;
          margin-bottom: 2.4rem;
          align-self: center; } }
    .container-bgIntro .services-row .facts {
      margin-top: 4rem; }

.testimonials {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .testimonials h2 {
      font-size: 4rem; } }
  @media only screen and (min-width: 320px) and (max-width: 1023px) {
    .testimonials h2 {
      font-size: 3.2rem; } }
  @media only screen and (min-width: 769px) and (max-width: 1199px) {
    .testimonials h3 {
      font-size: 1.8rem; } }
  @media only screen and (min-width: 320px) and (max-width: 769px) {
    .testimonials h3 {
      font-size: 1.6rem; } }
  .testimonials__boxes {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media only screen and (min-width: 320px) and (max-width: 1023px) {
      .testimonials__boxes {
        flex-direction: column; } }
    .testimonials__boxes--item {
      width: 33%;
      margin-left: 3.2rem; }
      @media only screen and (min-width: 1023px) and (max-width: 1199px) {
        .testimonials__boxes--item {
          width: 30%; } }
      @media only screen and (min-width: 320px) and (max-width: 1023px) {
        .testimonials__boxes--item {
          margin-left: 0;
          margin-bottom: 3.2rem;
          width: 100%; }
          .testimonials__boxes--item p {
            font-size: 1.6rem; } }
    .testimonials__boxes--item:first-child {
      margin-left: 0; }
  .testimonials .reviewer {
    display: flex;
    align-items: center; }
  .testimonials .reviewer-image {
    height: 4.8rem;
    margin-right: .8rem; }

.testimonials__bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }

.footer {
  padding: 6.4rem 0rem 2.4rem 0rem;
  width: 100%; }
  @media only screen and (min-width: 769px) and (max-width: 1023px) {
    .footer {
      padding: 4rem 0rem 2.4rem 0rem; } }
  @media only screen and (min-width: 320px) and (max-width: 1023px) {
    .footer h2 {
      font-size: 3.2rem;
      margin-bottom: 1.6rem; } }
  @media only screen and (min-width: 320px) and (max-width: 1023px) {
    .footer p {
      font-size: 1.6rem; } }
  .footer a {
    color: var(--color-secondary);
    text-decoration: underline; }
  .footer a:hover {
    text-decoration: none; }
  .footer__top {
    width: 100%;
    border-bottom: 1px solid var(--color-grey);
    margin: 0 auto; }
    .footer__top--content {
      width: 80%;
      margin-bottom: 3.2rem; }
      @media only screen and (min-width: 1023px) and (max-width: 1199px) {
        .footer__top--content {
          width: 70%; } }
      @media only screen and (min-width: 320px) and (max-width: 769px) {
        .footer__top--content {
          width: 100%; } }
    .footer__top--panels {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: space-between;
      margin-bottom: 4.8rem; }
      @media only screen and (min-width: 769px) and (max-width: 1023px) {
        .footer__top--panels {
          flex-direction: column;
          margin-bottom: 2.4rem; } }
      @media only screen and (min-width: 320px) and (max-width: 769px) {
        .footer__top--panels {
          flex-direction: column;
          margin-bottom: 2.4rem; } }
      .footer__top--panels .panel {
        width: 23%;
        background-color: var(--color-light);
        border: 1px solid var(--color-grey);
        border-radius: .8rem;
        color: var(--color-dark); }
        @media only screen and (min-width: 769px) and (max-width: 1023px) {
          .footer__top--panels .panel {
            width: 100%;
            height: 100%;
            display: flex;
            margin-bottom: 2.4rem; } }
        @media only screen and (min-width: 320px) and (max-width: 769px) {
          .footer__top--panels .panel {
            width: 100%;
            display: flex;
            flex-direction: column;
            margin-bottom: 2.4rem;
            border-radius: 1.0rem; } }
        .footer__top--panels .panel-image {
          width: 100.5%;
          margin-left: -1px;
          margin-bottom: 1.6rem; }
          @media only screen and (min-width: 769px) and (max-width: 1023px) {
            .footer__top--panels .panel-image {
              width: 30%;
              margin-bottom: 0; } }
          @media only screen and (min-width: 320px) and (max-width: 769px) {
            .footer__top--panels .panel-image {
              width: 100.1%;
              margin-bottom: 1.6rem;
              margin-left: -1px; } }
        .footer__top--panels .panel-title {
          font-size: 2.4rem;
          font-weight: 600;
          margin: 0 1.6rem; }
          @media only screen and (min-width: 769px) and (max-width: 1199px) {
            .footer__top--panels .panel-title {
              font-size: 1.8rem; } }
          @media only screen and (min-width: 769px) and (max-width: 1023px) {
            .footer__top--panels .panel-title {
              padding-top: 2.4rem; } }
        .footer__top--panels .panel-para {
          margin: .8rem 1.6rem 1.6rem 1.6rem; }
          @media only screen and (min-width: 769px) and (max-width: 1199px) {
            .footer__top--panels .panel-para {
              font-size: 1.6rem; } }
  .footer__bottom {
    width: 100%;
    margin: 4.8rem auto 0 auto;
    font-size: 1.6rem; }
    @media only screen and (min-width: 320px) and (max-width: 769px) {
      .footer__bottom {
        flex-direction: column;
        align-items: center; } }
    .footer__bottom--1 {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid var(--color-grey);
      padding-bottom: 4.8rem; }
      @media only screen and (min-width: 320px) and (max-width: 1023px) {
        .footer__bottom--1 {
          flex-direction: column;
          align-items: center; } }
      .footer__bottom--1right {
        display: flex; }
        @media only screen and (min-width: 320px) and (max-width: 769px) {
          .footer__bottom--1right {
            flex-direction: column; } }
        .footer__bottom--1right .block {
          margin-left: 8rem; }
          @media only screen and (min-width: 1023px) and (max-width: 1199px) {
            .footer__bottom--1right .block {
              margin-left: 5.6rem; } }
          @media only screen and (min-width: 320px) and (max-width: 769px) {
            .footer__bottom--1right .block {
              margin-left: 0;
              text-align: center;
              margin-bottom: 2.4rem; } }
        .footer__bottom--1right .block:first-child {
          margin-left: 0; }
        @media only screen and (min-width: 1023px) and (max-width: 1199px) {
          .footer__bottom--1right .block p {
            font-size: 1.4rem; } }
        @media only screen and (min-width: 769px) and (max-width: 1023px) {
          .footer__bottom--1right .block p {
            font-size: 1.4rem; } }
    .footer__bottom--2 {
      display: flex;
      justify-content: space-between;
      margin-top: 2.4rem; }
      @media only screen and (min-width: 320px) and (max-width: 769px) {
        .footer__bottom--2 {
          flex-direction: column;
          text-align: center; } }
      .footer__bottom--2 .footer__bottom--2right {
        text-align: right; }
        @media only screen and (min-width: 320px) and (max-width: 769px) {
          .footer__bottom--2 .footer__bottom--2right {
            text-align: center; } }
      @media only screen and (min-width: 769px) and (max-width: 1023px) {
        .footer__bottom--2 {
          flex-direction: column;
          align-items: center; } }
      @media only screen and (min-width: 769px) and (max-width: 1199px) {
        .footer__bottom--2 p {
          font-size: 1.4rem; } }
  .footer .footer-logo {
    width: 31rem;
    height: 7.3rem;
    margin-right: 3.2rem; }
    @media only screen and (min-width: 769px) and (max-width: 1023px) {
      .footer .footer-logo {
        margin-right: 0;
        margin-bottom: 3.2rem; } }
    @media only screen and (min-width: 320px) and (max-width: 769px) {
      .footer .footer-logo {
        margin-right: 0;
        margin-bottom: 3.2rem; } }
  .footer .footer__bottom-title {
    font-weight: 600;
    margin-bottom: 1.6rem; }
    @media only screen and (min-width: 1023px) and (max-width: 1199px) {
      .footer .footer__bottom-title {
        font-size: 1.4rem; } }
    @media only screen and (min-width: 320px) and (max-width: 769px) {
      .footer .footer__bottom-title {
        margin-bottom: .8rem; } }

.spacer-32b {
  margin-bottom: 3.2rem; }

.spacer-24b {
  margin-bottom: 2.4rem; }

.spacer-16b {
  margin-bottom: 1.6rem; }

.spacer-12b {
  margin-bottom: 1.2rem; }

.spacer-4b {
  margin-bottom: .4rem; }

.spacer-8b {
  margin-bottom: .8rem; }

.spacer-96t {
  margin-top: 9.6rem; }

.top-margin {
  margin-top: 2.4rem; }

.spacer-massive-t {
  margin-top: 17.6rem; }
  @media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .spacer-massive-t {
      margin-top: 12.8rem; } }
  @media only screen and (min-width: 769px) and (max-width: 1023px) {
    .spacer-massive-t {
      margin-top: 11.2rem; } }
  @media only screen and (min-width: 320px) and (max-width: 769px) {
    .spacer-massive-t {
      margin-top: 11.2rem; } }

.rule-short {
  width: 50%;
  height: 1px;
  background-color: var(--color-grey);
  margin-top: 5.6rem;
  margin-bottom: 4.8rem; }
  @media only screen and (min-width: 769px) and (max-width: 1023px) {
    .rule-short {
      margin-top: 2.4rem;
      margin-bottom: 2.4rem;
      width: 100%;
      height: 1px; } }
  @media only screen and (min-width: 320px) and (max-width: 769px) {
    .rule-short {
      margin-top: 1.6rem;
      margin-bottom: 2.4rem;
      width: 100%;
      height: 1px; } }

.separator {
  width: 100%;
  height: 1px;
  background-color: var(--color-grey);
  margin-top: 6.4rem;
  margin-bottom: 4rem; }
  @media only screen and (min-width: 769px) and (max-width: 1023px) {
    .separator {
      margin-top: 6.4rem;
      margin-bottom: 4rem;
      width: 100%;
      height: 1px; } }
  @media only screen and (min-width: 320px) and (max-width: 769px) {
    .separator {
      margin-top: 4rem;
      margin-bottom: 1.6rem;
      width: 100%;
      height: 1px; } }

.container {
  max-width: 136.6rem;
  margin: 2.4rem auto;
  padding: 0 2.4rem; }

.container-bg {
  width: 100%;
  height: 100%;
  background-color: var(--color-light);
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.2);
  padding: 4rem;
  margin-bottom: 7.2rem;
  border-radius: .4rem; }
  @media only screen and (min-width: 320px) and (max-width: 769px) {
    .container-bg {
      padding: 1.6rem;
      margin-bottom: 6.4rem; } }
  @media only screen and (min-width: 1199px) and (max-width: 1600px) {
    .container-bg {
      margin-top: 6.4rem; } }
  .container-bg a {
    color: var(--color-primary); }
  .container-bg a:hover {
    text-decoration: underline; }

.contact-container {
  width: 100%;
  height: 100%;
  background-color: var(--color-light);
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 7.2rem;
  border-radius: .4rem; }
  @media only screen and (min-width: 320px) and (max-width: 769px) {
    .contact-container {
      margin-bottom: 6.4rem; } }
  @media only screen and (min-width: 1199px) and (max-width: 1600px) {
    .contact-container {
      margin-top: 6.4rem; } }

.footer-container {
  max-width: 136.6rem;
  margin: 0 auto;
  padding: 0 2.4rem; }

.center {
  display: flex;
  justify-content: center; }
