
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,700&family=Roboto:wght@300;500;700&display=swap");
/* ------------------------------------------------------------ *\
  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; }
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; }
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.63;
  color: #111; }
@media (max-width: 1023px) {
    body {
      font-size: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    body {
      font-size: 14px; } }
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.63em / 2);
  line-height: 1.2;
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif; }
.h1,
h1 {
  font-size: 50px; }
@media (max-width: 1023px) {
    .h1,
    h1 {
      font-size: 45px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h1,
    h1 {
      font-size: 35px; } }
.h2,
h2 {
  font-size: 35px; }
@media (max-width: 1023px) {
    .h2,
    h2 {
      font-size: 31px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h2,
    h2 {
      font-size: 25px; } }
.h3,
h3 {
  font-size: 25px; }
@media (max-width: 1023px) {
    .h3,
    h3 {
      font-size: 23px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h3,
    h3 {
      font-size: 20px; } }
.h4,
h4 {
  font-size: 19px; }
@media (max-width: 1023px) {
    .h4,
    h4 {
      font-size: 18px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h4,
    h4 {
      font-size: 16px; } }
.h5,
h5 {
  font-size: 14px; }
.h6,
h6 {
  font-size: 12px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h6,
    h6 {
      font-size: 11px; } }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.63em; }
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; }
/* ------------------------------------------------------------ *\
  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
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article h3 {
  margin-bottom: 17px; }
@media (max-width: 1023px) {
    .article h3 {
      margin-bottom: 10px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .article h3 {
      margin-bottom: 5px; } }
.article h6 {
  color: #aaa;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 20px; }
@media (max-width: 1023px) {
    .article h6 {
      margin-bottom: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .article h6 {
      margin-bottom: 10px; } }
.article .article__image {
  position: relative;
  margin-bottom: 24px;
  overflow: hidden; }
@media (max-width: 1023px) {
    .article .article__image {
      margin-bottom: 15px; } }
.article .article__image:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }
.article .article__image:hover a {
  background-color: rgba(255, 255, 255, 0.2); }
.article .article__image a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease; }
.article .article__image img {
  -webkit-transition: -webkit-transform .67s ease-out;
  transition: -webkit-transform .67s ease-out;
  -o-transition: transform .67s ease-out;
  transition: transform .67s ease-out;
  transition: transform .67s ease-out, -webkit-transform .67s ease-out;
  width: 100%;
  max-height: 254px;
  -o-object-fit: cover;
     object-fit: cover; }
/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */
.articles .articles__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -22px 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .articles .articles__items {
      margin: -15px 0; } }
.articles .articles__item {
  max-width: calc(100% / 3);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
  padding: 22px 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .articles .articles__item {
      max-width: calc(100% / 2);
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: calc(100% / 2);
          flex-basis: calc(100% / 2);
      padding: 15px 0; } }
@media (max-width: 575px) {
    .articles .articles__item {
      max-width: calc(100% / 1);
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: calc(100% / 1);
          flex-basis: calc(100% / 1); } }
/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */
.box {
  width: 100%;
  min-height: 170px;
  background-color: #eee;
  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; }
