/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: greycliff-cf, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 1199px) {
  body {
    font-size: 1.6rem;
  }
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.2em / 2);
  color: #13263F;
}
.h1,
h1 {
  font-family: greycliff-cf, arial, sans-serif;
  font-size: 8rem;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .h1,
h1 {
    font-size: 6rem;
  }
}
@media (max-width: 1023px) {
  .h1,
h1 {
    font-size: 4.4rem;
  }
}
.h2,
h2 {
  font-family: greycliff-cf, arial, sans-serif;
  font-size: 4.8rem;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .h2,
h2 {
    font-size: 4.2rem;
  }
}
@media (max-width: 1023px) {
  .h2,
h2 {
    font-size: 3.6rem;
  }
}
.h3,
h3 {
  font-family: greycliff-cf, arial, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}
.h4,
h4 {
  font-family: greycliff-cf, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .h4,
h4 {
    font-size: 1.6rem;
  }
}
.h5,
h5 {
  font-family: greycliff-cf, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
}
.h6,
h6 {
  font-family: greycliff-cf, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
ul,
ol {
  margin-bottom: 3rem;
  list-style-position: inside;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
input[type=text],input[type=password] { color: #111; border: 1px solid #111; padding: 10px 20px; font-size: 18px; }
input[type=submit] { background-color: #89B94F; color: #fff; border-radius: 8px; border: 0; padding: 10px 20px; font-size: 18px; transition: .2s all; font-weight: bold; }
input[type=submit]:hover { opacity: .75; }

/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/*  Btn default  */
.btn--default {
  padding: 0 3.6rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: bold;
  height: 5.2rem;
  line-height: 5.2rem;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn--default:hover {
  opacity: 0.6;
}
/*  Btn small   */
.btn--small {
  padding: 0 1.6rem;
  font-size: 1.6rem;
  font-weight: bold;
  height: 4.4rem;
  line-height: 4.0rem !important;
}
/*  Btn success  */
.btn--success {
  background: #007AC2;
  color: #fff;
  transition: .3s all;
}
.btn--success:hover {
  opacity: 1.0;
  background: #008ADB;
}
.btn--success-night {
  background: #13263F;
}
.btn--success-night:hover {
  background: #123159;
  opacity: 1.0;
}
.btn--smc-blue {
  background: #007AC2;
}
.btn--smc-blue:hover {
  background: #008ADB;
  opacity: 1.0;
}
/*  Btn outline success  */
.btn--outline-success {
  padding: 0 3.2rem;
  background: transparent;
  border: 0.3rem solid #007AC2;
  line-height: 4.6rem;
  transition: .3s all;
}
.btn--outline-success:hover {
  opacity: 1;
  border-color: #008ADB;
}
/*  Btn outline light  */
.btn--outline-light {
  border: 0.1rem solid #fff;
  transition: .3s all;
}
.btn--outline-light:hover {
  background-color: #fff;
  opacity: 1.0;
  color: #13263F;
}
  /* ------------------------------------------------------------ *\
	Card entry
\* ------------------------------------------------------------ */
.card-entry {
  padding: 5rem 8rem 2rem 8rem;
}
@media (max-width: 1399px) {
  .card-entry {
    padding: 2rem 4rem;
  }
}
@media (max-width: 1199px) {
  .card-entry {
    padding: 2rem 2rem 2rem;
  }
}
@media (max-width: 1023px) {
  .card-entry {
    padding: 2rem 1rem 2rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-entry {
    padding: 0 0 3.4rem;
  }
}
.card-entry h3 {
  font-family: greycliff-cf, arial, sans-serif;
  font-size: 3.8rem;
  font-weight: normal;
  line-height: 1.13;
  color: #455164;
}
@media (max-width: 1199px) {
  .card-entry h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 1023px) {
  .card-entry h3 {
    margin-bottom: 1rem;
    font-size: 2.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-entry h3 {
    margin-bottom: 2.6rem;
    font-size: 3.8rem;
  }
}
.card-entry p {
  line-height: 1.32;
  color: #9B9EA5;
}
@media (max-width: 1023px) {
  .card-entry p {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------------------------ *\
	Card primary
\* ------------------------------------------------------------ */
.card-primary {
  position: relative;
  height: 39rem;
  color: #fff;
  overflow: hidden;
  cursor: default;
}
@media (max-width: 1023px) {
  .card-primary {
    height: auto;
    background: #13263F;
  }
}
@media (min-width: 1024px) {
  .card-primary:hover .card__content {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .card-primary:hover .card__body {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.4s, opacity 0.4s ease;
    -o-transition: visibility 0.4s, opacity 0.4s ease;
    transition: visibility 0.4s, opacity 0.4s ease;
  }
  .card-primary:hover .card__image:before {
    opacity: 0;
    visibility: hidden;
  }
  .card-primary:hover .card__image:after {
    opacity: 1;
    visibility: visible;
  }
}
.card-primary .card__head {
  min-height: 9rem;
  margin-bottom: 0.4rem;
}
.card-primary .card__head p {
  font: 2.4rem/1.35 solitas-serif-normal, Cambria, serif;
}
@media (max-width: 1199px) {
  .card-primary .card__head {
    min-height: 7rem;
  }
}
@media (max-width: 1023px) {
  .card-primary .card__head {
    position: absolute;
    bottom: 100%;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 2.4rem;
  }
}
.card-primary .card__body {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.4s, opacity 0.4s ease;
  -o-transition: visibility 0.4s, opacity 0.4s ease;
  transition: visibility 0.4s, opacity 0.4s ease;
}
@media (max-width: 1023px) {
  .card-primary .card__body {
    visibility: visible;
    opacity: 1;
  }
}
.card-primary .card__content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  padding: 4.2rem 6rem;
  -webkit-transition: top 0.4s;
  -o-transition: top 0.4s;
  transition: top 0.4s;
  -webkit-transform: translateY(calc(100% - 18rem));
      -ms-transform: translateY(calc(100% - 18rem));
          transform: translateY(calc(100% - 18rem));
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (max-width: 1399px) {
  .card-primary .card__content {
    padding: 3rem 4rem;
    -webkit-transform: translateY(calc(100% - 17rem));
        -ms-transform: translateY(calc(100% - 17rem));
            transform: translateY(calc(100% - 17rem));
  }
}
@media (max-width: 1199px) {
  .card-primary .card__content {
    padding: 5rem 2rem 2rem;
    -webkit-transform: translateY(calc(100% - 15rem));
        -ms-transform: translateY(calc(100% - 15rem));
            transform: translateY(calc(100% - 15rem));
  }
}
@media (max-width: 1023px) {
  .card-primary .card__content {
    position: relative;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding: 2.6rem 2.5rem 2.6rem;
  }
}
.card-primary .card__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .card-primary .card__image {
    position: relative;
    padding-top: 56%;
  }
}
.card-primary .card__image:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -o-linear-gradient(225deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.68));
  background-image: linear-gradient(-135deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.68));
  z-index: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s, visibility 0.4s ease;
  -o-transition: opacity 0.4s, visibility 0.4s ease;
  transition: opacity 0.4s, visibility 0.4s ease;
}
.card-primary .card__image:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -o-linear-gradient(225deg, rgba(0, 0, 0, 0.15), black);
  background-image: linear-gradient(-135deg, rgba(0, 0, 0, 0.15), black);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s ease;
  -o-transition: opacity 0.4s, visibility 0.4s ease;
  transition: opacity 0.4s, visibility 0.4s ease;
}
.card-primary .card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.card-primary .card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-primary .card__title {
    margin-bottom: 0.4rem;
  }
}
.card-primary .card__title h3 {
  line-height: 1.13;
  color: #fff;
  margin-right: 1.8rem;
  margin-bottom: 0;
  font-family: greycliff-cf, arial, sans-serif;
  font-size: 4.2rem;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .card-primary .card__title h3 {
    font-size: 3.2rem;
  }
}
@media (max-width: 1023px) {
  .card-primary .card__title h3 {
    font-size: 2.4rem;
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-primary .card__title .ico-arrow-forward {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.4rem;
  }
}
.card-primary .card__testimaonial {
  margin-bottom: 2rem;
}
/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */
.cards {
  margin-bottom: -1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards {
    margin-bottom: -2.8rem;
  }
}
.cards .cards__card {
  margin-bottom: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards .cards__card {
    margin-bottom: 2.8rem;
  }
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Cols
\* ------------------------------------------------------------ */
.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cols {
    display: block;
    margin: 0 -0.5rem -2rem;
  }
}
.cols .col {
  padding: 0 0.5rem;
}
.cols .col--1of2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cols .col--1of2 {
    max-width: 100%;
  }
}
.cols .col--1of3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
@media (max-width: 1023px) {
  .cols .col--1of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cols .col--1of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Cols alt */
.cols--alt {
  margin: 0 -2rem;
}
@media (max-width: 1023px) {
  .cols--alt {
    margin: 0 -2rem;
  }
}
.cols--alt .col {
  padding: 0 2rem 6.7rem;
}
@media (max-width: 1023px) {
  .cols--alt .col {
    padding: 0 2rem 5rem;
  }
}
.cols--alt:last-child {
  margin: 0 -2rem -6.7rem;
}
@media (max-width: 1023px) {
  .cols--alt:last-child {
    margin: 0 -2rem -5rem;
  }
}
/* ------------------------------------------------------------ *\
	Contacts
\* ------------------------------------------------------------ */
.contacts h6 {
  color: #13263F;
}
.contacts p {
  margin-bottom: 0.4rem;
  color: #455164;
}
.contacts a {
  display: block;
  font-size: 1.3rem;
  color: #455164;
}
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature {
    display: block;
  }
}
.feature h2 {
  margin-bottom: 1.4rem;
}
.feature p {
  line-height: 1.32;
}
.feature p + .feature__btn {
  margin-top: 1rem;
}
.feature .feature__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52%;
          flex: 0 0 52%;
  max-width: 52%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature .feature__image {
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
.feature .feature__image img {
  width: 100%;
}
.feature .feature__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
  padding: 0 10rem 6rem 7.2rem;
}
@media (max-width: 1199px) {
  .feature .feature__content {
    padding: 0 0 0 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature .feature__content {
    max-width: 100%;
    padding: 0;
  }
}
.feature .feature__title {
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .feature .feature__title {
    margin-bottom: 2rem;
  }
}
.feature .feature__title h6 {
  color: #bf5034;
}
/* Feature reversed */
.feature--reversed .feature__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.feature--reversed .feature__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 2.3rem 7.2rem 0 12rem;
}
@media (max-width: 1199px) {
  .feature--reversed .feature__content {
    padding: 0 2rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature--reversed .feature__content {
    padding: 0;
  }
}
/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
.features .features__feature + .features__feature {
  margin-top: 10rem;
}
@media (max-width: 1023px) {
  .features .features__feature + .features__feature {
    margin-top: 8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features .features__feature + .features__feature {
    margin-top: 6rem;
  }
}
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 11.8rem 0;
}
@media (max-width: 1023px) {
  .footer {
    padding: 7rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer {
    padding: 4rem 0 3rem;
    text-align: center;
  }
}
.footer h6 {
  margin-bottom: 1rem;
}
.footer p {
  font-size: 1.3rem;
}
.footer .footer__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__cols {
    display: block;
    margin: 0 0 -2rem;
  }
}
.footer .footer__col {
  padding: 0 0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__col {
    margin-bottom: 2rem;
    padding: 0;
  }
}
.footer .footer__col:nth-child(2) {
  text-align: center;
}
.footer .footer__col:nth-child(3) {
  text-align: right;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__col:nth-child(3) {
    text-align: center;
  }
}
.footer .footer__col--1of3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__col--1of3 {
    max-width: 100%;
  }
}
.footer .footer__logo {
  display: inline-block;
  margin: -2rem auto 2.4rem;
}
.footer .footer__inner {
  text-align: center;
}
@media (max-width: 1023px) {
  .footer .footer__link {
    margin: 0 0.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__link {
    margin: 0;
  }
}
.footer .footer__link a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid rgba(19, 38, 63, 0.4);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 1.56;
  color: #13263F;
  margin: 0 12px;
}
.footer .footer__link a:hover {
  border-color: #13263f;
}
.footer .footer__socials {
  margin-top: -0.4rem;
}
@media (max-width: 1023px) {
  .footer .footer__socials {
    margin-top: 0;
  }
}
.footer .footer__socials ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__socials ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__socials ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.6rem;
            flex: 0 0 3.6rem;
  }
}
.footer .footer__content {
  padding-bottom: 7.6rem;
  border-bottom: 0.1rem solid #CED0D5;
}
@media (max-width: 1023px) {
  .footer .footer__content {
    padding-bottom: 3.5rem;
  }
}
.footer .footer__bar {
  padding-top: 1rem;
  font-size: 1.3rem;
}
.footer .footer__bar ul {
  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;
  list-style: none;
}
.footer .footer__bar ul li + li {
  margin-left: 1rem;
}
.footer .footer__bar ul a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer .footer__bar ul a:hover {
  opacity: 0.6;
}
.footer .footer__credits {
  margin-top: 0.4rem;
}
.footer .footer__icon {
  margin-top: 0.6rem;
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  padding: 1.5rem 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header {
    margin: 0.7rem 0;
  }
}
.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header .header__logo {
  position: relative;
  padding-right: 3rem;
  margin-right: 3rem;
}
.header .header__logo:after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  position: absolute;
  top: 0.8rem;
  right: 0;
  height: 3.5rem;
  background: #fff;
}
.header.header--alt-dark {
  color: #000;
}
.header.header--alt-dark .header__logo:after {
  background: #000;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__logo {
    width: 15.8rem;
    padding-right: 0;
    margin-right: 1rem;
  }
  .header .header__logo:after {
    display: none;
  }
}
.header .header__slogan {
  margin-bottom: 0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__slogan {
    margin-bottom: 0.3rem;
  }
}
.header .header__slogan p {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__slogan p {
    font-size: 1.4rem;
  }
}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
  padding: 17.8rem 0 4.2rem;
  background: #840c5b;
  color: #fff;
}
@media (max-width: 1023px) {
  .hero {
    padding: 13rem 0 0;
  }
}
.hero h2 {
  margin-bottom: 2.4rem;
  color: #fff;
  font-family: greycliff-cf, arial, sans-serif;
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1199px) {
  .hero h2 {
    font-size: 3.8rem;
  }
}
@media (max-width: 1023px) {
  .hero h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero h2 {
    margin-bottom: 3.6rem;
  }
}
.hero p {
  margin-bottom: 4.4rem;
  font-size: 2rem;
  line-height: 1.23;
}
@media (max-width: 1199px) {
  .hero p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero p {
    margin-bottom: 4rem;
    line-height: 1.2;
  }
}
.hero .hero__image {
  position: absolute;
  top: 0;
  left: 51.2%;
  bottom: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .hero .hero__image {
    position: relative;
    left: 0;
    padding-top: 56.25%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__image {
    padding-top: 100%;
  }
}
.hero .hero__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.hero .hero__inner {
  max-width: 116rem;
  margin: 0 auto;
}
.hero .hero__content {
  width: 50%;
  max-width: 50rem;
  padding-right: 1rem;
}
@media (max-width: 1023px) {
  .hero .hero__content {
    width: 100%;
    padding-right: 0;
    padding-bottom: 7.8rem;
    max-width: 100%;
  }
}
.hero .hero__title {
  margin-bottom: 2.9rem;
  letter-spacing: 0.02em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__title {
    margin-bottom: 4rem;
  }
}
.hero .hero__title h5 {
  color: #fff;
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
[class*=ico-] {
  display: inline-block;
}
/* ------------------------------------------------------------ *\
	List actions
\* ------------------------------------------------------------ */
.list-actions ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}
@media (max-width: 575px) {
  .list-actions ul {
    margin-bottom: -1.4rem;
    display: block;
  }
}
.list-actions li {
  margin-right: 2rem;
}
@media (max-width: 575px) {
  .list-actions li {
    margin-right: 0;
    margin-bottom: 1.4rem;
  }
}
.list-actions li:last-child {
  margin-right: 0;
}
/* ------------------------------------------------------------ *\
	List primary
\* ------------------------------------------------------------ */
.list-primary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  list-style: none;
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section solid
\* ------------------------------------------------------------ */
.section--solid {
  position: relative;
  background: #2C364F;
  color: #fff;
}
.section--solid h2 {
  color: #fff;
}
.section--solid .section__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section--solid .section__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  opacity: 0.1;
}
.section--solid .section__actions ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* ------------------------------------------------------------ *\
	Section alternating blocks
