/* ------------------------------------------------------------ *\
  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
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'MrsEavesXLSerifOT';
  src: url("../fonts/MrsEavesXLSerifOT-Reg.woff2") format("woff2"), url("../fonts/MrsEavesXLSerifOT-Reg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'MrEavesXLModOT';
  src: url("../fonts/MrEavesXLModOT-Bold.woff2") format("woff2"), url("../fonts/MrEavesXLModOT-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'MrEavesXLModOT';
  src: url("../fonts/MrEavesXLModOT-Reg.woff2") format("woff2"), url("../fonts/MrEavesXLModOT-Reg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'MrEavesXLModOT';
  src: url("../fonts/MrEavesXLModOT-Book.woff2") format("woff2"), url("../fonts/MrEavesXLModOT-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rift';
  src: url("../fonts/Rift-Regular.woff2") format("woff2"), url("../fonts/Rift-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  position: relative;
  min-width: 320px;
  background: #fff;
  font-family: "MrEavesXLModOT", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.44;
  color: #666; }
@media (max-width: 1023px) {
    body {
      font-size: calc(18px * 0.85); } }
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 {
  font-family: "MrsEavesXLSerifOT", "Times New Roman", "Times", serif;
  font-weight: 400;
  margin-bottom: calc(1.44em / 2); }
.h1,
h1 {
  font-size: 50px;
  line-height: 1.2; }
@media (max-width: 1023px) {
    .h1,
    h1 {
      font-size: calc(50px * 0.85); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h1,
    h1 {
      font-size: calc(50px * 0.7); } }
@media (max-width: 575px) {
    .h1,
    h1 {
      font-size: calc(50px * 0.6); } }
.h2,
h2 {
  font-size: 30px; }
@media (max-width: 1023px) {
    .h2,
    h2 {
      font-size: calc(30px * 0.85); } }
.h3,
h3 {
  font-size: 24px;
  line-height: 1.2; }
@media (max-width: 1023px) {
    .h3,
    h3 {
      font-size: calc(24px * 0.85); } }
.h4,
h4 {
  font-size: 22px;
  line-height: 1.2; }
@media (max-width: 1023px) {
    .h4,
    h4 {
      font-size: calc(22px * 0.85); } }
.h5,
h5 {
  font-size: 16px;
  line-height: 1.2; }
@media (max-width: 1023px) {
    .h5,
    h5 {
      font-size: calc(16px * 0.85); } }
.h6,
h6 {
  font-size: 12px; }
@media (max-width: 1023px) {
    .h6,
    h6 {
      font-size: calc(12px * 0.85); } }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.44em; }
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 h2,
.article h3,
.article h4 {
  font-family: "MrEavesXLModOT", Helvetica, Arial, sans-serif;
  font-weight: 300; }
.article h2 {
  color: #29405d;
  font-size: 28px;
  margin-bottom: 4px; }
@media (max-width: 1023px) {
    .article h2 {
      font-size: calc(28px * 0.85); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .article h2 {
      font-size: calc(28px * 0.7); } }
.article h3 {
  color: #c0c0c0;
  font-size: 18px;
  margin-bottom: 30px; }
@media (max-width: 1023px) {
    .article h3 {
      font-size: calc(18px * 0.85); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .article h3 {
      font-size: calc(18px * 0.7);
      margin-bottom: 15px; } }
.article h4 {
  color: #414141;
  font-size: 22px;
  margin-bottom: 17px; }
@media (max-width: 1023px) {
    .article h4 {
      font-size: calc(22px * 0.85); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .article h4 {
      font-size: calc(22px * 0.7);
      margin-bottom: 10px; } }
.article p {
  line-height: 1.45;
  margin-bottom: 0; }
.article p a {
  color: #29405d;
  text-decoration: none; }
.article p a:hover {
    text-decoration: underline; }
.article .article__image {
  padding-bottom: 35.15%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
.article .article__content {
  padding: 26px 60px 47px 38px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .article .article__content {
      padding: 20px 30px 25px; } }
/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */
.bar {
  display: inline-block;
  margin-bottom: 5px; }
.bar .form__label {
    display: inline-block;
    margin-bottom: 5px; }
.bar .bar__image {
    margin-bottom: 6px; }
.bar .bar__ranges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.bar .bar__ranges p {
    color: #a2aed9;
    display: inline-block; }
/* ------------------------------------------------------------ *\
	Block
\* ------------------------------------------------------------ */
.block {
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%; }
.block h3 {
    line-height: 1.3;
    position: relative;
    z-index: 10; }