@media (max-width: 1023px) {
    .box {
      min-height: 120px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .box {
      min-height: 100px; } }
@media (max-width: 575px) {
    .box {
      min-height: 70px; } }
.box img {
    height: auto; }
@media (max-width: 1023px) {
      .box img {
        max-width: 150px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .box img {
        max-width: 135px; } }
@media (max-width: 575px) {
      .box img {
        max-width: 120px; } }
/* ------------------------------------------------------------ *\
	Boxes
\* ------------------------------------------------------------ */
.boxes .boxes__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .boxes .boxes__items {
      margin: -10px; } }
@media (max-width: 374px) {
    .boxes .boxes__items {
      margin: -5px; } }
.boxes .boxes__item {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  padding: 15px; }
@media (max-width: 1023px) {
    .boxes .boxes__item {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: calc(100% / 3);
          flex-basis: calc(100% / 3); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .boxes .boxes__item {
      padding: 10px; } }
@media (max-width: 575px) {
    .boxes .boxes__item {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%; } }
@media (max-width: 374px) {
    .boxes .boxes__item {
      padding: 5px;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: uppercase;
  line-height: 1.2;
  border: 2px solid transparent;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 17px 28px;
  background-color: #bd2041;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  -o-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn {
      padding: 10px 20px; } }
.btn:hover {
    background-color: #fff;
    color: #bd2041; }
/*  Button white  */
.btn--white {
  background-color: #fff;
  color: #bd2041;
  padding: 17px 34px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--white {
      padding: 10px 25px; } }
.btn--white:hover {
    background-color: #bd2041;
    color: #fff; }
/*  Button border-white  */
.btn--border-white {
  background-color: transparent;
  border-color: #fff;
  padding: 17px 27px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--border-white {
      padding: 10px 20px; } }
.btn--border-white:hover {
    background-color: #fff;
    color: #bd2041; }
/*  Button border-red  */
.btn--border-red {
  background-color: transparent;
  border-color: #bd2041;
  color: #bd2041;
  padding: 17px 35px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--border-red {
      padding: 10px 28px; } }
.btn--border-red:hover {
    background-color: #bd2041;
    color: #fff; }
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Credits
\* ------------------------------------------------------------ */
.credits a {
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
.credits a:hover {
    opacity: .5; }
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  line-height: 1.5; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer {
      text-align: center; } }
.footer h5 {
    margin-bottom: 3px; }
.footer .footer__content {
    padding: 110px 0 93px;
    border-bottom: 1px solid #eee; }
@media (max-width: 1023px) {
      .footer .footer__content {
        padding: 75px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__content {
        padding: 30px 0; } }
.footer .footer__logo {
    margin-bottom: 39px;
    display: inline-block; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__logo {
        margin-bottom: 15px;
        max-width: 70px;
        height: auto; } }
.footer .footer__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.footer .footer__cols--gutter-size-1 {
    margin: 0 -15px; }
.footer .footer__cols--gutter-size-1 .footer__col {
      padding: 0 15px; }
.footer .footer__cols--gutter-size-2 {
    margin: -31px -35px; }
@media (max-width: 1023px) {
      .footer .footer__cols--gutter-size-2 {
        margin: -31px -15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__cols--gutter-size-2 {
        margin: -10px -5px; } }
.footer .footer__cols--gutter-size-2 .footer__col {
      padding: 31px 35px; }
@media (max-width: 1023px) {
        .footer .footer__cols--gutter-size-2 .footer__col {
          padding: 31px 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .footer .footer__cols--gutter-size-2 .footer__col {
          padding: 10px 5px; } }
.footer .footer__col {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
.footer .footer__col--size-1 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
.footer .footer__col--size-2 {
    max-width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; }
.footer .footer__col--size-3 {
    max-width: 28.72%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.72%;
            flex: 0 0 28.72%; }
.footer .footer__col--size-4 {
    max-width: 21.28%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21.28%;
            flex: 0 0 21.28%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__col--size-1,
    .footer .footer__col--size-2 {
      max-width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }
@media (max-width: 575px) {
    .footer .footer__col--size-3,
    .footer .footer__col--size-4 {
      max-width: 100%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: calc(100% / 3);
          flex-basis: calc(100% / 3); } }
@media (max-width: 374px) {
    .footer .footer__col--size-3,
    .footer .footer__col--size-4 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: calc(100% / 2);
          flex-basis: calc(100% / 2); } }
.footer .footer__aside a[href*="tel"]:hover {
    text-decoration: underline;
    cursor: pointer; }
.footer .footer__aside {
    font-size: 14px;
    line-height: 1.8;
    max-width: 192px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__aside {
        max-width: initial;
        text-align: center;
        margin-bottom: 30px;
        font-size: 13px; } }
.footer .footer__aside .footer__row + .footer__row {
    margin-top: 26px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__aside .footer__row + .footer__row {
        margin-top: 10px; } }
.footer .footer__nav a {
    font-size: 14px;
    text-decoration: none;
    position: relative;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    display: inline-block; }
@media (max-width: 1023px) {
      .footer .footer__nav a {
        font-size: 13px; } }
.footer .footer__nav a:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%);
      width: 100%;
      min-height: 1px;
      background-color: rgba(17, 17, 17, 0.66);
      opacity: 0;
      -webkit-transition: top .2s ease, opacity .2s ease;
      -o-transition: top .2s ease, opacity .2s ease;
      transition: top .2s ease, opacity .2s ease; }
.footer .footer__nav a:hover {
      opacity: .66; }
.footer .footer__nav a:hover:after {
        top: 100%;
        opacity: .66; }
.footer .footer__bar {
    font-size: 12px;
    padding: 18px 15px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__bar {
        padding: 10px 15px; } }
.footer .footer__bar p {
    margin-bottom: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__bar p + p {
      margin-top: 5px; } }
.footer .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
@media (max-width: 575px) {
      .footer .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
/* ------------------------------------------------------------ *\
	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 sizes  */
  /*  Grid mobile  */ }
.grid.grid--gutter {
    margin: 0 -15px; }
.grid.grid--gutter .grid__col {
      padding: 0 15px; }
.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--size-1 {
    max-width: 33.31%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.31%;
            flex: 0 0 33.31%; }
.grid .grid__col--size-2 {
    max-width: 66.69%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.69%;
            flex: 0 0 66.69%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .grid .grid__col--1of2,
    .grid .grid__col--size-1,
    .grid .grid__col--size-2 {
      max-width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: color 0.4s ease, background-color 0.4s ease;
  -o-transition: color 0.4s ease, background-color 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease; }
.header .header__overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    min-height: 150px;
    background: -webkit-gradient(linear, left top, left bottom, from(#111), to(rgba(17, 17, 17, 0)));
    background: -o-linear-gradient(#111, rgba(17, 17, 17, 0));
    background: linear-gradient(#111, rgba(17, 17, 17, 0));
    opacity: .5;
    -webkit-transition: background 0.4s ease, opacity 0.4s ease;
    -o-transition: background 0.4s ease, opacity 0.4s ease;
    transition: background 0.4s ease, opacity 0.4s ease; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__overlay {
        min-height: 100px; } }
.header .header__bar {
    position: relative;
    z-index: 5;
    text-align: right;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: border 0.4s ease;
    -o-transition: border 0.4s ease;
    transition: border 0.4s ease; }
.header .header__bar .header__inner {
    padding: 12px 31px;
    -webkit-transition: padding 0.4s ease, opacity 0.4s ease;
    -o-transition: padding 0.4s ease, opacity 0.4s ease;
    transition: padding 0.4s ease, opacity 0.4s ease; }
@media (max-width: 1023px) {
      .header .header__bar .header__inner {
        padding: 10px 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__bar .header__inner {
        font-size: 9px; } }
.header .header__inner {
    max-width: 1440px;
    margin: 0 auto; }
.header .header__body {
    position: relative;
    z-index: 5;
    padding: 16px 15px;
    text-align: center;
    -webkit-transition: padding 0.4s ease;
    -o-transition: padding 0.4s ease;
    transition: padding 0.4s ease; }
@media (max-width: 1023px) {
      .header .header__body {
        padding: 12px 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__body {
        padding: 5px 15px; } }
@media (max-width: 1023px) {
    .header .header__body .header__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
@media (max-width: 1023px) {
    .header .header__content {
      position: absolute;
      pointer-events: none;
      opacity: 0; } }
.header .header__nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-right: 33px; }
@media (max-width: 1199px) {
      .header .header__nav {
        padding-right: 130px; } }
@media (max-width: 1023px) {
      .header .header__nav {
        padding: 0; } }
.header .header__logo {
    max-width: 106px;
    height: auto;
    -webkit-transition: margin 0.4s ease, max-width 0.4s ease;
    -o-transition: margin 0.4s ease, max-width 0.4s ease;
    transition: margin 0.4s ease, max-width 0.4s ease; }
@media (max-width: 1199px) {
      .header .header__logo {
        margin-right: 100px; } }
@media (max-width: 1023px) {
      .header .header__logo {
        margin: 0;
        max-width: 86px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__logo {
        max-width: 60px; } }
.header .header__actions {
    position: absolute;
    top: 50%;
    right: 31px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
@media (max-width: 1023px) {
      .header .header__actions {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
.header .header__btn {
    -webkit-transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease, padding 0.4s ease;
    -o-transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease, padding 0.4s ease;
    transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease, padding 0.4s ease; }
/*  header is-fixed  */
.header.is-fixed {
  background-color: white;
  color: #111; }
.header.is-fixed .header__overlay {
    display: none; }
.header.is-fixed .header__bar .header__inner {
    line-height: 0;
    opacity: 0;
    padding: 0; }
.header.is-fixed .header__bar {
    border-width: 0px;
    border-color: transparent; }
@media (min-width: 1023.02px) {
    .header.is-fixed .header__body {
      padding: 12px 15px; } }
.header.is-fixed .header__nav li a:hover {
    opacity: .5; }
.header.is-fixed .header__btn {
    border-color: #bd2041;
    color: #bd2041;
    padding: 17px 38px; }
.header.is-fixed .header__btn:hover {
      background-color: #bd2041;
      color: #fff; }
/*  header is-active  */
.header.is-active {
  overflow-y: auto;
  height: 100%; }
@media (max-width: 1023px) {
    .header.is-active {
      background-color: white;
      color: #111; } }
@media (max-width: 1023px) {
    .header.is-active .header__overlay {
      opacity: 0;
      pointer-events: none; } }
@media (max-width: 1023px) {
    .header.is-active .header__bar .header__inner {
      line-height: 0;
      opacity: 0;
      padding: 0; } }
@media (max-width: 1023px) {
    .header.is-active .header__bar {
      border-width: 0px;
      border-color: transparent; } }
@media (max-width: 1023px) {
    .header.is-active .header__body {
      padding-bottom: 15px; } }
@media (max-width: 1023px) {
    .header.is-active .header__content {
      position: static;
      pointer-events: all;
      opacity: 1;
      padding-top: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header.is-active .header__content {
      padding-top: 15px; } }
@media (max-width: 1023px) {
    .header.is-active .header__nav {
      position: relative;
      top: initial;
      left: initial;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
@media (max-width: 1023px) {
    .header.is-active .header__btn {
      border-color: #bd2041;
      color: #bd2041;
      padding: 17px 38px;
      margin-bottom: 15px; }
      .header.is-active .header__btn:hover {
        background-color: #bd2041;
        color: #fff; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header.is-active .header__btn {
      margin-bottom: 5px; } }
/*  header is-active is-fixed  */
.header.is-active,
.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0; }
.header.is-active .header__logo,
  .header.is-fixed .header__logo {
    max-width: 86px; }
@media (max-width: 1023px) {
      .header.is-active .header__logo,
      .header.is-fixed .header__logo {
        max-width: 60px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header.is-active .header__logo,
      .header.is-fixed .header__logo {
        max-width: 45px; } }
.header.is-active .header__nav-trigger label:before,
  .header.is-active .header__nav-trigger label:after,
  .header.is-active .header__nav-trigger span,
  .header.is-fixed .header__nav-trigger label:before,
  .header.is-fixed .header__nav-trigger label:after,
  .header.is-fixed .header__nav-trigger span {
    background-color: #111; }
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 337px 0 291px; }
@media (max-width: 1023px) {
    .hero {
      padding: 150px 0 100px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero {
      padding: 115px 0 45px; } }
.hero .hero__overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #444;
    opacity: .4; }
.hero .hero__content {
    position: relative;
    z-index: 3; }
.hero .hero__head {
    margin-bottom: 25px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__head {
        margin-bottom: 15px; } }
.hero .hero__body {
    max-width: 555px;
    margin: 0 auto 30px;
    font-size: 18px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__body {
        font-size: 14px;
        margin-bottom: 15px;
        max-width: initial; } }
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Link more
\* ------------------------------------------------------------ */
.link-more {
  position: relative;
  display: inline-block;
  padding-left: 37px;
  text-transform: uppercase;
  color: #bd2041;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: padding 0.4s ease;
  -o-transition: padding 0.4s ease;
  transition: padding 0.4s ease; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .link-more {
      font-size: 9px;
      padding-left: 28px; } }
.link-more:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
    height: 1px;
    background-color: #bd2041;
    -webkit-transition: left 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: left 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
    -o-transition: left 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
    transition: left 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
    transition: left 0.4s ease, transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
    opacity: 1; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .link-more:after {
        width: 18px; } }
.link-more:hover {
    padding: 0 37px 0 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .link-more:hover {
        padding: 0 28px 0 0; } }
.link-more:hover:after {
      left: 100%;
      -webkit-transform: translate(-100%, -50%);
          -ms-transform: translate(-100%, -50%);
              transform: translate(-100%, -50%);
      opacity: .5; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block; }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  display: none;
  height: 25px;
  width: 30px; }
.nav-trigger input {
    position: absolute;
    opacity: 0; }
.nav-trigger label {
    position: relative;
    height: 100%;
    display: block;
    -webkit-transition: -webkit-transform 0.4s 0s;
    transition: -webkit-transform 0.4s 0s;
    -o-transition: transform 0.4s 0s;
    transition: transform 0.4s 0s;
    transition: transform 0.4s 0s, -webkit-transform 0.4s 0s; }
.nav-trigger label:before,
  .nav-trigger label:after {
    content: ''; }
.nav-trigger label:before,
  .nav-trigger label:after,
  .nav-trigger span {
    position: absolute;
    right: 0;
    height: 4px;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
    transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
    -o-transition: top .2s .25s, opacity .2s .25s, transform .2s 0s;
    transition: top .2s .25s, opacity .2s .25s, transform .2s 0s;
    transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s; }
.nav-trigger label:before {
    top: 0; }
.nav-trigger span {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1; }
.nav-trigger label:after {
    top: 100%;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
.nav-trigger input:checked ~ label span,
  .nav-trigger input:checked ~ label:before,
  .nav-trigger input:checked ~ label:after {
    -webkit-transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s;
    transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s;
    -o-transition: background .2s, top .2s, opacity .2s, transform .2s .25s;
    transition: background .2s, top .2s, opacity .2s, transform .2s .25s;
    transition: background .2s, top .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s; }
.nav-trigger input:checked ~ label span {
    opacity: 0; }
.nav-trigger input:checked ~ label:before {
    top: 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
.nav-trigger input:checked ~ label:after {
    top: 50%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
@media (max-width: 1023px) {
    .nav-trigger {
      display: inline-block; } }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  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; }
@media (max-width: 1023px) {
    .nav {
      display: block; } }
.nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0; }
@media (max-width: 1023px) {
      .nav ul {
        display: block; } }
.nav ul + ul {
    margin-left: 248px; }
@media (max-width: 1199px) {
      .nav ul + ul {
        margin-left: 200px; } }
@media (max-width: 1023px) {
      .nav ul + ul {
        margin: 0; } }
.nav li + li {
    margin-left: 41px; }
@media (max-width: 1199px) {
      .nav li + li {
        margin-left: 30px; } }
@media (max-width: 1023px) {
      .nav li + li {
        margin: 0; } }
.nav li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54;
    letter-spacing: 0.2em;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease, background-color 0.2s ease;
    -o-transition: opacity 0.4s ease, background-color 0.2s ease;
    transition: opacity 0.4s ease, background-color 0.2s ease; }
@media (max-width: 1023px) {
      .nav li a {
        display: block;
        height: 100%;
        padding: 15px; }
        .nav li a:hover {
          background-color: #eee; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav li a {
        padding: 10px; } }
.nav li a:hover {
      opacity: .75; }
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section Articles
\* ------------------------------------------------------------ */
.section-articles {
  padding: 40px 0 90px; }
@media (max-width: 1023px) {
    .section-articles {
      padding: 40px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-articles {
      padding: 30px 0; } }
/* ------------------------------------------------------------ *\
	Section Boxes
\* ------------------------------------------------------------ */
.section-boxes {
  padding: 100px 0; }
@media (max-width: 1023px) {
    .section-boxes {
      padding: 75px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-boxes {
      padding: 30px 0; } }
/* ------------------------------------------------------------ *\
	Section Article
\* ------------------------------------------------------------ */
.section-featured {
  position: relative; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-featured {
      text-align: center; } }
.section-featured h2 {
    font-size: 30px;
    margin-bottom: 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-featured h2 {
        margin-bottom: 10px;
        font-size: 24px; } }
.section-featured h6 {
    color: #aaa;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-transform: uppercase; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-featured .section__grid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
.section-featured .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 625px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-featured .section__inner {
        min-height: initial; } }
.section-featured .section__content {
    max-width: 430px;
    margin-right: 105px;
    padding: 0 0 64px 38px; }
@media (max-width: 1023px) {
      .section-featured .section__content {
        margin-right: 20px;
        padding-left: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-featured .section__content {
        padding: 0;
        margin: 0;
        max-width: initial; } }
.section-featured .section__head {
    margin-bottom: 30px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-featured .section__head {
        margin-bottom: 15px; } }
.section-featured .section__body {
    margin-bottom: 36px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-featured .section__body {
        margin-bottom: 30px; } }
.section-featured .section__image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65.76%;
    height: 100%;
    overflow: hidden; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-featured .section__image {
        position: relative;
        width: 100%;
        margin-bottom: 15px; } }
.section-featured .section__image:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
.section-featured .section__image:hover a {
    background-color: rgba(255, 255, 255, 0.2); }
.section-featured .section__image a {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease; }
.section-featured .section__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-featured .section__image img {
        min-height: 500px; } }
/* ------------------------------------------------------------ *\
	Section gradient
\* ------------------------------------------------------------ */
.section-gradient {
  padding: 203px 0 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#fff));
  background: -o-linear-gradient(top, #f5f5f5, #fff);
  background: linear-gradient(to bottom, #f5f5f5, #fff);
  max-width: 1360px;
  margin: 0 auto;
  color: #1a1614; }
@media (max-width: 1023px) {
    .section-gradient {
      padding: 170px 0 75px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-gradient {
      padding: 30px 0; } }
.section-gradient .section__content {
    text-align: center;
    max-width: 705px;
    margin: 0 auto 62px; }
@media (max-width: 1023px) {
      .section-gradient .section__content {
        margin-bottom: 45px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-gradient .section__content {
        margin-bottom: 30px; } }
.section-gradient .section__head {
    margin-bottom: 29px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-gradient .section__head {
        margin-bottom: 15px; } }
/*  Section gradient alt */
.section-gradient--alt {
  padding: 95px 0 100px;
  color: inherit; }
@media (max-width: 1023px) {
    .section-gradient--alt {
      padding: 75px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-gradient--alt {
      padding: 30px 0; } }
.section-gradient--alt .section__content {
    max-width: 500px;
    margin: 0 auto;
    padding: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-gradient--alt .section__content {
        max-width: initial; } }
.section-gradient--alt .section__head {
    max-width: 430px;
    margin: 0 auto 27px;
    line-height: 1.14; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-gradient--alt .section__head {
        max-width: initial;
        margin-bottom: 15px; } }
.section-gradient--alt .section__body {
    margin-bottom: 33px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-gradient--alt .section__body {
        margin-bottom: 20px; } }
/* ------------------------------------------------------------ *\
	Section image
\* ------------------------------------------------------------ */
.section-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
  padding: 280px 0; }
@media (max-width: 1023px) {
    .section-image {
      padding: 150px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-image {
      padding: 50px 0; } }
.section-image h2 {
    line-height: 1.15;
    margin-bottom: 41px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-image h2 {
        margin-bottom: 20px; } }
.section-image h6 {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.2em;
    text-transform: uppercase; }
.section-image .section__content {
    max-width: 950px;
    margin: 0 auto; }
/*  Section image alt  */
.section-image--alt {
  padding: 141px 0 143px; }
@media (max-width: 1023px) {
    .section-image--alt {
      padding: 90px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-image--alt {
      padding: 45px 0; } }
.section-image--alt h2 {
    margin-bottom: 28px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-image--alt h2 {
        margin-bottom: 15px; } }
.section-image--alt p {
    margin-bottom: 32px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-image--alt p {
        margin-bottom: 15px; } }
.section-image--alt .section__content {
    max-width: 410px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-image--alt .section__content {
        max-width: initial; } }
/* ------------------------------------------------------------ *\
	Section Slider
\* ------------------------------------------------------------ */
.section-slider {
  text-align: center; }
.section-slider h2 {
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 42px;
    line-height: 1.14; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-slider h2 {
        margin-bottom: 20px; } }
.section-slider .section__content {
    position: relative;
    background-color: #f5f5f5;
    padding: 96px 0 131px; }
@media (max-width: 1023px) {
      .section-slider .section__content {
        padding: 75px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-slider .section__content {
        padding: 30px 0 45px; } }
/* ------------------------------------------------------------ *\
	Section subscribe
\* ------------------------------------------------------------ */
.section-subscribe {
  padding: 76px 0 72px;
  border-bottom: 1px solid #ddd; }
@media (max-width: 1023px) {
    .section-subscribe {
      padding: 45px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-subscribe {
      text-align: center;
      padding: 30px 0; } }
.section-subscribe h2 {
    margin: 0 22px 8px 0;
    min-width: 200px; }
@media (max-width: 1023px) {
      .section-subscribe h2 {
        margin: 0 0 10px; } }
.section-subscribe .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-subscribe .section__content {
      margin-bottom: 15px; } }
@media (max-width: 1023px) {
    .section-subscribe .section__content .section__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-subscribe .section__content .section__inner {
      display: block; } }
.section-subscribe .section__actions {
    height: 100%; }
.section-subscribe .section__actions .section__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 100px 0; }
@media (max-width: 1023px) {
    .section {
      padding: 75px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section {
      padding: 30px 0;
      text-align: center; } }
.section h2 {
    margin-bottom: 29px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section h2 {
        margin-bottom: 15px; } }
.section p {
    margin-bottom: 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section p {
        margin-bottom: 10px; } }
.section .section__content {
    padding-top: 140px;
    max-width: 410px;
    margin-left: 68px; }
@media (max-width: 1023px) {
      .section .section__content {
        margin-left: 20px;
        padding-top: 90px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__content {
        margin: 0 0 30px;
        padding: 0;
        max-width: initial; } }
.section .section__image {
    position: relative;
    top: 0;
    left: 0;
    min-height: 660px; }
@media (max-width: 1023px) {
      .section .section__image {
        min-height: 550px; } }
@media (max-width: 575px) {
      .section .section__image {
        min-height: 450px; } }
.section .section__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: initial;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.section .section__content--size-1 {
    max-width: 385px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__content--size-1 {
        max-width: initial; } }
.section .section__content--size-2 {
    max-width: 320px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__content--size-2 {
        max-width: initial; } }
.section .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
/*  Section secondary  */
.section--secondary {
  position: relative;
  padding: 0;
  min-height: 650px; }
@media (max-width: 1023px) {
    .section--secondary {
      min-height: 540px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--secondary {
      min-height: initial; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--secondary .section__grid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
.section--secondary .section__image {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 60px);
    height: 100%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--secondary .section__image {
        width: 100%;
        position: relative; } }
.section--secondary .section__image img {
    position: static;
    width: 100%;
    height: 100%;
    min-height: initial; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--secondary .section__image img {
        position: absolute; } }
.section--secondary .section__content {
    max-width: 435px; }
@media (max-width: 1023px) {
      .section--secondary .section__content {
        max-width: initial;
        margin-left: 0; } }
/*  Section alt  */
.section--alt {
  padding-bottom: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--alt {
      padding-bottom: 30px; } }
.section--alt p {
    margin-bottom: 0; }
.section--alt .section__image {
    margin-bottom: -110px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--alt .section__image {
        margin-bottom: 15px; } }
.section--alt .section__content {
    padding: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--alt .section__content {
        margin: 0; } }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none; }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 1170px + 15px * 2);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  width: 100%; }
/*  Shell alt  */
.shell--alt {
  max-width: calc( 1360px + 15px * 2); }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {
  position: relative; }
.slider .slider__slide {
    max-width: 770px;
    margin: 0 auto; }
@media (max-width: 1023px) {
      .slider .slider__slide {
        max-width: initial;
        margin: 0;
        padding: 0 75px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider .slider__slide {
        padding: 0 60px; } }
.slider .slider__actions {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
            transform: translateY(-25%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 80px; }
@media (max-width: 1199px) {
      .slider .slider__actions {
        padding: 0 45px; } }
@media (max-width: 1023px) {
      .slider .slider__actions {
        padding: 0 15px; } }
.slider .slider__actions a {
    position: relative;
    display: inline-block;
    font-size: 0;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 15px rgba(40, 40, 40, 0.12);
            box-shadow: 0 7px 15px rgba(40, 40, 40, 0.12);
    -webkit-transition: background-color 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: background-color 0.4s ease, -webkit-box-shadow 0.4s ease;
    -o-transition: box-shadow 0.4s ease, background-color 0.4s ease;
    transition: box-shadow 0.4s ease, background-color 0.4s ease;
    transition: box-shadow 0.4s ease, background-color 0.4s ease, -webkit-box-shadow 0.4s ease; }
@media (max-width: 1023px) {
      .slider .slider__actions a {
        min-width: 45px;
        min-height: 45px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider .slider__actions a {
        min-width: 30px;
        min-height: 30px; } }
.slider .slider__actions a:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 8px;
      min-height: 8px;
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      -o-transition: transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .slider .slider__actions a:after {
          min-width: 6px;
          min-height: 6px;
          border-width: 1px; } }
.slider .slider__actions a:hover {
      -webkit-box-shadow: 0 7px 30px rgba(40, 40, 40, 0.5);
              box-shadow: 0 7px 30px rgba(40, 40, 40, 0.5); }
.slider .slider__prev:after {
    border-bottom: 2px solid #111;
    border-left: 2px solid #111;
    -webkit-transform: translate(calc(-50% + 2px), -50%) rotate(45deg);
        -ms-transform: translate(calc(-50% + 2px), -50%) rotate(45deg);
            transform: translate(calc(-50% + 2px), -50%) rotate(45deg); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider .slider__prev:after {
        -webkit-transform: translate(calc(-50% + 1px), -50%) rotate(45deg);
            -ms-transform: translate(calc(-50% + 1px), -50%) rotate(45deg);
                transform: translate(calc(-50% + 1px), -50%) rotate(45deg); } }
.slider .slider__prev:hover:after {
    -webkit-transform: translate(calc(-50% + 2px), -50%) rotate(45deg) scale(1.2);
        -ms-transform: translate(calc(-50% + 2px), -50%) rotate(45deg) scale(1.2);
            transform: translate(calc(-50% + 2px), -50%) rotate(45deg) scale(1.2); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider .slider__prev:hover:after {
        -webkit-transform: translate(calc(-50% + 1px), -50%) rotate(45deg) scale(1.2);
            -ms-transform: translate(calc(-50% + 1px), -50%) rotate(45deg) scale(1.2);
                transform: translate(calc(-50% + 1px), -50%) rotate(45deg) scale(1.2); } }
.slider .slider__next:after {
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    -webkit-transform: translate(calc(-50% - 2px), -50%) rotate(45deg);
        -ms-transform: translate(calc(-50% - 2px), -50%) rotate(45deg);
            transform: translate(calc(-50% - 2px), -50%) rotate(45deg); }
.slider .slider__next:hover:after {
    -webkit-transform: translate(calc(-50% - 2px), -50%) rotate(45deg) scale(1.2);
        -ms-transform: translate(calc(-50% - 2px), -50%) rotate(45deg) scale(1.2);
            transform: translate(calc(-50% - 2px), -50%) rotate(45deg) scale(1.2); }
.slider .slider__paging {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 90px);
        -ms-transform: translate(-50%, 90px);
            transform: translate(-50%, 90px); }
@media (max-width: 1023px) {
      .slider .slider__paging {
        -webkit-transform: translate(-50%, 45px);
            -ms-transform: translate(-50%, 45px);
                transform: translate(-50%, 45px); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider .slider__paging {
        -webkit-transform: translate(-50%, 20px);
            -ms-transform: translate(-50%, 20px);
                transform: translate(-50%, 20px); } }
.slider .slider__paging ol {
    list-style: none;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.slider .slider__paging li + li {
    margin-left: 8px; }
.slider .slider__paging a {
    display: inline-block;
    background-color: #ccc;
    min-width: 5px;
    min-height: 5px;
    border-radius: 50%; }
.slider .slider__paging .is-current a {
    background-color: #bd2041;
    min-width: 8px;
    min-height: 8px; }
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials {
  display: inline-block; }
.socials ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.socials li + li {
    margin-left: 34px; }
.socials a {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }
.socials a:hover {
      opacity: .5; }
/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .subscribe {
    width: 100%; } }
.subscribe .subscribe__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
@media (max-width: 1023px) {
    .subscribe .subscribe__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; } }
.subscribe .subscribe__field {
  border: 2px solid #eee;
  padding: 17px 23px;
  min-width: 295px;
  margin-right: 12px; }
@media (max-width: 1199px) {
    .subscribe .subscribe__field {
      min-width: 270px; } }
@media (max-width: 1023px) {
    .subscribe .subscribe__field {
      margin: 0 0 5px 0;
      min-width: initial;
      width: 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .subscribe .subscribe__field {
      padding: 12px 15px; } }
.subscribe .subscribe__field::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.2em; }
.subscribe .subscribe__field::-moz-placeholder {
  color: #aaa;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.2em; }
.subscribe .subscribe__field:-ms-input-placeholder {
  color: #aaa;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.2em; }
.subscribe .subscribe__field::-ms-input-placeholder {
  color: #aaa;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.2em; }
.subscribe .subscribe__field,
.subscribe .subscribe__field::placeholder {
  color: #aaa;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.2em; }
.subscribe .subscribe__field::-webkit-input-placeholder {
  text-transform: uppercase; }
.subscribe .subscribe__field::-moz-placeholder {
  text-transform: uppercase; }
.subscribe .subscribe__field:-ms-input-placeholder {
  text-transform: uppercase; }
.subscribe .subscribe__field::-ms-input-placeholder {
  text-transform: uppercase; }
.subscribe .subscribe__field::placeholder {
  text-transform: uppercase; }
.subscribe .subscribe__btn {
  padding: 17px 39px; }
@media (max-width: 1199px) {
    .subscribe .subscribe__btn {
      padding: 17px 30px; } }
@media (max-width: 1023px) {
    .subscribe .subscribe__btn {
      width: 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .subscribe .subscribe__btn {
      padding: 12px 30px; } }
.subscribe .subscribe__btn:hover {
    border-color: #bd2041; }
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial blockquote {
  margin-bottom: 35px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .testimonial blockquote {
      margin-bottom: 15px; } }
.testimonial .testimonial__author {
  max-width: 100px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.75; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .testimonial .testimonial__author {
      line-height: 1.4;
      font-size: 13px; } }
.testimonial .testimonial__author strong {
  font-size: 16px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .testimonial .testimonial__author strong {
      font-size: 15px; } }
/* ------------------------------------------------------------ *\
	Tile
\* ------------------------------------------------------------ */
.tile {
  text-align: center;
  color: #111; }
.tile .tile__head {
    margin-bottom: 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tile .tile__head {
        margin-bottom: 10px; } }
.tile .tile__body {
    color: #1a1614;
    max-width: 200px;
    margin: 0 auto; }
.tile .tile__icon {
    margin-bottom: 25px;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tile .tile__icon {
        margin-bottom: 10px;
        min-height: initial; } }
/* ------------------------------------------------------------ *\
	Tiles
\* ------------------------------------------------------------ */
.tiles {
  max-width: 980px;
  margin: 0 auto; }
.tiles .tiles__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -35px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tiles .tiles__items {
        margin: -10px 0; } }
.tiles .tiles__item {
    max-width: calc(100% / 3);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    padding: 0 35px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tiles .tiles__item {
        max-width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
        padding: 10px 0; } }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden; }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */

/*# sourceMappingURL=bundle.css.map */