\* ------------------------------------------------------------ */
.section-alternating-blocks {
  padding: 8rem 0;
  background: #F8F8F7;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-alternating-blocks {
    padding: 6rem 0;
  }
}
/* ------------------------------------------------------------ *\
	Section cards
\* ------------------------------------------------------------ */
.section-cards {
  padding: 8rem 0;
  background-color: #F4F4F4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#EEEEEE));
  background-image: -o-linear-gradient(top, #F4F4F4 0%, #EEEEEE 100%);
  background-image: linear-gradient(180deg, #F4F4F4 0%, #EEEEEE 100%);
}
@media (max-width: 1023px) {
  .section-cards {
    padding: 6rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cards {
    padding: 6rem 0;
  }
}
.section-cards .section__cols {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* ------------------------------------------------------------ *\
	Section cta
\* ------------------------------------------------------------ */
.section-cta {
  padding: 12rem 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .section-cta {
    padding: 8rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cta {
    padding: 6rem 0;
  }
}
.section-cta h2 {
  margin-bottom: 5.6rem;
  font-family: greycliff-cf, arial, sans-serif;
  font-size: 4.4rem;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .section-cta h2 {
    font-size: 3.8rem;
  }
}
@media (max-width: 1023px) {
  .section-cta h2 {
    margin-bottom: 4.3rem;
    font-size: 3.2rem;
  }
}
.section-cta .section__content {
  position: relative;
  z-index: 1;
}
.section-cta .section__title {
  margin-bottom: 2.6rem;
}
.section-cta .section__actions li {
  padding: 0 1.5rem;
  margin-right: 0;
}
.section-cta .section__actions li:last-child {
  margin-right: 0;
}
.section-cta .section__actions .btn {
  min-width: 22rem;
}
/* ------------------------------------------------------------ *\
	Section default content
\* ------------------------------------------------------------ */
.section-default-content {
  margin: 8rem 0;
}
@media (max-width: 1023px) {
  .section-default-content {
    margin: 6rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-default-content {
    margin: 6rem 0;
  }
}
.section-default-content h2 {
  margin-bottom: 1rem;
}
.section-default-content h3 {
  font-family: greycliff-cf, sans-serif;
  margin-bottom: 1.8rem;
  text-transform: uppercase;
  color: #bf5034;
}
.section-default-content p {
  margin-bottom: 2.8rem;
  line-height: 1.4;
  color: #455164;
}
.section-default-content p:last-child {
  margin-bottom: 0;
}
.section-default-content p + .cols {
  margin-top: 8.8rem;
}
@media (max-width: 1023px) {
  .section-default-content p + .cols {
    margin-top: 6.8rem;
  }
}
.section-default-content ol,
.section-default-content ul {
  list-style-type: none;
}
.section-default-content ol li,
.section-default-content ul li {
  margin-bottom: 1rem;
  color: #455164;
  position: relative;
  padding-left: 1.8rem;
}
.section-default-content ul li:before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #455164;
  position: absolute;
  top: 0.6rem;
  left: 0;
}
.section-default-content ol {
  counter-reset: section;
}
.section-default-content ol li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  counter-increment: section;
  content: counter(section) ".";
  font-size: 1.6rem;
  color: #455164;
}
@media (max-width: 1199px) {
  .section-default-content ol li:before {
    font-size: 1.5rem;
    top: 0rem;
  }
}
/* ------------------------------------------------------------ *\
	Section info
\* ------------------------------------------------------------ */
.section-info {
  padding: 16rem 0 10rem;
}
@media (max-width: 1023px) {
  .section-info {
    padding: 12rem 0 8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-info {
    padding: 10rem 0 4rem;
  }
}
.section-info h1 {
  margin-bottom: 1rem;
  color: #fff;
  line-height: 1.1;
}
.section-info p {
  font: 3rem/1.35 solitas-serif-normal, Cambria, serif;
}
.section-info .section__content {
  max-width: 80rem;
}
@media (max-width: 767px) {
  .section-info p { font-size: 2.2rem;}
}
/* ------------------------------------------------------------ *\
	Section testimonials
\* ------------------------------------------------------------ */
.section-testimonials {
  padding: 4rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-testimonials {
    padding: 4rem 0 7rem;
  }
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section .section__inner {
  max-width: 92rem;
  margin: 0 auto;
}
/* Section warning */
.section--warning {
  background: #13263F;
  color: #fff;
}
.section--warning .section__inner {
  max-width: 116.2rem;
  margin: 0 auto;
}
/* Section primary */
.section--primary {
  background: #13263F;
  color: #fff;
}
/* Section solid */
.section--solid {
  position: relative;
  background: #13263F;
  color: #fff;
}
.section--solid h2 {
  color: #fff;
}
.section--solid .section__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section--solid .section__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  opacity: 0.1;
}
.section--solid .section__actions ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 140rem + 2.5rem * 2 );
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin: auto;
  width: 100%;
}
@media (max-width: 374px) {
  .shell {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Slogan
\* ------------------------------------------------------------ */
.slogan {
  font-size: 1.8rem;
  font-weight: 300;
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (max-width: 1023px) {
  .socials li {
    margin: 0.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .socials li {
    margin: 0 0.7rem;
  }
}
.socials li + li {
  margin-left: 1rem;
}
@media (max-width: 1023px) {
  .socials li + li {
    margin-left: 0;
  }
}
.socials a {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  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;
  background: #007AC2;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.socials a:hover {
  opacity: 0.6;
}
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial {
    display: block;
  }
}
.testimonial p {
  margin-bottom: 3.5rem;
  font-size: 2.65rem;
  line-height: 1.35;
  font-family: solitas-serif-normal, Cambria, serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial p {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}
.testimonial .cite h4 {
  font-weight: bold;
  color: #455164;
  font-style: normal;
  margin-bottom: 0.8rem;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .testimonial .cite h4 {
    font-size: 1.8rem;
  }
}
.testimonial .cite p {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.8rem;
  font-style: italic;
}
.testimonial .testimonial__image {
  position: relative;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28rem;
          flex: 0 0 28rem;
  max-width: 28rem;
  overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial .testimonial__image {
    display: block;
    margin: 0 auto 3.7rem;
  }
}
.testimonial .testimonial__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.testimonial .testimonial__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  max-width: calc(100% - 28rem);
  padding-left: 8rem;
  padding-bottom: 1.6rem;
}
@media (max-width: 1199px) {
  .testimonial .testimonial__content {
    padding-left: 4rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 1023px) {
  .testimonial .testimonial__content {
    padding-left: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial .testimonial__content {
    max-width: 100%;
    padding-left: 0;
  }
}
/* Testimaonial alt */
.testimaonial--alt p {
  font-size: 1.8rem;
  font-weight: normal;
  color: rgba(255,255,255,.9);
}
@media (max-width: 1199px) {
  .testimaonial--alt p {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimaonial--alt p {
    line-height: 1.25em;
  }
}
/* ------------------------------------------------------------ *\
	Title main
\* ------------------------------------------------------------ */
.title--main {
  position: relative;
  padding-bottom: 2.3rem;
}
.title--main:after {
  content: "";
  display: inline-block;
  width: 3.6rem;
  height: 0.4rem;
  background: #bf5034;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero .title--main:after,
.section-cta .title--main:after {
  background: #fff;
}
/* Title center */
.title--center {
  padding-bottom: 3.5rem;
}
.title--center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* Title light */
.title--light h5 {
  color: #fff;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */