@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap);
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*  Spacer */
/*  Typography */
/* Colors */
/* Grid */
[class*=h-show],
[class*=h-flex] {
  display: none !important;
}

.h-display-block {
  display: block !important;
}
.h-display-inline-block {
  display: inline-block !important;
}
.h-display-flex {
  display: flex !important;
}
.h-display-none {
  display: none !important;
}
.h-display-inline {
  display: inline !important;
}

.h-position-relative {
  position: relative;
}
.h-position-absolute {
  position: absolute;
}
.h-position-sticky {
  position: sticky;
}
.h-position-fixed {
  position: fixed;
}
.h-position-static {
  position: static;
}

.h-justify-content-left {
  justify-content: flex-start;
}
.h-justify-content-right {
  justify-content: flex-end;
}
.h-justify-content-center {
  justify-content: center;
}
.h-justify-content-around {
  justify-content: space-around;
}
.h-justify-content-between {
  justify-content: space-between;
}

.h-align-items-left {
  align-items: flex-start;
}
.h-align-items-right {
  align-items: flex-end;
}
.h-align-items-center {
  align-items: center;
}

.h-flex-direction-column {
  flex-direction: column;
}
.h-flex-direction-column-reverse {
  flex-direction: column-reverse;
}

.h-text-left {
  text-align: left;
}
.h-text-right {
  text-align: right;
}
.h-text-center {
  text-align: center;
}

.h-show {
  display: block !important;
}

.h-hide {
  display: none !important;
}

.h-margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.h-no-margin {
  margin: 0;
}

.h-no-padding {
  padding: 0;
}

.h-invisible {
  visibility: hidden;
}

.h-flex-nowrap {
  flex-wrap: nowrap;
}
.h-flex-nowrap > [class*=l-col-] {
  flex-shrink: 0;
}

.h-flex-wrap {
  flex-wrap: wrap;
}
.h-flex-wrap > [class*=l-col-] {
  flex-shrink: 0;
}

.h-no-gutter {
  margin: 0;
}
.h-no-gutter [class*=l-col-] {
  padding: 0;
}

.h-height-full {
  height: 100%;
}

.h-text-uppercase {
  text-transform: uppercase;
}

.h-letter-spacing {
  letter-spacing: 0.25rem;
}

.h-width-full {
  width: 100%;
}

@media (min-width: 576px) {
  .h-hide-sm {
    display: none !important;
  }

  .h-show-sm {
    display: block !important;
  }

  .h-flex-sm {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .h-hide-md {
    display: none !important;
  }

  .h-show-md {
    display: block !important;
  }

  .h-flex-md {
    display: flex !important;
  }
}
@media (min-width: 991px) {
  .h-hide-lg {
    display: none !important;
  }

  .h-show-lg {
    display: block !important;
  }

  .h-flex-lg {
    display: flex !important;
  }
}
@media (min-width: 1199px) {
  .h-hide-xl {
    display: none !important;
  }

  .h-show-xl {
    display: block !important;
  }

  .h-flex-xl {
    display: flex !important;
  }
}
.h-color-white {
  color: #fff;
}

.h-color-primary {
  color: #262626;
}

.h-color-secondary {
  color: #D92424;
}

.h-weight-regular {
  font-weight: 400;
}

.h-weight-semibold {
  font-weight: 600;
}

.h-weight-bold {
  font-weight: 700;
}

.h-spacer {
  width: 100%;
  clear: both;
}

.h-spacer--15 {
  height: 15px;
}

.h-spacer--25 {
  height: 25px;
}

.h-spacer--30 {
  height: 30px;
}

.h-spacer--50 {
  height: 50px;
}

.h-spacer--75 {
  height: 75px;
}

.h-spacer--100 {
  height: 100px;
}

.h-spacer--125 {
  height: 125px;
}

[class*=l-col] {
  padding: 0 1.6rem;
  width: 100%;
  min-height: 1px;
}
.l-col-1 {
  max-width: 8.3333333333%;
  flex-basis: 8.3333333333%;
}

.l-col-2 {
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}

.l-col-3 {
  max-width: 25%;
  flex-basis: 25%;
}

.l-col-4 {
  max-width: 33.3333333333%;
  flex-basis: 33.3333333333%;
}

.l-col-5 {
  max-width: 41.6666666667%;
  flex-basis: 41.6666666667%;
}

.l-col-6 {
  max-width: 50%;
  flex-basis: 50%;
}

.l-col-7 {
  max-width: 58.3333333333%;
  flex-basis: 58.3333333333%;
}

.l-col-8 {
  max-width: 66.6666666667%;
  flex-basis: 66.6666666667%;
}

.l-col-9 {
  max-width: 75%;
  flex-basis: 75%;
}

.l-col-10 {
  max-width: 83.3333333333%;
  flex-basis: 83.3333333333%;
}

.l-col-11 {
  max-width: 91.6666666667%;
  flex-basis: 91.6666666667%;
}

.l-col-12 {
  max-width: 100%;
  flex-basis: 100%;
}

@media (min-width: 576px) {
  .l-col-sm-1 {
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }

  .l-col-sm-2 {
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }

  .l-col-sm-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .l-col-sm-4 {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }

  .l-col-sm-5 {
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }

  .l-col-sm-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .l-col-sm-7 {
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }

  .l-col-sm-8 {
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }

  .l-col-sm-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .l-col-sm-10 {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }

  .l-col-sm-11 {
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }

  .l-col-sm-12 {
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 768px) {
  .l-col-md-1 {
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }

  .l-col-md-2 {
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }

  .l-col-md-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .l-col-md-4 {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }

  .l-col-md-5 {
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }

  .l-col-md-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .l-col-md-7 {
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }

  .l-col-md-8 {
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }

  .l-col-md-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .l-col-md-10 {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }

  .l-col-md-11 {
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }

  .l-col-md-12 {
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 991px) {
  .l-col-lg-1 {
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }

  .l-col-lg-2 {
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }

  .l-col-lg-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .l-col-lg-4 {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }

  .l-col-lg-5 {
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }

  .l-col-lg-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .l-col-lg-7 {
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }

  .l-col-lg-8 {
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }

  .l-col-lg-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .l-col-lg-10 {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }

  .l-col-lg-11 {
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }

  .l-col-lg-12 {
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 1199px) {
  .l-col-xl-1 {
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }

  .l-col-xl-2 {
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }

  .l-col-xl-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .l-col-xl-4 {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }

  .l-col-xl-5 {
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }

  .l-col-xl-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .l-col-xl-7 {
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }

  .l-col-xl-8 {
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }

  .l-col-xl-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .l-col-xl-10 {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }

  .l-col-xl-11 {
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }

  .l-col-xl-12 {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.l-container {
  max-width: 131.2rem;
  padding: 0 1.6rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 991px) {
  .l-container--narrow {
    max-width: 117rem;
    width: calc(100% - 32px);
  }
}
.l-container--fluid {
  max-width: 100%;
}

.l-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1.6rem;
}
@media (min-width: 991px) {
  .l-row--nospace {
    margin: 0;
  }
  .l-row--nospace > [class*=l-col] {
    padding: 0;
  }
}

@media (min-width: 991px) {
  .l-layout__content {
    width: calc(100% - calc(286px + (1.6rem * 2)));
  }
}
@media (min-width: 991px) {
  .l-layout__aside {
    width: calc(286px + (1.6rem * 2));
  }
}

.c-icon {
  display: inline-flex;
  height: 2.2rem;
  width: 2.2rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.c-icon-arrow {
  height: 0.9rem;
  width: 3.9rem;
  -webkit-mask-image: url("/assets/images/icons/icon-arrow.svg");
          mask-image: url("/assets/images/icons/icon-arrow.svg");
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c-icon-arrow {
    background-image: url("/assets/images/icons/icon-arrow.svg");
  }
}
.c-icon-bag {
  -webkit-mask-image: url("/assets/images/icons/icon-bag.svg");
          mask-image: url("/assets/images/icons/icon-bag.svg");
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c-icon-bag {
    background-image: url("/assets/images/icons/icon-bag.svg");
  }
}
.c-icon-book {
  -webkit-mask-image: url("/assets/images/icons/icon-book.svg");
          mask-image: url("/assets/images/icons/icon-book.svg");
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c-icon-book {
    background-image: url("/assets/images/icons/icon-book.svg");
  }
}
.c-icon-calculator {
  -webkit-mask-image: url("/assets/images/icons/icon-calculator.svg");
          mask-image: url("/assets/images/icons/icon-calculator.svg");
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c-icon-calculator {
    background-image: url("/assets/images/icons/icon-calculator.svg");
  }
}
.c-icon-cog {
  -webkit-mask-image: url("/assets/images/icons/icon-cog.svg");
          mask-image: url("/assets/images/icons/icon-cog.svg");
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c-icon-cog {
    background-image: url("/assets/images/icons/icon-cog.svg");
  }
}
.c-icon-comments {
  -webkit-mask-image: url("/assets/images/icons/icon-comments.svg");
          mask-image: url("/assets/images/icons/icon-comments.svg");
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c-icon-comments {
    background-image: url("/assets/images/icons/icon-comments.svg");
  }
}
.c-icon-envelope {
  -webkit-mask-image: url("/assets/images/icons/icon-envelope.svg");
          mask-image: url("/assets/images/icons/icon-envelope.svg");
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c-icon-envelope {
    background-image: url("/assets/images/icons/icon-envelope.svg");
  }
}
.c-icon-phone {
  -webkit-mask-image: url("/assets/images/icons/icon-phone.svg");
          mask-image: url("/assets/images/icons/icon-phone.svg");
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c-icon-phone {
    background-image: url("/assets/images/icons/icon-phone.svg");
  }
}

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}
html.js *[data-inview] {
  transform: translateY(25px);
  opacity: 0;
  transition: 0.25s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
  transition-property: opacity, transition;
}
html.js *[data-inview].inview {
  transform: translateY(0);
  opacity: 1;
}

body {
  background-color: #fff;
  color: #262626;
  line-height: 1.5;
  max-width: 1366px;
  margin: auto;
  overflow-x: hidden;
  padding-top: 78px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 991px) {
  body {
    padding-top: 100px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

strong,
b {
  font-weight: 700;
}

a:focus {
  outline: 1px dotted #262626;
}

*[tabindex]:focus {
  outline: 1px dotted #262626;
}

.heading-h1,
.heading-h2,
.heading-h3 {
  font-weight: 700;
  line-height: 1.3;
}

.heading-h1 {
  font-size: 26px;
}
@media (min-width: 768px) {
  .heading-h1 {
    font-size: 28px;
  }
}

.heading-h2 {
  font-size: 24px;
}

.heading-h3 {
  font-size: 20px;
}

.c-mail {
  font-size: 20px;
}

.c-button {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #262626;
  display: inline-flex;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 16px 25px 15px;
  border-radius: 25px;
  transition: 0.25s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
  transition-property: color, background-color, border-color;
  /* &--primary {
      background: $cherokee;
      color: $cod-gray;
      letter-spacing: 0;
      text-transform: none;
      padding: 5px;
      border-radius: 50px;
      width: 210px;
      height: 50px;
      text-align: center;
  }
  &--invert {
      background: $thunder;
      color: $mercury;
  } */
}
.c-button:disabled {
  opacity: 0.3;
  cursor: default;
}
.c-button--bordered {
  border: 1px solid #262626;
  color: #262626;
}
.c-button--bordered :not(:disabled):hover {
  background-color: #D92424;
  border-color: #D92424;
  color: #fff;
}
.c-button--color-secondary {
  border-color: #D92424;
  color: #D92424;
}
.c-button--color-white {
  border-color: #fff;
  color: #fff;
}
.c-button--primary {
  background: #262626;
  color: #fff;
}
.c-button--primary:not(:disabled):hover {
  background-color: #fff;
  border-color: #fff;
  color: #D92424;
}
.c-button--secondary {
  background: #D92424;
  color: #fff;
}
.c-button--secondary:not(:disabled):hover {
  background-color: #fff;
  border-color: #fff;
  color: #D92424;
}
.c-button--shadow {
  box-shadow: 5px 5px 15px rgba(185, 46, 46, 0.5);
}

.c-hero {
  background-image: url("/assets/images/hero-banner-1.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-radius: 10px;
  text-align: center;
  padding: 15% 15px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  .c-hero {
    min-height: 450px;
    text-align: left;
    padding: 6.8rem 6.8rem;
  }
}
.c-hero--simple {
  min-height: 1px;
  padding: 45px 15px;
}
@media (min-width: 991px) {
  .c-hero--simple {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 45px 6.8rem;
  }
}
@media (min-width: 991px) {
  .c-hero--simple .c-hero__cta {
    margin: 0;
  }
}
.c-hero__wrapper {
  max-width: 430px;
  margin: auto;
}
@media (min-width: 991px) {
  .c-hero__wrapper {
    margin: 0;
  }
}
.c-hero__heading {
  color: #fff;
  line-height: 1.3;
}
.c-hero__desc {
  color: #fff;
  line-height: 1.7;
  margin: 2rem auto 0;
}
.c-hero__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 30px -20px 0;
}
@media (min-width: 576px) {
  .c-hero__cta {
    flex-direction: row;
  }
}
@media (min-width: 991px) {
  .c-hero__cta {
    justify-content: flex-start;
  }
}
.c-hero__button {
  margin: 0 20px;
}

.c-teaser {
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 17px 25px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 14px;
}
@media (min-width: 768px) {
  .c-teaser {
    font-size: 13px;
  }
}
.c-teaser--vertical {
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
}
.c-teaser--vertical .c-teaser__media {
  margin: 0 0 15px 0;
}
.c-teaser--fullh {
  height: 100%;
}
.c-teaser--shadow {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.c-teaser__media {
  display: block;
  max-height: 31px;
  margin: 0 15px 0 0;
}
.c-teaser__heading {
  text-transform: uppercase;
  font-weight: 600;
  color: #D92424;
  margin-bottom: 10px;
}

.c-list--disc > .c-list__item:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #D92424;
  margin-right: 8px;
  transform: translateY(6px);
}
.c-list--decimal {
  counter-reset: li;
}
.c-list--decimal > .c-list__item {
  counter-increment: li;
}
.c-list--decimal > .c-list__item:before {
  content: counter(li) ".";
  font-weight: 600;
  margin-right: 8px;
}
.c-list--inner {
  margin: 10px 0 0 20px;
}
.c-list--inner > .c-list__item {
  margin-bottom: 5px;
}
.c-list__item {
  margin-bottom: 25px;
}
.c-list__item > div {
  display: inline-block;
  width: calc(100% - 25px);
}
.c-list__item:before {
  content: "";
  display: inline-block;
  vertical-align: top;
}
.c-list__item:last-child {
  margin: 0;
}

.c-heading {
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}
.c-heading--content {
  text-align: left;
  margin-bottom: 20px;
}

.c-opinion {
  max-width: 675px;
  margin: auto;
  text-align: center;
  padding: 0 15px;
  position: relative;
}
@media (min-width: 991px) {
  .c-opinion {
    padding: 0 55px;
  }
}
.c-opinion:after, .c-opinion::before {
  content: "";
  position: absolute;
  background-image: url("/assets/images/icons/icon-quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 95px;
  height: 80px;
  z-index: -1;
}
.c-opinion:after {
  bottom: 15px;
  right: 0;
  transform: scale(-1, -1);
}
.c-opinion:before {
  top: 15px;
  left: 0;
}
.c-opinion__avatar {
  width: 60px;
  height: 60px;
  display: block;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #D92424;
  padding: 5px;
  overflow: hidden;
}
.c-opinion__content {
  margin: 20px 0;
}
.c-opinion__name {
  font-size: 12px;
  font-weight: 600;
  color: #D92424;
  line-height: 1;
}

.c-chart {
  text-align: center;
  max-width: 190px;
}
.c-chart__circle {
  color: rgba(38, 38, 38, 0.8);
  width: 128px;
  height: 128px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  position: relative;
}
.c-chart__circle:before, .c-chart__circle:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
}
.c-chart__circle:before {
  border: 6px solid #F2F2F2;
}
.c-chart__circle.is-active:before {
  border-top-color: #D92424;
  border-right-color: #D92424;
  border-bottom-color: #D92424;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.c-chart__circle:after {
  border: 0 solid transparent;
}
.c-chart__circle.is-active:after {
  border-top: 6px solid #D92424;
  border-left-width: 6px;
  border-right-width: 6px;
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}
.c-chart__heading {
  font-size: 14px;
  margin-top: 15px;
}

.c-box {
  padding: 13% 15px;
  background-repeat: no-repeat;
  background-position: 98% 95%;
  border-radius: 10px;
  text-align: center;
}
@media (min-width: 991px) {
  .c-box {
    padding: 45px 52px;
    text-align: left;
  }
}
.c-box--primary {
  color: #fff;
  background-color: #262626;
  background-image: url("/assets/images/icons/icon-delivery.svg");
}
.c-box--secondary {
  color: #fff;
  background-color: #D92424;
  background-image: url("/assets/images/icons/icon-box.svg");
}
.c-box__content {
  margin: 15px 0 30px;
}
.c-box--font-greater {
  font-size: 15px;
}

.c-form {
  max-width: 630px;
  margin: auto;
}
.c-form__group {
  position: relative;
}
.c-form__input {
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  background: transparent;
  border-radius: 10px;
  border: 1px solid rgba(38, 38, 38, 0.25);
  min-height: 46px;
  color: #262626;
  line-height: 1;
  font-weight: normal;
  outline: 0;
  padding: 12px 25px;
  transition: border-color 0.25s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
}
.c-form__input:focus {
  border-color: #262626;
}
.c-form__input.is-error {
  border-color: red;
}
.c-form--ta {
  min-height: 130px;
  max-height: 170px;
  min-width: 100%;
  max-width: 100%;
  line-height: 1.4;
}
.c-form__btn {
  margin-top: 30px;
}
.c-form__error {
  position: absolute;
  bottom: -16px;
  left: 0;
  font-size: 11px;
  color: red;
}

.c-link {
  color: #D92424;
  text-decoration: underline;
}
.c-link--primary {
  color: #262626;
}

.c-logo {
  flex-shrink: 0;
  width: 230px;
}
.c-logo img {
  width: 100%;
}

.c-contact {
  background-color: #262626;
  border-radius: 10px;
  padding: 30px;
  color: #fff;
  position: sticky;
  top: 5px;
}
.c-contact__link {
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.c-contact__link:last-child {
  margin: 0;
}
.c-contact__content {
  margin-top: 15px;
}
.c-contact__button {
  margin: 30px auto;
}

.c-alert {
  position: fixed;
  z-index: 9999;
  top: 15px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  max-width: 320px;
  width: calc(100% - 30px);
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  transition-property: transform, opacity;
  transform: translateY(20%);
  opacity: 0;
  transition: 0.25s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
}
.c-alert--success {
  background-color: #D92424;
  box-shadow: 5px 5px 15px rgba(185, 46, 46, 0.5);
  color: #fff;
}
.c-alert.is-active {
  opacity: 1;
  transform: translateY(0);
}

.l-section {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .l-section {
    padding: 5rem 0;
  }
}

.s-hero {
  color: #fff;
}
.s-hero__teaser {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  align-items: center;
}
@media (min-width: 991px) {
  .s-hero__teaser {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    align-items: flex-start;
  }
}

.s-about__teasers {
  margin-top: 25px;
}
@media (min-width: 991px) {
  .s-about__teasers {
    margin: -60px auto 0;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }
}

.s-contact__teaser {
  text-align: center;
  align-items: center;
  padding: 0;
}
.s-contact__teaser .c-teaser__heading {
  color: #262626;
}

.s-whyus {
  background-image: url("/assets/images/map.svg");
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 991px) {
  .s-whyus {
    background-position: 130% 70%;
  }
}
.s-whyus__lists {
  max-width: 874px;
}
@media (min-width: 991px) {
  .s-whyus__lists {
    margin: 0 auto;
  }
}

.s-cooperation__box {
  height: 100%;
  max-width: 874px;
  margin: auto;
  text-align: center;
}
.s-cooperation__text {
  text-align: center;
  max-width: 874px;
  margin: auto;
  line-height: 1.8;
}

.s-opinion__chartwarpper {
  display: flex;
  justify-content: space-around;
}
@media (min-width: 768px) {
  .s-opinion__chartwarpper {
    justify-content: center;
  }
}

.l-layout__content p {
  line-height: 1.7;
}

.l-nav__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.l-nav__link {
  color: #262626;
  padding: 15px 15px;
  text-transform: uppercase;
  transition: color 0.25s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
  position: relative;
  cursor: pointer;
  display: block;
  font-weight: 600;
  font-size: 12px;
}
.l-nav__link:hover {
  color: #D92424;
}
@media (min-width: 1199px) {
  .l-nav__link {
    padding: 15px 20px;
  }
}
.l-nav__link.is-active {
  color: #D92424;
}
.l-nav--indicator .l-nav__item:after {
  display: block;
}
.l-nav.is-open {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.nav-trigger {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 101;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
.nav-trigger__wrapper {
  width: 32px;
  height: 18px;
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
}
.nav-trigger__item {
  height: 2px;
  background: #262626;
  border-radius: 3px;
  width: 100%;
  position: relative;
  z-index: 1;
  transition-property: transform, opacity;
  transition: 0.25s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
}
.nav-trigger__item:last-child {
  width: 60%;
}
.nav-trigger.is-open .nav-trigger__item:nth-child(1) {
  transform: rotate(45deg) translateY(5px) translateX(8px);
}
.nav-trigger.is-open .nav-trigger__item:nth-child(2) {
  opacity: 0;
}
.nav-trigger.is-open .nav-trigger__item:last-child {
  width: 100%;
  transform: rotate(-45deg) translateY(-4px) translateX(6px);
}

@media (max-width: 991px) {
  .l-nav-lg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: rgba(255, 255, 255, 0.95);
    height: 100vh;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20%);
    transition: 0.2s ease-in 0s;
    transition-property: transform, opacity;
  }
  .l-nav-lg .l-nav__list {
    flex-direction: column;
  }
  .l-nav-lg .l-nav__link {
    font-size: 1.6rem;
  }
  .l-nav-lg .l-nav__link:after {
    bottom: -4px;
  }
}

.l-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  padding: 10px 0;
  background-color: #fff;
}
@media (min-width: 991px) {
  .l-header {
    padding: 17px 0;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .l-header__inner {
    justify-content: space-between;
  }
}
@media (min-width: 991px) {
  .l-header__button {
    margin-left: 30px;
  }
}

.l-footer {
  background-color: #262626;
  padding: 35px 0;
}
.l-footer a {
  color: #fff;
}
.l-footer__logo {
  display: flex;
  justify-content: center;
  margin: auto;
}
@media (min-width: 991px) {
  .l-footer__logo {
    display: block;
    margin: 0;
  }
}
.l-footer__nav {
  display: flex;
  justify-content: center;
}
@media (min-width: 991px) {
  .l-footer__nav {
    justify-content: flex-end;
  }
}