.block > a {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.block a:hover ~ .block__content h3 {
    text-decoration: underline; }
.block .block__content {
    position: relative;
    z-index: 2;
    min-height: 316px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 20px 28px;
    color: #fff; }
@media (max-width: 1023px) {
      .block .block__content {
        min-height: 275px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .block .block__content {
        min-height: 225px; } }
@media (max-width: 575px) {
      .block .block__content {
        min-height: 175px; } }
@media (max-width: 374px) {
      .block .block__content {
        min-height: 125px; } }
/*  Block overlay  */
.block--overlay:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#042046), color-stop(29%, rgba(21, 33, 71, 0.71)), to(rgba(21, 33, 71, 0)));
  background: -o-linear-gradient(bottom, #042046, rgba(21, 33, 71, 0.71) 29%, rgba(21, 33, 71, 0));
  background: linear-gradient(to top, #042046, rgba(21, 33, 71, 0.71) 29%, rgba(21, 33, 71, 0));
  opacity: .8;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
.block--overlay:hover:before {
  opacity: .9; }
/*  Block darkblue  */
.block--darkblue {
  background-color: #35455c;
  min-height: 400px;
  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) {
    .block--darkblue {
      min-height: 250px;
      text-align: center; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .block--darkblue {
      min-height: 100px; } }
.block--darkblue .block__content {
    display: block;
    padding: 0 70px 11px;
    min-height: initial; }
@media (max-width: 1399px) {
      .block--darkblue .block__content {
        padding-left: 45px;
        padding-right: 45px; } }
@media (max-width: 1023px) {
      .block--darkblue .block__content {
        padding: 30px 15px; } }
.block--darkblue h2 {
    margin-bottom: 18px; }
@media (max-width: 1023px) {
      .block--darkblue h2 {
        margin-bottom: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .block--darkblue h2 {
        margin-bottom: 10px; } }
.block--darkblue p {
    line-height: 1.45;
    margin-bottom: 49px; }
@media (max-width: 1023px) {
      .block--darkblue p {
        margin-bottom: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .block--darkblue p {
        margin-bottom: 20px; } }
/*  Block transparent  */
.block--transparent {
  background-color: rgba(60, 69, 69, 0.7);
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
@media (max-width: 1023px) {
    .block--transparent {
      min-height: 250px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .block--transparent {
      min-height: 100px; } }
.block--transparent .block__content {
    display: block;
    min-height: initial;
    text-align: center;
    padding: 88px 70px 70px; }
@media (max-width: 1399px) {
      .block--transparent .block__content {
        padding-left: 45px;
        padding-right: 45px; } }
@media (max-width: 1199px) {
      .block--transparent .block__content {
        padding-bottom: 55px; } }
@media (max-width: 1023px) {
      .block--transparent .block__content {
        padding: 45px 15px 30px; } }
.block--transparent .block__rating {
    margin-bottom: 41px;
    line-height: 1.45; }
@media (max-width: 1023px) {
      .block--transparent .block__rating {
        margin-bottom: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .block--transparent .block__rating {
        margin-bottom: 20px; } }
/* ------------------------------------------------------------ *\
	Brochure
\* ------------------------------------------------------------ */
.box {
  position: relative; }
.box a:hover ~ span {
    text-decoration: underline; }
.box a {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
.box img {
    width: 100%;
    height: 100%; }
.box span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 155, 148, 0.9);
    padding: 10px 20px; }
/* ------------------------------------------------------------ *\
	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;
  padding: 11px 20px;
  min-width: 82px;
  min-height: 41px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font: 400 18px/1.3 "Rift", Helvetica, Arial, sans-serif;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease, -webkit-box-shadow 0.4s ease;
  -o-transition: background-color 0.4s ease, box-shadow 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, box-shadow 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, box-shadow 0.4s ease, color 0.4s ease, border-color 0.4s ease, -webkit-box-shadow 0.4s ease; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn {
      font-size: 16px;
      min-width: 65px;
      min-height: 25px;
      padding: 8px 16px; } }
.btn:hover {
    background-color: rgba(255, 255, 255, 0.19);
    -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.15); }
/*  Button Darkblue  */
.btn--darkblue {
  border-color: #253a58;
  color: #253a58; }
.btn--darkblue:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #00aca2;
    color: #00aca2; }
/*  Button Big  */
.btn--big {
  padding: 10px 31px;
  min-width: 134px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn--big {
      padding: 8px 25px;
      min-width: 100px; } }
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */
.callout {
  background-color: #00aca2;
  padding: 76px 0 80px;
  color: #fff; }
@media (max-width: 1199px) {
    .callout {
      padding: 45px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .callout {
      padding: 30px 0; } }
.callout h2 {
    margin: 10px 0 5px;
    line-height: 1.3; }
@media (max-width: 1023px) {
      .callout h2 {
        margin: 0 0 5px; } }
.callout p {
    font-size: 17.5px; }
@media (max-width: 1023px) {
    .callout .callout__content {
      text-align: center;
      margin-bottom: 30px; } }
.callout .callout__form {
    padding-left: 9px; }
@media (max-width: 1023px) {
      .callout .callout__form {
        padding: 0; } }
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  background-color: #fff;
  height: 100%; }
.card p {
    margin-bottom: 24px; }
.card .card__title {
    background-color: #fde568;
    color: #fff;
    padding: 17px 32px;
    text-transform: capitalize;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
@media (max-width: 1023px) {
      .card .card__title {
        min-height: 86px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card .card__title {
        padding: 10px 32px;
        min-height: 45px; } }
@media (min-width: 1023.02px) and (max-width: 1199px) {
    .card .card__title h4 {
      font-size: 19px; } }
.card .card__image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 52%; }
@media (max-width: 1023px) {
      .card .card__image {
        padding-bottom: 45%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card .card__image {
        padding-bottom: 40%; } }
.card .card__content {
    padding: 27px 33px 37px; }
@media (max-width: 1023px) {
      .card .card__content {
        padding: 15px; } }
/*  Card Purple  */
.card--purple .card__title {
  background-color: #7f82b4; }
/*  Card Blue  */
.card--blue .card__title {
  background-color: #638aca; }
/*  Card Pink  */
.card--pink .card__title {
  background-color: #be73a3; }
/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */
.cards .cards__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px; }
.cards .cards__item {
  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);
  padding: 0 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .cards .cards__item {
      max-width: calc(100%);
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: calc(100%);
          flex-basis: calc(100%); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards .cards__item + .cards__item {
    margin-top: 30px; } }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox input {
  display: none; }
.checkbox label {
  position: relative;
  padding-left: 25px; }
.checkbox label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-color: #00aca2;
    background-color: #fff;
    width: 15px;
    height: 15px;
    display: inline-block; }
.checkbox label:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 4px;
    height: 8px;
    border-right: 1px solid #0ea09a;
    border-bottom: 1px solid #0ea09a;
    -webkit-transform: translate(calc(100% + 1px), calc(-50% - 1px)) rotate(45deg);
        -ms-transform: translate(calc(100% + 1px), calc(-50% - 1px)) rotate(45deg);
            transform: translate(calc(100% + 1px), calc(-50% - 1px)) rotate(45deg);
    opacity: 0; }
.checkbox input:checked ~ label:after {
  opacity: 1; }
/* ------------------------------------------------------------ *\
	Checkboxes
\* ------------------------------------------------------------ */
.checkboxes ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.checkboxes li + li {
  margin-left: 36px; }
/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
@media (max-width: 575px) {
  .copyright {
    margin-bottom: 10px; } }
.copyright ul {
  margin-bottom: 0;
  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: 575px) {
    .copyright ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.copyright li + li {
  position: relative;
  margin-left: 17px; }
@media (max-width: 575px) {
    .copyright li + li {
      margin: 5px 0 0; } }
.copyright li + li:before {
    position: absolute;
    content: '|';
    top: 0;
    left: -10px; }
@media (max-width: 575px) {
      .copyright li + li:before {
        display: none; } }
/* ------------------------------------------------------------ *\
	Credits
\* ------------------------------------------------------------ */
.credits i,
.credits span {
  display: inline-block;
  vertical-align: middle; }
@media (max-width: 1023px) {
  .credits {
    text-align: center; } }
/* ------------------------------------------------------------ *\
	Dropdown trigger
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .dropdown-trigger {
    padding-right: 5px; }
    .dropdown-trigger:after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(100%, -50%);
          -ms-transform: translate(100%, -50%);
              transform: translate(100%, -50%);
      width: 15px;
      height: 15px;
      display: inline-block;
      background-image: url("../images/temp/arrow.svg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; } }
/* ------------------------------------------------------------ *\
	Dropdown
\* ------------------------------------------------------------ */
.dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 53px 63px 41px 61px;
  bottom: -33px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  min-width: 984px; }
@media (max-width: 1199px) {
    .dropdown {
      padding: 30px;
      min-width: 850px; } }
@media (max-width: 1023px) {
    .dropdown {
      position: static;
      padding: 5px 0 0 15px;
      min-width: initial;
      background-color: transparent;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
.dropdown:before {
    content: '';
    z-index: 9;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    width: 17px;
    height: 17px;
    background-color: #fff; }
@media (max-width: 1023px) {
      .dropdown:before {
        display: none; } }
.dropdown h3 {
    color: #363636;
    font: 400 20px/1.2 "Rift", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
@media (max-width: 1023px) {
      .dropdown h3 {
        color: #fff;
        margin-bottom: 5px; } }
.dropdown ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    width: 100%; }
.dropdown li {
    text-align: left;
    width: 100%;
    padding: 8px 0; }
@media (max-width: 1023px) {
      .dropdown li {
        padding: 0px 0 0px 15px; } }
.dropdown li + li {
    margin: 0;
    position: relative;
    border-top: 1px solid #dfdfdf; }
@media (max-width: 1023px) {
      .dropdown li + li {
        border: none; } }
.dropdown a {
    color: #585858;
    font-size: 18px;
    text-transform: none;
    text-decoration: none; }
@media (max-width: 1023px) {
      .dropdown a {
        color: #fff; } }
.dropdown a:hover span {
    color: #00aca2;
    text-decoration: underline; }
.dropdown a img,
  .dropdown a span {
    display: inline-block;
    vertical-align: middle; }
.dropdown a img {
    margin-right: 11px; }
.dropdown .dropdown__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
@media (max-width: 1023px) {
      .dropdown .dropdown__cols {
        display: block; } }
.dropdown .dropdown__cols--gutter {
    margin: 0 -20px; }
@media (max-width: 1023px) {
      .dropdown .dropdown__cols--gutter {
        margin: 0; } }
.dropdown .dropdown__cols--gutter .dropdown__col {
      padding: 0 20px; }
@media (max-width: 1023px) {
        .dropdown .dropdown__cols--gutter .dropdown__col {
          padding: 0; } }
.dropdown .dropdown__col {
    -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);
    max-width: calc(100% / 3);
    width: 100%; }
@media (max-width: 1023px) {
      .dropdown .dropdown__col {
        max-width: initial; } }
@media (max-width: 1023px) {
    .dropdown .dropdown__col + .dropdown__col {
      margin-top: 5px; } }
@media (max-width: 1023px) {
    .dropdown .dropdown__box {
      max-width: 300px;
      margin-top: 15px; } }
@media (max-width: 1023px) {
    .dropdown.is-active {
      display: block; } }
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  display: block;
  font-size: 18px;
  border: none;
  width: 100%;
  padding: 9px 12px;
  line-height: 1.3;
  color: #666; }
.field::-webkit-input-placeholder {
    color: #666; }
.field::-moz-placeholder {
    color: #666; }
.field:-ms-input-placeholder {
    color: #666; }
.field::-ms-input-placeholder {
    color: #666; }
.field::placeholder {
    color: #666; }
@media (max-width: 1023px) {
    .field {
      font-size: calc(18px * 0.85); } }
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background-color: #f2f4f7; }
.footer ul {
    list-style: none;
    margin-bottom: 0; }
.footer a {
    text-decoration: none; }
.footer a:hover {
      text-decoration: underline; }
.footer .footer__inner {
    padding: 106px 0 94px;
    border-bottom: 1px solid #ecedef;
    line-height: 1.6; }
@media (max-width: 1199px) {
      .footer .footer__inner {
        padding: 75px 0; } }
@media (max-width: 1023px) {
      .footer .footer__inner {
        padding: 45px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__inner {
        padding: 30px; } }
.footer .footer__inner h3 {
    color: #1a1a1a;
    font-size: 20px;
    margin-bottom: 25px; }
@media (max-width: 1023px) {
      .footer .footer__inner h3 {
        font-size: calc(20px * 0.85); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__inner h3 {
        font-size: calc(20px * 0.7); } }
.footer .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 63px; }
@media (max-width: 1199px) {
      .footer .footer__nav {
        padding: 0; } }
@media (max-width: 1023px) {
      .footer .footer__nav {
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        margin-bottom: 15px; } }
@media (max-width: 575px) {
      .footer .footer__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
.footer .footer__bar {
    padding: 68px 0 76px; }
@media (max-width: 1199px) {
      .footer .footer__bar {
        padding: 50px 0; } }
@media (max-width: 1023px) {
      .footer .footer__bar {
        padding: 30px; } }
.footer .footer__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
.footer .footer__cols--alt {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
.footer .footer__cols--gutter {
    margin: 0 -20px; }
.footer .footer__cols--gutter .footer__col {
      padding: 0 20px; }
.footer .footer__col {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
.footer .footer__col--size-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 6);
        flex-basis: calc(100% / 6); }
@media (max-width: 1023px) {
      .footer .footer__col--size-1 {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
        text-align: center; } }
.footer .footer__col--size-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2); }
@media (max-width: 1023px) {
      .footer .footer__col--size-2 {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% / 4 * 2);
            flex-basis: calc(100% / 4 * 2); } }
.footer .footer__col--size-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); }
@media (max-width: 1023px) {
      .footer .footer__col--size-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33%;
                flex: 0 0 33%; } }
.footer .footer__col--size-2,
  .footer .footer__col--size-3 {
    padding-right: 83px; }
@media (max-width: 1023px) {
      .footer .footer__col--size-2,
      .footer .footer__col--size-3 {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
        text-align: center; } }
.footer .footer__col--size-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33%;
            flex: 0 0 58.33%; }
.footer .footer__col--size-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.67%;
            flex: 0 0 41.67%; }
@media (max-width: 1023px) {
    .footer .footer__col--size-4,
    .footer .footer__col--size-5 {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }
.footer .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
@media (max-width: 1023px) {
      .footer .footer__content {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
.footer .footer__logo {
    margin-right: 32px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__logo {
        margin: 0 0 15px; } }
.footer .footer__logo i {
    width: 60px;
    height: 60px; }
/* ------------------------------------------------------------ *\
	Form User
\* ------------------------------------------------------------ */
.form-user .form__row p {
  margin-bottom: 5px; }
.form-user .form__row + .form__row {
  margin-top: 41px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-user .form__row + .form__row {
      margin-top: 30px; } }
@media (max-width: 575px) {
    .form-user .form__row + .form__row {
      margin-top: 15px; } }
.form-user .form__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.form-user .form__cols--gutter {
  margin: 0 -12px; }
.form-user .form__cols--gutter .form__col {
    padding: 0 12px; }
.form-user .form__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
.form-user .form__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%; }
.form-user .form__body {
  margin-bottom: 38px; }
@media (max-width: 575px) {
    .form-user .form__body {
      margin-bottom: 20px; } }
.form-user .form__controls {
  position: relative;
  margin-top: 6px; }
.form-user .form__icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
.form-user .form__btn {
  width: 100%;
  min-height: 47px;
  background-color: #1ec7bd;
  border: 2px solid transparent;
  text-transform: uppercase;
  font-family: "Rift", Helvetica, Arial, sans-serif;
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease;
  -o-transition: background-color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease; }
.form-user .form__btn:hover {
    background-color: transparent;
    border-color: #1ec7bd; }
.form-user .form__btn--alt {
  background-color: #00aca2; }
.form-user .form__btn + p {
  margin-top: 40px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form-user .form__btn + p {
      margin-top: 30px; } }
@media (max-width: 575px) {
    .form-user .form__btn + p {
      margin-top: 20px; } }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form .form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
@media (max-width: 1023px) {
    .form .form__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
.form .form__body {
  margin-right: 11px; }
@media (max-width: 1023px) {
    .form .form__body {
      margin: 0 0 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__body {
      width: 100%; } }
.form .form__row + .form__row {
  margin-top: 21px; }
.form .form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media (max-width: 1023px) {
    .form .form__row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
.form .form__cols {
  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;
  margin: 0 -5.5px; }
@media (max-width: 1199px) {
    .form .form__cols {
      margin: -5.5px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__cols {
      margin: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; } }
.form .form__col {
  max-width: 162px;
  padding: 0 5.5px; }
@media (max-width: 1199px) {
    .form .form__col {
      padding: 5.5px;
      max-width: 50%;
      width: 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__col {
      padding: 0;
      max-width: 100%;
      width: 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__col + .form__col {
    margin-top: 15px; } }
.form .form__btn {
  font-size: 16px;
  padding: 6px 26px;
  line-height: 1.1; }
/* ------------------------------------------------------------ *\
	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 1of3  */
  /*  Grid col 2of3  */
  /*  Grid col sizes  */ }
.grid .grid__col {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
.grid .grid__col--1of3 {
    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); }
.grid .grid__col--2of3 {
    max-width: calc(100% / 3 * 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% / 3 * 2);
        flex-basis: calc(100% / 3 * 2); }
@media (max-width: 1023px) {
    .grid .grid__col--1of3,
    .grid .grid__col--2of3 {
      max-width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }
.grid .grid__col--size-1 {
    max-width: 58.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33%;
            flex: 0 0 58.33%; }
.grid .grid__col--size-2 {
    max-width: 41.67%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.67%;
            flex: 0 0 41.67%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .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%; } }
/*  Grid gutter */
.grid--gutter {
  margin: 0 -20px; }
.grid--gutter > .grid__col {
    padding: 0 20px; }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  z-index: 25;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
@media (max-width: 1023px) {
    .header.is-active {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: background-color 0.4s 0.2s ease;
      -o-transition: background-color 0.4s 0.2s ease;
      transition: background-color 0.4s 0.2s ease;
      background-color: #253a58;
      overflow-y: auto;
      min-height: 100vh; } }
@media (max-width: 1023px) {
    .header.is-active .header__content {
      position: static;
      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;
      -webkit-transition: opacity 0.75s 0.2s ease, -webkit-transform 0.4s 0.2s ease;
      transition: opacity 0.75s 0.2s ease, -webkit-transform 0.4s 0.2s ease;
      -o-transition: transform 0.4s 0.2s ease, opacity 0.75s 0.2s ease;
      transition: transform 0.4s 0.2s ease, opacity 0.75s 0.2s ease;
      transition: transform 0.4s 0.2s ease, opacity 0.75s 0.2s ease, -webkit-transform 0.4s 0.2s ease;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transform-origin: top;
          -ms-transform-origin: top;
              transform-origin: top;
      opacity: 1;
      pointer-events: all;
      padding: 10px 0;
      width: 100%; } }
.header .header__inner {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
@media (max-width: 1399px) {
      .header .header__inner {
        padding-right: 15px; } }
@media (max-width: 1199px) {
      .header .header__inner {
        padding: 50px 45px 50px 30px; } }
@media (max-width: 1023px) {
      .header .header__inner {
        padding: 15px;
        height: 100%;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
.header .header__box {
    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__box {
        width: 100%; } }
.header .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 20px; }
@media (max-width: 1023px) {
      .header .header__content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        pointer-events: none;
        opacity: 0;
        padding-right: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__content {
        top: 7.5%; } }
@media (max-width: 1023px) {
    .header .header__logo i {
      width: 80px;
      height: 80px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header .header__logo i {
      width: 50px;
      height: 50px; } }
.header .header__nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
@media (max-width: 1199px) {
      .header .header__nav {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin-right: 15px; } }
@media (max-width: 1023px) {
      .header .header__nav {
        position: static;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin: 10px 0 0; } }
.header .header__inner-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
@media (max-width: 1199px) {
      .header .header__inner-actions {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
@media (max-width: 1023px) {
      .header .header__inner-actions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__inner-actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
.header .header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 48px; }
@media (max-width: 1399px) {
      .header .header__actions {
        margin-right: 25px; } }
@media (max-width: 1023px) {
      .header .header__actions {
        margin: 0 0 0 25px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__actions {
        margin: 10px 0 0; } }
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
  background-color: #081524;
  padding: 366px 0 250px;
  color: #fff;
  font-size: 20px; }
@media (max-width: 1023px) {
    .hero {
      padding: 125px 0;
      font-size: 19px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero {
      padding: 75px 0;
      font-size: 17px; } }
.hero h1 {
    margin-bottom: 27px;
    text-transform: capitalize; }
.hero p {
    line-height: 2; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero p {
        line-height: 1.2; } }
.hero p span {
    color: #fde568; }
.hero p a {
    text-decoration: none; }
.hero p a:hover {
      text-decoration: underline; }
.hero .hero__background,
  .hero .hero__background:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.hero .hero__background {
    z-index: 1; }
.hero .hero__background:after {
    content: '';
    z-index: 2;
    background-color: #263938;
    opacity: .39; }
.hero .hero__background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: .7; }
.hero .hero__body {
    position: relative;
    z-index: 5;
    text-align: center; }
.hero .hero__actions {
    margin-bottom: 25px; }
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/*  Reset  */
.svg-sprite .ico g,
.svg-sprite .ico path {
  stroke: inherit;
  fill: inherit; }
[class*="ico"] {
  display: inline-block;
  vertical-align: middle; }
[class*="ico"] svg {
  width: 100%;
  height: 100%;
  display: block; }
/*  Ico Arrow Circle  */
.ico-arrow-circle {
  display: inline-block;
  width: 17px;
  height: 17px;
  fill: #cacaca; }
/*  Ico Arrow  */
.ico-arrow {
  width: 12px;
  height: 9px;
  fill: #fff; }
/*  Ico Designer  */
.ico-designer {
  display: inline-block;
  width: 89px;
  height: 26px;
  fill: #a1a6af; }
/*  Ico Close  */
.ico-close {
  width: 23px;
  height: 23px;
  fill: #fff; }
/*  Ico Checkbox  */
.ico-checkbox {
  fill: #8f98b4;
  width: 17px;
  height: 17px; }
/*  Ico Phone */
.ico-phone {
  fill: #fff;
  width: 15px;
  height: 15px; }
/*  Ico Mail  */
.ico-mail {
  fill: #fff;
  width: 20px;
  height: 18px; }
/*  Ico Location  */
.ico-location {
  fill: #b8b8b8;
  width: 19px;
  height: 19px; }
/* ------------------------------------------------------------ *\
	Link more
\* ------------------------------------------------------------ */
.link-more {
  text-decoration: none; }
.link-more span {
    color: #29405d;
    font-weight: 400;
    margin-left: 8px;
    vertical-align: middle; }
.link-more:hover span {
    text-decoration: underline; }
/* ------------------------------------------------------------ *\
	List articles
\* ------------------------------------------------------------ */
.list-articles {
  list-style: none; }
.list-articles li {
    padding: 25px 0 31px;
    border-bottom: 1px solid #e9e9e9; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-articles li {
        padding: 10px 0;
        margin: 0 auto; } }
.list-articles a {
    text-decoration: none; }
.list-articles span {
    color: #29405d;
    font-size: 20px; }
@media (max-width: 1023px) {
      .list-articles span {
        font-size: calc(20px * 0.85); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-articles span {
        font-size: calc(20px * 0.7); } }
/* ------------------------------------------------------------ *\
	List Checkboxes
\* ------------------------------------------------------------ */
.list-checkboxes {
  list-style: none;
  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: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-checkboxes {
      -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; } }
.list-checkboxes li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.list-checkboxes li + li {
    margin-left: 34px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-checkboxes li + li {
        margin: 5px 0 0; } }
.list-checkboxes i,
  .list-checkboxes span {
    display: inline-block;
    vertical-align: middle; }
.list-checkboxes i {
    margin-right: 11px; }
/* ------------------------------------------------------------ *\
	List Contacts
\* ------------------------------------------------------------ */
.list-contacts {
  list-style: none; }
.list-contacts ul {
    list-style: none; }
.list-contacts li {
    padding: 29px 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-contacts li {
        padding: 15px 0; } }
.list-contacts li:first-of-type {
    padding-top: 0; }
.list-contacts li:last-of-type {
    padding-bottom: 0; }
.list-contacts li + li {
    border-top: 1px solid #2f3b62; }
.list-contacts address {
    font-weight: 700; }
.list-contacts a {
    display: inline-block;
    min-width: 172px;
    text-decoration: none; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-contacts a {
        min-width: 150px; } }
.list-contacts a i,
  .list-contacts a span {
    display: inline-block;
    vertical-align: middle; }
.list-contacts a:hover span {
    cursor: pointer;
    text-decoration: underline; }
/* ------------------------------------------------------------ *\
	List Members
\* ------------------------------------------------------------ */
.list-members {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
@media (max-width: 1023px) {
    .list-members {
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; } }
@media (max-width: 374px) {
    .list-members {
      display: inline-block;
      margin: -10px; } }
.list-members li {
    padding: 0 10px; }
@media (max-width: 575px) {
      .list-members li {
        padding: 0 5px; } }
@media (max-width: 374px) {
      .list-members li {
        display: inline-block;
        width: 33%;
        padding: 10px; } }
.list-members img {
    border-radius: 50%; }
/* ------------------------------------------------------------ *\
	List Partners
\* ------------------------------------------------------------ */
.list-partners {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.list-partners li + li {
    margin-left: 28px; }
@media (max-width: 575px) {
      .list-partners li + li {
        margin: 15px 0 0; } }
@media (max-width: 1199px) {
    .list-partners {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
@media (max-width: 575px) {
    .list-partners {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo i {
  width: 130px;
  height: 130px; }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
.map {
  position: relative;
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
@media (max-width: 1023px) {
    .map {
      min-height: 300px; } }
.map address {
    min-width: 105px;
    padding: 0 12px;
    color: #fff; }
.map address div {
    color: #b0beed;
    font-size: 12px; }
.map .map__logo {
    position: relative;
    pointer-events: none; }
.map .map__logo:after {
      content: '';
      z-index: 2;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 50%) rotate(45deg);
          -ms-transform: translate(-50%, 50%) rotate(45deg);
              transform: translate(-50%, 50%) rotate(45deg);
      width: 16px;
      height: 16px;
      background-color: #00aca2; }
.map .map__ico {
    position: relative;
    z-index: 5;
    width: 51px;
    height: 51px; }
.map .map__location {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #142046; }
.map .map__location--west {
    top: 36.67%;
    left: 21.88%; }
.map .map__location--south {
    bottom: 25.78%;
    left: 45.13%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .map .map__location--south {
        bottom: 20%; } }
.map .map__location--east {
    top: 23.46%;
    right: 26.15%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .map .map__location--east {
        top: 15%; } }
/* ------------------------------------------------------------ *\
	Nav trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  display: none;
  height: 25px;
  width: 35px; }
.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,
  .nav-trigger span {
    position: absolute;
    right: 0;
    height: 4px;
    width: 100%;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: width 0.2s 0.1s, top 0.4s 0s, bottom 0.4s 0s, opacity 0.4s, -webkit-transform 0.4s 0s;
    transition: width 0.2s 0.1s, top 0.4s 0s, bottom 0.4s 0s, opacity 0.4s, -webkit-transform 0.4s 0s;
    -o-transition: width 0.2s 0.1s, transform 0.4s 0s, top 0.4s 0s, bottom 0.4s 0s, opacity 0.4s;
    transition: width 0.2s 0.1s, transform 0.4s 0s, top 0.4s 0s, bottom 0.4s 0s, opacity 0.4s;
    transition: width 0.2s 0.1s, transform 0.4s 0s, top 0.4s 0s, bottom 0.4s 0s, opacity 0.4s, -webkit-transform 0.4s 0s; }
.nav-trigger label:before {
    content: '';
    top: 0; }
.nav-trigger span {
    top: 50%;
    opacity: 1; }
.nav-trigger label:after {
    content: '';
    top: 100%; }
.nav-trigger input:checked ~ label,
  .nav-trigger input:checked ~ label:before,
  .nav-trigger input:checked ~ label:after {
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s; }
.nav-trigger input:checked ~ label {
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
.nav-trigger input:checked ~ label span {
    width: 0;
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0;
    opacity: 0; }
.nav-trigger input:checked ~ label:before {
    top: 50%;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
.nav-trigger input:checked ~ label:after {
    top: 50%; }
@media (max-width: 1023px) {
    .nav-trigger {
      display: inline-block; } }
/* ------------------------------------------------------------ *\
	Nav Utilities
\* ------------------------------------------------------------ */
.nav-utilities ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.nav-utilities li + li {
  margin-left: 15px; }
.nav-utilities .header__ico {
  width: 35px;
  height: 35px;
  fill: #fff; }
.nav-utilities .header__ico svg {
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  -o-transition: filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease; }
.nav-utilities .header__ico svg:hover {
    -webkit-filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.7));
            filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.7)); }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .nav {
    width: 100%; } }
.nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
@media (max-width: 1023px) {
    .nav > ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; } }
.nav > ul > li {
  position: relative;
  padding: 0 21px; }
@media (max-width: 1023px) {
    .nav > ul > li {
      padding: 5px 0;
      width: 100%; } }
.nav > ul > li:hover {
    text-decoration: underline; }
@media (max-width: 1023px) {
      .nav > ul > li:hover {
        text-decoration: none; } }
.nav > ul > li:hover:after {
      display: block; }
@media (max-width: 1023px) {
        .nav > ul > li:hover:after {
          display: none; } }
.nav > ul > li:after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 40px);
    cursor: pointer; }
@media (min-width: 1023.02px) {
  .nav li:hover .nav__dropdown {
    display: block; } }
.nav > ul > li + li {
  position: relative; }
.nav > ul > li + li:before {
    content: '';
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px dotted #6f849c;
    pointer-events: none; }
@media (max-width: 1023px) {
      .nav > ul > li + li:before {
        display: none; } }
.nav > ul > li > a {
  position: relative;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize; }
@media (max-width: 1023px) {
    .nav > ul > li > a {
      font-size: 18px; } }
@media (max-width: 1023px) {
    .nav > ul > li > a:hover {
      text-decoration: underline; } }
/* ------------------------------------------------------------ *\
	News
\* ------------------------------------------------------------ */
.news {
  padding: 40px 60px 44px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .news {
      padding: 15px 30px 20px;
      text-align: center; } }
.news .news__content {
    border-top: 1px solid #e9e9e9;
    margin: 32px 0 34px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .news .news__content {
        margin: 15px 0; } }
/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */
.popup {
  z-index: 30;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 620px;
  width: 100%;
  color: #fff;
  background-color: #1e294c;
  padding: 72px 107px 90px 110px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .popup {
      padding: 30px 40px;
      max-width: 450px; } }
@media (max-width: 575px) {
    .popup {
      max-width: 300px;
      padding: 15px 20px; } }
.popup p {
    margin-bottom: 5px; }
.popup p a {
    color: #00aca2;
    text-decoration: none; }
.popup p a:hover {
      text-decoration: underline; }
.popup .popup__head {
    position: relative;
    padding-bottom: 27px;
    margin-bottom: 43px; }
.popup .popup__head:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 99px;
      height: 1px;
      background-color: #00aca2; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .popup .popup__head {
        margin-bottom: 25px;
        padding-bottom: 15px; } }
.popup .popup__head h2 {
    font-size: 36px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .popup .popup__head h2 {
        font-size: 32px; } }
@media (max-width: 575px) {
      .popup .popup__head h2 {
        font-size: 28px; } }
.popup .popup__intro {
    margin-bottom: 35px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .popup .popup__intro {
        margin-bottom: 15px; } }
.popup .popup__close {
    z-index: 17;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%); }
/* ------------------------------------------------------------ *\
	Popups
\* ------------------------------------------------------------ */
.popups {
  z-index: 25;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(9, 16, 39, 0.8); }
/* ------------------------------------------------------------ *\
	Properties
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .properties {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 60px -10px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .properties {
    margin-top: 45px; } }
@media (max-width: 575px) {
  .properties {
    margin: 45px -5px 0; } }
@media (max-width: 1023px) {
  .properties .property {
    width: 50%;
    padding: 0 10px; } }
@media (max-width: 575px) {
  .properties .property {
    padding: 0 5px; } }
.properties .property + .property {
  margin-top: 41px; }
@media (max-width: 1023px) {
    .properties .property + .property {
      margin: 0; } }
/* ------------------------------------------------------------ *\
	Property
\* ------------------------------------------------------------ */
.property h4 {
  color: #29405d;
  font: 300 26px/1.2 "MrEavesXLModOT", Helvetica, Arial, sans-serif;
  margin: 0; }
@media (max-width: 1023px) {
    .property h4 {
      font-size: calc(26px * 0.85); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .property h4 {
      font-size: calc(26px * 0.7); } }
.property a {
  color: #29405d;
  font: 300 26px/1.2 "MrEavesXLModOT", Helvetica, Arial, sans-serif;
  text-decoration: none; }
@media (max-width: 1023px) {
    .property a {
      font-size: calc(26px * 0.85); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .property a {
      font-size: 20.8px; } }
.property a:hover {
    text-decoration: underline; }
.property p {
  margin-left: 25px; }
@media (max-width: 575px) {
    .property p {
      font-size: 13px; } }
.property .property__image {
  position: relative;
  z-index: 3;
  margin: 0 40px 36px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 62.7%; }
@media (max-width: 1023px) {
    .property .property__image {
      margin: 0 0 50px; } }
.property .property__image a {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.property .property__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
@media (max-width: 1023px) {
    .property .property__content {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
/*  Property alt  */
.property--alt p {
  margin: 5px 0 15px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .property--alt p {
      margin-bottom: 5px; } }
@media (max-width: 575px) {
    .property--alt p {
      font-size: 15px; } }
.property--alt h5 {
  text-transform: uppercase;
  color: #adadad;
  font: 300 16px/1.2 "MrEavesXLModOT", Helvetica, Arial, sans-serif; }
@media (max-width: 1199px) {
    .property--alt h5 {
      margin-bottom: 15px; } }
@media (max-width: 1023px) {
    .property--alt h5 {
      font-size: calc(16px * 0.85); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .property--alt h5 {
      font-size: calc(16px * 0.8); } }
.property--alt .property__image {
  padding-bottom: 74.7%;
  margin: 0 0 32px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .property--alt .property__image {
      margin-bottom: 15px; } }
.property--alt .property__content {
  display: block; }
/*  Property alt small  */
.property--alt-small p {
  margin: 3px 0 13px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .property--alt-small p {
      margin-bottom: 5px;
      font-size: 13px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .property--alt-small h5 {
    font-size: calc(16px * 0.7); } }
.property--alt-small .property__image {
  margin: 0 0 27px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .property--alt-small .property__image {
      margin-bottom: 10px; } }
.property--alt-small .property__content a {
  font-size: 20px; }
@media (max-width: 1023px) {
    .property--alt-small .property__content a {
      font-size: calc(20px * 0.85); } }
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
.radio input {
  display: none; }
.radio label {
  position: relative;
  padding-left: 25px; }
.radio label:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none;
    background-color: #fff; }
.radio label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1e294c;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
.radio input:not(:checked) ~ label:after {
  opacity: 0;
  -webkit-transform: translate(calc(50% + 2px), -50%) rotate(45deg) scale(0);
      -ms-transform: translate(calc(50% + 2px), -50%) rotate(45deg) scale(0);
          transform: translate(calc(50% + 2px), -50%) rotate(45deg) scale(0); }
.radio input:checked ~ label:after {
  opacity: 1;
  -webkit-transform: translate(calc(50% + 2px), -50%) rotate(45deg) scale(1);
      -ms-transform: translate(calc(50% + 2px), -50%) rotate(45deg) scale(1);
          transform: translate(calc(50% + 2px), -50%) rotate(45deg) scale(1); }
/* ------------------------------------------------------------ *\
	Radios
\* ------------------------------------------------------------ */
.radios ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.radios li + li {
  margin-left: 28px; }
/* ------------------------------------------------------------ *\
	Rating
\* ------------------------------------------------------------ */
.rating ul {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.rating li + li {
  margin-left: 8px; }
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search .form__inner {
  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: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .search .form__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.search .form__body {
  max-width: 374px;
  width: 100%; }
.search input + input,
.search .form__actions {
  margin-left: 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search .form__actions {
    margin: 30px 0 0; } }
.search .search__field {
  width: 100%;
  background-color: #fff;
  color: #666;
  font: 300 18px/1.3 "MrEavesXLModOT", Helvetica, Arial, sans-serif;
  border: none;
  border-radius: 2px;
  padding: 13px 17px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .search .search__field {
      font-size: 15px; } }
@media (max-width: 575px) {
    .search .search__field {
      padding: 10px 13px; } }
/* ------------------------------------------------------------ *\
	Section articles
\* ------------------------------------------------------------ */
.section-articles {
  padding: 96px 0 102px;
  background-color: #f9f9f9; }
@media (max-width: 1023px) {
    .section-articles {
      padding: 50px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-articles {
      padding: 30px 0; } }
.section-articles .section__head {
    margin-bottom: 52px;
    color: #343434; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-articles .section__head {
        margin-bottom: 15px; } }
.section-articles .section__head h2 {
    font-size: 27px; }
.section-articles .section__content {
    background-color: #fff; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-articles .section__content {
        margin-bottom: 20px; } }
.section-articles .section__aside {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17); }
/* ------------------------------------------------------------ *\
	Section blocks
\* ------------------------------------------------------------ */
.section-blocks .section__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; }
.section-blocks .section__cols--gutter-1 {
  margin: -2px; }
.section-blocks .section__cols--gutter-1 > .section__col {
  padding: 2px; }
.section-blocks .section__cols--gutter-2 {
  margin: -2px; }
.section-blocks .section__cols--gutter-2 > .section__col {
  border: 2px solid #fff; }
.section-blocks .section__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1; }
.section-blocks .section__col--1of5 {
  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% / 5);
      flex-basis: calc(100% / 5); }
@media (max-width: 1023px) {
    .section-blocks .section__col--1of5 {
      -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) {
    .section-blocks .section__col--1of5 {
      -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); } }
@media (max-width: 575px) {
    .section-blocks .section__col--1of5 {
      -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); } }
.section-blocks .section__col--2of5 {
  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% / 5 * 2);
      flex-basis: calc(100% / 5 * 2); }
@media (max-width: 1023px) {
    .section-blocks .section__col--2of5 {
      -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 * 2);
          flex-basis: calc(100% / 3 * 2); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-blocks .section__col--2of5 {
      -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 * 2);
          flex-basis: calc(100% / 2 * 2); } }
@media (max-width: 575px) {
    .section-blocks .section__col--2of5 {
      -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 * 2);
          flex-basis: calc(100% / 1 * 2); } }
.section-blocks .section__col--1of3 {
  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: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-blocks .section__col--1of3 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: calc(100%);
          flex-basis: calc(100%); } }
.section-blocks .section__col--1of4 {
  max-width: calc(100% / 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% / 4);
      flex-basis: calc(100% / 4); }
@media (max-width: 1023px) {
    .section-blocks .section__col--1of4 {
      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%);
          flex-basis: calc(100%); } }
.section-blocks .section__multiple-bg {
  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;
  background-color: #3c4545;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
/*  Section Blocks Alt  */
.section-blocks--alt {
  padding-top: 4px; }
/* ------------------------------------------------------------ *\
	Section box
\* ------------------------------------------------------------ */
.section-box {
  position: relative;
  padding-top: 78px;
  background-color: #f6f6f6; }
@media (max-width: 1023px) {
    .section-box {
      padding-top: 0;
      text-align: center; } }
.section-box h2 {
    color: #343434;
    margin-bottom: 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-box h2 {
        margin: 0 0 5px; } }
.section-box ul {
    margin-bottom: 34px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-box ul {
        margin-bottom: 15px; } }
.section-box h4 {
    font-weight: 300;
    font-family: "MrEavesXLModOT", Helvetica, Arial, sans-serif;
    line-height: 1.36;
    margin-bottom: 20px; }
.section-box p {
    line-height: 1.45; }
.section-box .section__background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 65px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1; }
@media (max-width: 1023px) {
      .section-box .section__background {
        position: static;
        min-height: 300px; } }
.section-box .section__box {
    padding: 37px 56px 39px 49px;
    position: relative;
    z-index: 5;
    background-color: #fff;
    max-width: 560px;
    -webkit-box-shadow: 0 3px 0px #d2dbdb;
            box-shadow: 0 3px 0px #d2dbdb; }
@media (max-width: 1023px) {
      .section-box .section__box {
        display: inline-block;
        margin-top: -125px;
        padding: 30px 75px;
        max-width: 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-box .section__box {
        padding: 30px; } }
@media (max-width: 575px) {
      .section-box .section__box {
        padding: 30px 15px; } }
/* ------------------------------------------------------------ *\
	Section Cards
\* ------------------------------------------------------------ */
.section-cards {
  position: relative;
  z-index: 6;
  background-color: #f6f6f6;
  padding-bottom: 105px; }
@media (max-width: 1023px) {
    .section-cards {
      padding-bottom: 50px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-cards {
      padding-bottom: 30px; } }
.section-cards .section__cards {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.section-cards .section__items {
    margin-top: -60px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-cards .section__items {
        margin-top: -45px; } }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 130px 0 105px; }
@media (max-width: 1023px) {
    .section {
      padding: 75px 0 90px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section {
      padding: 35px 0 60px; } }
.section h2 {
    color: #343434; }
.section p a {
    color: #29405d;
    text-decoration: none; }
.section p a:hover {
      text-decoration: underline; }
.section .section__shell {
    position: relative; }
.section .section__head {
    margin-bottom: 50px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__head {
        margin-bottom: 30px; } }
.section .section__head h2 {
    margin-bottom: 0; }
@media (max-width: 575px) {
      .section .section__head h2 {
        margin-bottom: 15px; } }
.section .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
@media (max-width: 575px) {
      .section .section__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
.section .section__content {
    padding-right: 50px;
    line-height: 1.45; }
@media (max-width: 1023px) {
      .section .section__content {
        margin-bottom: 45px;
        padding: 0;
        text-align: center; } }
.section .section__content h2 {
    line-height: 1.2;
    margin-bottom: 35px;
    max-width: 200px; }
@media (max-width: 1023px) {
      .section .section__content h2 {
        max-width: initial;
        margin-bottom: 25px; } }
.section .section__content p {
    margin-bottom: 36px; }
@media (max-width: 1023px) {
      .section .section__content p {
        margin-bottom: 25px; } }
/*  Section Properties  */
.section--properties {
  padding: 105px 0 100px; }
@media (max-width: 1199px) {
    .section--properties {
      padding: 75px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--properties {
      padding: 30px 0; } }
.section--properties .section__slider {
    position: relative; }
/*  Section map  */
.section--map {
  background-color: #f6f6f6;
  padding: 95px 0 0; }
@media (max-width: 1023px) {
    .section--map {
      padding-top: 50px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--map {
      padding-top: 30px; } }
.section--map .section__head {
    margin-bottom: 43px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--map .section__head {
        margin-bottom: 30px; } }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select {
  position: relative;
  width: 100%;
  margin-top: 6px; }
.select select::-ms-expand {
    display: none; }
.select select {
    width: 100%;
    color: #666;
    padding: 10px 15px;
    border: 1px solid #cfcfcf;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    background-image: url("../images/temp/arrow.svg");
    background-position: right 5px center;
    background-size: 26px 16px;
    background-repeat: no-repeat; }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 1160px + 15px * 2);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  width: 100%; }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {
  height: 100%; }
.slider .slider__inner {
    position: relative; }
.slider .slider__slide.is-inactive {
    z-index: 1;
    position: absolute;
    display: block;
    top: -30px;
    right: 0;
    opacity: .2;
    width: 85%; }
@media (max-width: 1023px) {
      .slider .slider__slide.is-inactive {
        width: 90%;
        right: 50%;
        top: 100%;
        -webkit-transform: translate(50%, calc(-100% - 50px));
            -ms-transform: translate(50%, calc(-100% - 50px));
                transform: translate(50%, calc(-100% - 50px)); } }
.slider .slider__slide.is-inactive .property .property__image {
    margin: 0;
    padding-bottom: 66%; }
.slider .slider__slide.is-inactive .property .property__image a {
    display: none; }
.slider .slider__slide.is-inactive .property .property__content {
    display: none; }
.slider .slider__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 6;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(calc(-100% + 2px));
        -ms-transform: translateY(calc(-100% + 2px));
            transform: translateY(calc(-100% + 2px));
    margin: 62.7% 40px 0 0; }
@media (max-width: 1023px) {
      .slider .slider__actions {
        margin-right: 0; } }
.slider .slider__actions--alt {
    margin: 74.4% 0 0; }
.slider .slider__prev,
  .slider .slider__next {
    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;
    min-width: 44px;
    min-height: 45px;
    background-color: rgba(22, 37, 64, 0.9); }
.slider .slider__prev {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
.slider .slider__next {
    margin-left: 3px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
.slider .slider__paging {
    position: absolute;
    top: 0;
    left: 15px;
    margin-top: 40%;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
@media (max-width: 1199px) {
      .slider .slider__paging {
        margin-top: 46%; } }
@media (max-width: 1023px) {
      .slider .slider__paging {
        top: 100%;
        left: 50%;
        margin: 15px 0 0;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
.slider .slider__paging--alt {
    top: 100%;
    margin: 0; }
@media (min-width: 1023.02px) {
      .slider .slider__paging--alt {
        left: 0; } }
.slider .slider__paging ol {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.slider .slider__paging li {
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #b9b9b9;
    background-color: transparent; }
.slider .slider__paging .is-current {
    border: none;
    background-color: #b9b9b9; }
.slider .slider__paging li + li {
    margin-left: 6px; }
.slider .slider__paging a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-right: 50%;
    font-size: 0;
    text-decoration: none; }
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .socials {
    margin-bottom: 15px; } }
.socials ul {
  list-style: none; }
@media (max-width: 1023px) {
    .socials 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; } }
@media (max-width: 1023px) {
  .socials li + li {
    margin-left: 15px; } }
.socials a {
  text-decoration: none; }
.socials a:hover {
    text-decoration: underline; }
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial p {
  margin: 0; }
.testimonial blockquote p + p {
  margin-top: 17px; }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden; }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */

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