
.section {
  position: relative;
  z-index: 1
}

.section--border {
  border-top: 1px solid #dddddf;
  border-bottom: 1px solid #dddddf;
}

.logged-in .section--has-background-image>.editable--image,
.logged-in .section--has-background-image>.editable--image .editable__bounding-box {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.start-of-content+:not(.hero):not(.hero-container):not(.top) {
  margin-top: 70px
}

@media (min-width:576px) {
  .start-of-content+:not(.hero):not(.hero-container):not(.top) {
    margin-top: 80px
  }
}

@media (min-width:992px) {
  .start-of-content+:not(.hero):not(.hero-container):not(.top) {
    margin-top: 100px
  }
}

.start-of-content--booking+:not(.hero):not(.hero-container):not(.top) {
  margin-top: 120px
}

@media (min-width:400px) {
  .start-of-content--booking+:not(.hero):not(.hero-container):not(.top) {
    margin-top: 130px
  }
}

@media (min-width:576px) {
  .start-of-content--booking+:not(.hero):not(.hero-container):not(.top) {
    margin-top: 140px
  }
}

@media (min-width:992px) {
  .start-of-content--booking+:not(.hero):not(.hero-container):not(.top) {
    margin-top: 100px
  }
}

.focus-ring:not(input):not(select):not(textarea) {
  /*outline: 4px solid #414099 !important;*/
  /*outline-offset: 3px !important;*/
  outline: none
}

.js-focus-ring :focus:not(.focus-ring) {
  outline: none
}

.lazyload,
.lazyloading {
  opacity: 0 !important
}

.lazyloaded {
  transition: opacity .4s;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-13,
.col-xl-14,
.col-xl-15,
.col-xl-16,
.col-xl-17,
.col-xl-18,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-13,
.col-xxl-14,
.col-xxl-15,
.col-xxl-16,
.col-xxl-17,
.col-xxl-18,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.col-1 {
  -ms-flex: 0 0 5.55556%;
  flex: 0 0 5.55556%;
  max-width: 5.55556%
}

.col-2 {
  -ms-flex: 0 0 11.11111%;
  flex: 0 0 11.11111%;
  max-width: 11.11111%
}

.col-3 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}

.col-4 {
  -ms-flex: 0 0 22.22222%;
  flex: 0 0 22.22222%;
  max-width: 22.22222%
}

.col-5 {
  -ms-flex: 0 0 27.77778%;
  flex: 0 0 27.77778%;
  max-width: 27.77778%
}

.col-6 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}

.col-7 {
  -ms-flex: 0 0 38.88889%;
  flex: 0 0 38.88889%;
  max-width: 38.88889%
}

.col-8 {
  -ms-flex: 0 0 44.44444%;
  flex: 0 0 44.44444%;
  max-width: 44.44444%
}

.col-9 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-10 {
  -ms-flex: 0 0 55.55556%;
  flex: 0 0 55.55556%;
  max-width: 55.55556%
}

.col-11 {
  -ms-flex: 0 0 61.11111%;
  flex: 0 0 61.11111%;
  max-width: 61.11111%
}

.col-12 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%
}

.col-13 {
  -ms-flex: 0 0 72.22222%;
  flex: 0 0 72.22222%;
  max-width: 72.22222%
}

.col-14 {
  -ms-flex: 0 0 77.77778%;
  flex: 0 0 77.77778%;
  max-width: 77.77778%
}

.col-15 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}

.col-16 {
  -ms-flex: 0 0 88.88889%;
  flex: 0 0 88.88889%;
  max-width: 88.88889%
}

.col-17 {
  -ms-flex: 0 0 94.44444%;
  flex: 0 0 94.44444%;
  max-width: 94.44444%
}

.col-18 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  -ms-flex-order: -1;
  order: -1
}

.order-2 {
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -ms-flex-order: 12;
  order: 12
}

.order-13 {
  -ms-flex-order: 13;
  order: 13
}

.order-14 {
  -ms-flex-order: 14;
  order: 14
}

.order-15 {
  -ms-flex-order: 15;
  order: 15
}

.order-16 {
  -ms-flex-order: 16;
  order: 16
}

.order-17 {
  -ms-flex-order: 17;
  order: 17
}

.order-18 {
  -ms-flex-order: 18;
  order: 18
}

.offset-1 {
  margin-left: 5.55556%
}

.offset-2 {
  margin-left: 11.11111%
}

.offset-3 {
  margin-left: 16.66667%
}

.offset-4 {
  margin-left: 22.22222%
}

.offset-5 {
  margin-left: 27.77778%
}

.offset-6 {
  margin-left: 33.33333%
}

.offset-7 {
  margin-left: 38.88889%
}

.offset-8 {
  margin-left: 44.44444%
}

.offset-9 {
  margin-left: 50%
}

.offset-10 {
  margin-left: 55.55556%
}

.offset-11 {
  margin-left: 61.11111%
}

.offset-12 {
  margin-left: 66.66667%
}

.offset-13 {
  margin-left: 72.22222%
}

.offset-14 {
  margin-left: 77.77778%
}

.offset-15 {
  margin-left: 83.33333%
}

.offset-16 {
  margin-left: 88.88889%
}

.offset-17 {
  margin-left: 94.44444%
}

.pull-1 {
  right: 5.55556%
}

.pull-2 {
  right: 11.11111%
}

.pull-3 {
  right: 16.66667%
}

.pull-4 {
  right: 22.22222%
}

.pull-5 {
  right: 27.77778%
}

.pull-6 {
  right: 33.33333%
}

.pull-7 {
  right: 38.88889%
}

.pull-8 {
  right: 44.44444%
}

.pull-9 {
  right: 50%
}

.pull-10 {
  right: 55.55556%
}

.pull-11 {
  right: 61.11111%
}

.pull-12 {
  right: 66.66667%
}

.pull-13 {
  right: 72.22222%
}

.pull-14 {
  right: 77.77778%
}

.pull-15 {
  right: 83.33333%
}

.pull-16 {
  right: 88.88889%
}

.pull-17 {
  right: 94.44444%
}

.pull-18 {
  right: 100%
}

.push-1 {
  left: 5.55556%
}

.push-2 {
  left: 11.11111%
}

.push-3 {
  left: 16.66667%
}

.push-4 {
  left: 22.22222%
}

.push-5 {
  left: 27.77778%
}

.push-6 {
  left: 33.33333%
}

.push-7 {
  left: 38.88889%
}

.push-8 {
  left: 44.44444%
}

.push-9 {
  left: 50%
}

.push-10 {
  left: 55.55556%
}

.push-11 {
  left: 61.11111%
}

.push-12 {
  left: 66.66667%
}

.push-13 {
  left: 72.22222%
}

.push-14 {
  left: 77.77778%
}

.push-15 {
  left: 83.33333%
}

.push-16 {
  left: 88.88889%
}

.push-17 {
  left: 94.44444%
}

.push-18 {
  left: 100%
}

@media (min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-sm-1 {
    -ms-flex: 0 0 5.55556%;
    flex: 0 0 5.55556%;
    max-width: 5.55556%
  }

  .col-sm-2 {
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%
  }

  .col-sm-3 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-sm-4 {
    -ms-flex: 0 0 22.22222%;
    flex: 0 0 22.22222%;
    max-width: 22.22222%
  }

  .col-sm-5 {
    -ms-flex: 0 0 27.77778%;
    flex: 0 0 27.77778%;
    max-width: 27.77778%
  }

  .col-sm-6 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-sm-7 {
    -ms-flex: 0 0 38.88889%;
    flex: 0 0 38.88889%;
    max-width: 38.88889%
  }

  .col-sm-8 {
    -ms-flex: 0 0 44.44444%;
    flex: 0 0 44.44444%;
    max-width: 44.44444%
  }

  .col-sm-9 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-10 {
    -ms-flex: 0 0 55.55556%;
    flex: 0 0 55.55556%;
    max-width: 55.55556%
  }

  .col-sm-11 {
    -ms-flex: 0 0 61.11111%;
    flex: 0 0 61.11111%;
    max-width: 61.11111%
  }

  .col-sm-12 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-sm-13 {
    -ms-flex: 0 0 72.22222%;
    flex: 0 0 72.22222%;
    max-width: 72.22222%
  }

  .col-sm-14 {
    -ms-flex: 0 0 77.77778%;
    flex: 0 0 77.77778%;
    max-width: 77.77778%
  }

  .col-sm-15 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-sm-16 {
    -ms-flex: 0 0 88.88889%;
    flex: 0 0 88.88889%;
    max-width: 88.88889%
  }

  .col-sm-17 {
    -ms-flex: 0 0 94.44444%;
    flex: 0 0 94.44444%;
    max-width: 94.44444%
  }

  .col-sm-18 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .order-sm-13 {
    -ms-flex-order: 13;
    order: 13
  }

  .order-sm-14 {
    -ms-flex-order: 14;
    order: 14
  }

  .order-sm-15 {
    -ms-flex-order: 15;
    order: 15
  }

  .order-sm-16 {
    -ms-flex-order: 16;
    order: 16
  }

  .order-sm-17 {
    -ms-flex-order: 17;
    order: 17
  }

  .order-sm-18 {
    -ms-flex-order: 18;
    order: 18
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 5.55556%
  }

  .offset-sm-2 {
    margin-left: 11.11111%
  }

  .offset-sm-3 {
    margin-left: 16.66667%
  }

  .offset-sm-4 {
    margin-left: 22.22222%
  }

  .offset-sm-5 {
    margin-left: 27.77778%
  }

  .offset-sm-6 {
    margin-left: 33.33333%
  }

  .offset-sm-7 {
    margin-left: 38.88889%
  }

  .offset-sm-8 {
    margin-left: 44.44444%
  }

  .offset-sm-9 {
    margin-left: 50%
  }

  .offset-sm-10 {
    margin-left: 55.55556%
  }

  .offset-sm-11 {
    margin-left: 61.11111%
  }

  .offset-sm-12 {
    margin-left: 66.66667%
  }

  .offset-sm-13 {
    margin-left: 72.22222%
  }

  .offset-sm-14 {
    margin-left: 77.77778%
  }

  .offset-sm-15 {
    margin-left: 83.33333%
  }

  .offset-sm-16 {
    margin-left: 88.88889%
  }

  .offset-sm-17 {
    margin-left: 94.44444%
  }

  .pull-sm-0 {
    right: auto
  }

  .pull-sm-1 {
    right: 5.55556%
  }

  .pull-sm-2 {
    right: 11.11111%
  }

  .pull-sm-3 {
    right: 16.66667%
  }

  .pull-sm-4 {
    right: 22.22222%
  }

  .pull-sm-5 {
    right: 27.77778%
  }

  .pull-sm-6 {
    right: 33.33333%
  }

  .pull-sm-7 {
    right: 38.88889%
  }

  .pull-sm-8 {
    right: 44.44444%
  }

  .pull-sm-9 {
    right: 50%
  }

  .pull-sm-10 {
    right: 55.55556%
  }

  .pull-sm-11 {
    right: 61.11111%
  }

  .pull-sm-12 {
    right: 66.66667%
  }

  .pull-sm-13 {
    right: 72.22222%
  }

  .pull-sm-14 {
    right: 77.77778%
  }

  .pull-sm-15 {
    right: 83.33333%
  }

  .pull-sm-16 {
    right: 88.88889%
  }

  .pull-sm-17 {
    right: 94.44444%
  }

  .pull-sm-18 {
    right: 100%
  }

  .push-sm-0 {
    left: auto
  }

  .push-sm-1 {
    left: 5.55556%
  }

  .push-sm-2 {
    left: 11.11111%
  }

  .push-sm-3 {
    left: 16.66667%
  }

  .push-sm-4 {
    left: 22.22222%
  }

  .push-sm-5 {
    left: 27.77778%
  }

  .push-sm-6 {
    left: 33.33333%
  }

  .push-sm-7 {
    left: 38.88889%
  }

  .push-sm-8 {
    left: 44.44444%
  }

  .push-sm-9 {
    left: 50%
  }

  .push-sm-10 {
    left: 55.55556%
  }

  .push-sm-11 {
    left: 61.11111%
  }

  .push-sm-12 {
    left: 66.66667%
  }

  .push-sm-13 {
    left: 72.22222%
  }

  .push-sm-14 {
    left: 77.77778%
  }

  .push-sm-15 {
    left: 83.33333%
  }

  .push-sm-16 {
    left: 88.88889%
  }

  .push-sm-17 {
    left: 94.44444%
  }

  .push-sm-18 {
    left: 100%
  }
}

@media (min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-md-1 {
    -ms-flex: 0 0 5.55556%;
    flex: 0 0 5.55556%;
    max-width: 5.55556%
  }

  .col-md-2 {
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%
  }

  .col-md-3 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-md-4 {
    -ms-flex: 0 0 22.22222%;
    flex: 0 0 22.22222%;
    max-width: 22.22222%
  }

  .col-md-5 {
    -ms-flex: 0 0 27.77778%;
    flex: 0 0 27.77778%;
    max-width: 27.77778%
  }

  .col-md-6 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-md-7 {
    -ms-flex: 0 0 38.88889%;
    flex: 0 0 38.88889%;
    max-width: 38.88889%
  }

  .col-md-8 {
    -ms-flex: 0 0 44.44444%;
    flex: 0 0 44.44444%;
    max-width: 44.44444%
  }

  .col-md-9 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-10 {
    -ms-flex: 0 0 55.55556%;
    flex: 0 0 55.55556%;
    max-width: 55.55556%
  }

  .col-md-11 {
    -ms-flex: 0 0 61.11111%;
    flex: 0 0 61.11111%;
    max-width: 61.11111%
  }

  .col-md-12 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-md-13 {
    -ms-flex: 0 0 72.22222%;
    flex: 0 0 72.22222%;
    max-width: 72.22222%
  }

  .col-md-14 {
    -ms-flex: 0 0 77.77778%;
    flex: 0 0 77.77778%;
    max-width: 77.77778%
  }

  .col-md-15 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-md-16 {
    -ms-flex: 0 0 88.88889%;
    flex: 0 0 88.88889%;
    max-width: 88.88889%
  }

  .col-md-17 {
    -ms-flex: 0 0 94.44444%;
    flex: 0 0 94.44444%;
    max-width: 94.44444%
  }

  .col-md-18 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .order-md-13 {
    -ms-flex-order: 13;
    order: 13
  }

  .order-md-14 {
    -ms-flex-order: 14;
    order: 14
  }

  .order-md-15 {
    -ms-flex-order: 15;
    order: 15
  }

  .order-md-16 {
    -ms-flex-order: 16;
    order: 16
  }

  .order-md-17 {
    -ms-flex-order: 17;
    order: 17
  }

  .order-md-18 {
    -ms-flex-order: 18;
    order: 18
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 5.55556%
  }

  .offset-md-2 {
    margin-left: 11.11111%
  }

  .offset-md-3 {
    margin-left: 16.66667%
  }

  .offset-md-4 {
    margin-left: 22.22222%
  }

  .offset-md-5 {
    margin-left: 27.77778%
  }

  .offset-md-6 {
    margin-left: 33.33333%
  }

  .offset-md-7 {
    margin-left: 38.88889%
  }

  .offset-md-8 {
    margin-left: 44.44444%
  }

  .offset-md-9 {
    margin-left: 50%
  }

  .offset-md-10 {
    margin-left: 55.55556%
  }

  .offset-md-11 {
    margin-left: 61.11111%
  }

  .offset-md-12 {
    margin-left: 66.66667%
  }

  .offset-md-13 {
    margin-left: 72.22222%
  }

  .offset-md-14 {
    margin-left: 77.77778%
  }

  .offset-md-15 {
    margin-left: 83.33333%
  }

  .offset-md-16 {
    margin-left: 88.88889%
  }

  .offset-md-17 {
    margin-left: 94.44444%
  }

  .pull-md-0 {
    right: auto
  }

  .pull-md-1 {
    right: 5.55556%
  }

  .pull-md-2 {
    right: 11.11111%
  }

  .pull-md-3 {
    right: 16.66667%
  }

  .pull-md-4 {
    right: 22.22222%
  }

  .pull-md-5 {
    right: 27.77778%
  }

  .pull-md-6 {
    right: 33.33333%
  }

  .pull-md-7 {
    right: 38.88889%
  }

  .pull-md-8 {
    right: 44.44444%
  }

  .pull-md-9 {
    right: 50%
  }

  .pull-md-10 {
    right: 55.55556%
  }

  .pull-md-11 {
    right: 61.11111%
  }

  .pull-md-12 {
    right: 66.66667%
  }

  .pull-md-13 {
    right: 72.22222%
  }

  .pull-md-14 {
    right: 77.77778%
  }

  .pull-md-15 {
    right: 83.33333%
  }

  .pull-md-16 {
    right: 88.88889%
  }

  .pull-md-17 {
    right: 94.44444%
  }

  .pull-md-18 {
    right: 100%
  }

  .push-md-0 {
    left: auto
  }

  .push-md-1 {
    left: 5.55556%
  }

  .push-md-2 {
    left: 11.11111%
  }

  .push-md-3 {
    left: 16.66667%
  }

  .push-md-4 {
    left: 22.22222%
  }

  .push-md-5 {
    left: 27.77778%
  }

  .push-md-6 {
    left: 33.33333%
  }

  .push-md-7 {
    left: 38.88889%
  }

  .push-md-8 {
    left: 44.44444%
  }

  .push-md-9 {
    left: 50%
  }

  .push-md-10 {
    left: 55.55556%
  }

  .push-md-11 {
    left: 61.11111%
  }

  .push-md-12 {
    left: 66.66667%
  }

  .push-md-13 {
    left: 72.22222%
  }

  .push-md-14 {
    left: 77.77778%
  }

  .push-md-15 {
    left: 83.33333%
  }

  .push-md-16 {
    left: 88.88889%
  }

  .push-md-17 {
    left: 94.44444%
  }

  .push-md-18 {
    left: 100%
  }
}

@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-lg-1 {
    -ms-flex: 0 0 5.55556%;
    flex: 0 0 5.55556%;
    max-width: 5.55556%
  }

  .col-lg-2 {
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%
  }

  .col-lg-3 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-lg-4 {
    -ms-flex: 0 0 22.22222%;
    flex: 0 0 22.22222%;
    max-width: 22.22222%
  }

  .col-lg-5 {
    -ms-flex: 0 0 27.77778%;
    flex: 0 0 27.77778%;
    max-width: 27.77778%
  }

  .col-lg-6 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-lg-7 {
    -ms-flex: 0 0 38.88889%;
    flex: 0 0 38.88889%;
    max-width: 38.88889%
  }

  .col-lg-8 {
    -ms-flex: 0 0 44.44444%;
    flex: 0 0 44.44444%;
    max-width: 44.44444%
  }

  .col-lg-9 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-10 {
    -ms-flex: 0 0 55.55556%;
    flex: 0 0 55.55556%;
    max-width: 55.55556%
  }

  .col-lg-11 {
    -ms-flex: 0 0 61.11111%;
    flex: 0 0 61.11111%;
    max-width: 61.11111%
  }

  .col-lg-12 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    /* max-width: 66.66667% */
  }

  .col-lg-13 {
    -ms-flex: 0 0 72.22222%;
    flex: 0 0 72.22222%;
    max-width: 72.22222%
  }

  .col-lg-14 {
    -ms-flex: 0 0 77.77778%;
    flex: 0 0 77.77778%;
    max-width: 77.77778%;
  }

  .col-lg-15 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-lg-16 {
    -ms-flex: 0 0 88.88889%;
    flex: 0 0 88.88889%;
    max-width: 88.88889%
  }

  .col-lg-17 {
    -ms-flex: 0 0 94.44444%;
    flex: 0 0 94.44444%;
    max-width: 94.44444%
  }

  .col-lg-18 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .order-lg-13 {
    -ms-flex-order: 13;
    order: 13
  }

  .order-lg-14 {
    -ms-flex-order: 14;
    order: 14
  }

  .order-lg-15 {
    -ms-flex-order: 15;
    order: 15
  }

  .order-lg-16 {
    -ms-flex-order: 16;
    order: 16
  }

  .order-lg-17 {
    -ms-flex-order: 17;
    order: 17
  }

  .order-lg-18 {
    -ms-flex-order: 18;
    order: 18
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 5.55556%
  }

  .offset-lg-2 {
    margin-left: 11.11111%
  }

  .offset-lg-3 {
    margin-left: 16.66667%
  }

  .offset-lg-4 {
    margin-left: 22.22222%
  }

  .offset-lg-5 {
    margin-left: 27.77778%
  }

  .offset-lg-6 {
    margin-left: 33.33333%
  }

  .offset-lg-7 {
    margin-left: 38.88889%
  }

  .offset-lg-8 {
    margin-left: 44.44444%
  }

  .offset-lg-9 {
    margin-left: 50%
  }

  .offset-lg-10 {
    margin-left: 55.55556%
  }

  .offset-lg-11 {
    margin-left: 61.11111%
  }

  .offset-lg-12 {
    margin-left: 66.66667%
  }

  .offset-lg-13 {
    margin-left: 72.22222%
  }

  .offset-lg-14 {
    margin-left: 77.77778%
  }

  .offset-lg-15 {
    margin-left: 83.33333%
  }

  .offset-lg-16 {
    margin-left: 88.88889%
  }

  .offset-lg-17 {
    margin-left: 94.44444%
  }

  .pull-lg-0 {
    right: auto
  }

  .pull-lg-1 {
    right: 5.55556%
  }

  .pull-lg-2 {
    right: 11.11111%
  }

  .pull-lg-3 {
    right: 16.66667%
  }

  .pull-lg-4 {
    right: 22.22222%
  }

  .pull-lg-5 {
    right: 27.77778%
  }

  .pull-lg-6 {
    right: 33.33333%
  }

  .pull-lg-7 {
    right: 38.88889%
  }

  .pull-lg-8 {
    right: 44.44444%
  }

  .pull-lg-9 {
    right: 50%
  }

  .pull-lg-10 {
    right: 55.55556%
  }

  .pull-lg-11 {
    right: 61.11111%
  }

  .pull-lg-12 {
    right: 66.66667%
  }

  .pull-lg-13 {
    right: 72.22222%
  }

  .pull-lg-14 {
    right: 77.77778%
  }

  .pull-lg-15 {
    right: 83.33333%
  }

  .pull-lg-16 {
    right: 88.88889%
  }

  .pull-lg-17 {
    right: 94.44444%
  }

  .pull-lg-18 {
    right: 100%
  }

  .push-lg-0 {
    left: auto
  }

  .push-lg-1 {
    left: 5.55556%
  }

  .push-lg-2 {
    left: 11.11111%
  }

  .push-lg-3 {
    left: 16.66667%
  }

  .push-lg-4 {
    left: 22.22222%
  }

  .push-lg-5 {
    left: 27.77778%
  }

  .push-lg-6 {
    left: 33.33333%
  }

  .push-lg-7 {
    left: 38.88889%
  }

  .push-lg-8 {
    left: 44.44444%
  }

  .push-lg-9 {
    left: 50%
  }

  .push-lg-10 {
    left: 55.55556%
  }

  .push-lg-11 {
    left: 61.11111%
  }

  .push-lg-12 {
    left: 66.66667%
  }

  .push-lg-13 {
    left: 72.22222%
  }

  .push-lg-14 {
    left: 77.77778%
  }

  .push-lg-15 {
    left: 83.33333%
  }

  .push-lg-16 {
    left: 88.88889%
  }

  .push-lg-17 {
    left: 94.44444%
  }

  .push-lg-18 {
    left: 100%
  }
}

@media (min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-xl-1 {
    -ms-flex: 0 0 5.55556%;
    flex: 0 0 5.55556%;
    max-width: 5.55556%
  }

  .col-xl-2 {
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%
  }

  .col-xl-3 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-xl-4 {
    -ms-flex: 0 0 22.22222%;
    flex: 0 0 22.22222%;
    max-width: 22.22222%
  }

  .col-xl-5 {
    -ms-flex: 0 0 27.77778%;
    flex: 0 0 27.77778%;
    max-width: 27.77778%
  }

  .col-xl-6 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-xl-7 {
    -ms-flex: 0 0 38.88889%;
    flex: 0 0 38.88889%;
    max-width: 38.88889%
  }

  .col-xl-8 {
    -ms-flex: 0 0 44.44444%;
    flex: 0 0 44.44444%;
    max-width: 44.44444%
  }

  .col-xl-9 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-10 {
    -ms-flex: 0 0 55.55556%;
    flex: 0 0 55.55556%;
    max-width: 55.55556%
  }

  .col-xl-11 {
    -ms-flex: 0 0 61.11111%;
    flex: 0 0 61.11111%;
    max-width: 61.11111%
  }

  .col-xl-12 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-xl-13 {
    -ms-flex: 0 0 72.22222%;
    flex: 0 0 72.22222%;
    max-width: 72.22222%
  }

  .col-xl-14 {
    -ms-flex: 0 0 77.77778%;
    flex: 0 0 77.77778%;
    max-width: 77.77778%
  }

  .col-xl-15 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-xl-16 {
    -ms-flex: 0 0 88.88889%;
    flex: 0 0 88.88889%;
    max-width: 88.88889%;
  }

  .col-xl-17 {
    -ms-flex: 0 0 94.44444%;
    flex: 0 0 94.44444%;
    max-width: 94.44444%
  }

  .col-xl-18 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .order-xl-13 {
    -ms-flex-order: 13;
    order: 13
  }

  .order-xl-14 {
    -ms-flex-order: 14;
    order: 14
  }

  .order-xl-15 {
    -ms-flex-order: 15;
    order: 15
  }

  .order-xl-16 {
    -ms-flex-order: 16;
    order: 16
  }

  .order-xl-17 {
    -ms-flex-order: 17;
    order: 17
  }

  .order-xl-18 {
    -ms-flex-order: 18;
    order: 18
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 5.55556%
  }

  .offset-xl-2 {
    margin-left: 11.11111%;
  }

  .offset-xl-3 {
    margin-left: 16.66667%
  }

  .offset-xl-4 {
    margin-left: 22.22222%
  }

  .offset-xl-5 {
    margin-left: 27.77778%
  }

  .offset-xl-6 {
    margin-left: 33.33333%
  }

  .offset-xl-7 {
    margin-left: 38.88889%
  }

  .offset-xl-8 {
    margin-left: 44.44444%
  }

  .offset-xl-9 {
    margin-left: 50%
  }

  .offset-xl-10 {
    margin-left: 55.55556%
  }

  .offset-xl-11 {
    margin-left: 61.11111%
  }

  .offset-xl-12 {
    margin-left: 66.66667%
  }

  .offset-xl-13 {
    margin-left: 72.22222%
  }

  .offset-xl-14 {
    margin-left: 77.77778%
  }

  .offset-xl-15 {
    margin-left: 83.33333%
  }

  .offset-xl-16 {
    margin-left: 88.88889%
  }

  .offset-xl-17 {
    margin-left: 94.44444%
  }

  .pull-xl-0 {
    right: auto
  }

  .pull-xl-1 {
    right: 5.55556%
  }

  .pull-xl-2 {
    right: 11.11111%
  }

  .pull-xl-3 {
    right: 16.66667%
  }

  .pull-xl-4 {
    right: 22.22222%
  }

  .pull-xl-5 {
    right: 27.77778%
  }

  .pull-xl-6 {
    right: 33.33333%
  }

  .pull-xl-7 {
    right: 38.88889%
  }

  .pull-xl-8 {
    right: 44.44444%
  }

  .pull-xl-9 {
    right: 50%
  }

  .pull-xl-10 {
    right: 55.55556%
  }

  .pull-xl-11 {
    right: 61.11111%
  }

  .pull-xl-12 {
    right: 66.66667%
  }

  .pull-xl-13 {
    right: 72.22222%
  }

  .pull-xl-14 {
    right: 77.77778%
  }

  .pull-xl-15 {
    right: 83.33333%
  }

  .pull-xl-16 {
    right: 88.88889%
  }

  .pull-xl-17 {
    right: 94.44444%
  }

  .pull-xl-18 {
    right: 100%
  }

  .push-xl-0 {
    left: auto
  }

  .push-xl-1 {
    left: 5.55556%
  }

  .push-xl-2 {
    left: 11.11111%
  }

  .push-xl-3 {
    left: 16.66667%
  }

  .push-xl-4 {
    left: 22.22222%
  }

  .push-xl-5 {
    left: 27.77778%
  }

  .push-xl-6 {
    left: 33.33333%
  }

  .push-xl-7 {
    left: 38.88889%
  }

  .push-xl-8 {
    left: 44.44444%
  }

  .push-xl-9 {
    left: 50%
  }

  .push-xl-10 {
    left: 55.55556%
  }

  .push-xl-11 {
    left: 61.11111%
  }

  .push-xl-12 {
    left: 66.66667%
  }

  .push-xl-13 {
    left: 72.22222%
  }

  .push-xl-14 {
    left: 77.77778%
  }

  .push-xl-15 {
    left: 83.33333%
  }

  .push-xl-16 {
    left: 88.88889%
  }

  .push-xl-17 {
    left: 94.44444%
  }

  .push-xl-18 {
    left: 100%
  }
}

@media (min-width:1500px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-xxl-1 {
    -ms-flex: 0 0 5.55556%;
    flex: 0 0 5.55556%;
    max-width: 5.55556%
  }

  .col-xxl-2 {
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%
  }

  .col-xxl-3 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-xxl-4 {
    -ms-flex: 0 0 22.22222%;
    flex: 0 0 22.22222%;
    max-width: 22.22222%
  }

  .col-xxl-5 {
    -ms-flex: 0 0 27.77778%;
    flex: 0 0 27.77778%;
    max-width: 27.77778%
  }

  .col-xxl-6 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-xxl-7 {
    -ms-flex: 0 0 38.88889%;
    flex: 0 0 38.88889%;
    max-width: 38.88889%
  }

  .col-xxl-8 {
    -ms-flex: 0 0 44.44444%;
    flex: 0 0 44.44444%;
    max-width: 44.44444%
  }

  .col-xxl-9 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xxl-10 {
    -ms-flex: 0 0 55.55556%;
    flex: 0 0 55.55556%;
    max-width: 55.55556%
  }

  .col-xxl-11 {
    -ms-flex: 0 0 61.11111%;
    flex: 0 0 61.11111%;
    max-width: 61.11111%
  }

  .col-xxl-12 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-xxl-13 {
    -ms-flex: 0 0 72.22222%;
    flex: 0 0 72.22222%;
    max-width: 72.22222%
  }

  .col-xxl-14 {
    -ms-flex: 0 0 77.77778%;
    flex: 0 0 77.77778%;
    max-width: 77.77778%
  }

  .col-xxl-15 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-xxl-16 {
    -ms-flex: 0 0 88.88889%;
    flex: 0 0 88.88889%;
    max-width: 88.88889%
  }

  .col-xxl-17 {
    -ms-flex: 0 0 94.44444%;
    flex: 0 0 94.44444%;
    max-width: 94.44444%
  }

  .col-xxl-18 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .order-xxl-13 {
    -ms-flex-order: 13;
    order: 13
  }

  .order-xxl-14 {
    -ms-flex-order: 14;
    order: 14
  }

  .order-xxl-15 {
    -ms-flex-order: 15;
    order: 15
  }

  .order-xxl-16 {
    -ms-flex-order: 16;
    order: 16
  }

  .order-xxl-17 {
    -ms-flex-order: 17;
    order: 17
  }

  .order-xxl-18 {
    -ms-flex-order: 18;
    order: 18
  }

  .offset-xxl-0 {
    margin-left: 0
  }

  .offset-xxl-1 {
    margin-left: 5.55556%
  }

  .offset-xxl-2 {
    margin-left: 11.11111%
  }

  .offset-xxl-3 {
    margin-left: 16.66667%
  }

  .offset-xxl-4 {
    margin-left: 22.22222%
  }

  .offset-xxl-5 {
    margin-left: 27.77778%
  }

  .offset-xxl-6 {
    margin-left: 33.33333%
  }

  .offset-xxl-7 {
    margin-left: 38.88889%
  }

  .offset-xxl-8 {
    margin-left: 44.44444%
  }

  .offset-xxl-9 {
    margin-left: 50%
  }

  .offset-xxl-10 {
    margin-left: 55.55556%
  }

  .offset-xxl-11 {
    margin-left: 61.11111%
  }

  .offset-xxl-12 {
    margin-left: 66.66667%
  }

  .offset-xxl-13 {
    margin-left: 72.22222%
  }

  .offset-xxl-14 {
    margin-left: 77.77778%
  }

  .offset-xxl-15 {
    margin-left: 83.33333%
  }

  .offset-xxl-16 {
    margin-left: 88.88889%
  }

  .offset-xxl-17 {
    margin-left: 94.44444%
  }

  .pull-xxl-0 {
    right: auto
  }

  .pull-xxl-1 {
    right: 5.55556%
  }

  .pull-xxl-2 {
    right: 11.11111%
  }

  .pull-xxl-3 {
    right: 16.66667%
  }

  .pull-xxl-4 {
    right: 22.22222%
  }

  .pull-xxl-5 {
    right: 27.77778%
  }

  .pull-xxl-6 {
    right: 33.33333%
  }

  .pull-xxl-7 {
    right: 38.88889%
  }

  .pull-xxl-8 {
    right: 44.44444%
  }

  .pull-xxl-9 {
    right: 50%
  }

  .pull-xxl-10 {
    right: 55.55556%
  }

  .pull-xxl-11 {
    right: 61.11111%
  }

  .pull-xxl-12 {
    right: 66.66667%
  }

  .pull-xxl-13 {
    right: 72.22222%
  }

  .pull-xxl-14 {
    right: 77.77778%
  }

  .pull-xxl-15 {
    right: 83.33333%
  }

  .pull-xxl-16 {
    right: 88.88889%
  }

  .pull-xxl-17 {
    right: 94.44444%
  }

  .pull-xxl-18 {
    right: 100%
  }

  .push-xxl-0 {
    left: auto
  }

  .push-xxl-1 {
    left: 5.55556%
  }

  .push-xxl-2 {
    left: 11.11111%
  }

  .push-xxl-3 {
    left: 16.66667%
  }

  .push-xxl-4 {
    left: 22.22222%
  }

  .push-xxl-5 {
    left: 27.77778%
  }

  .push-xxl-6 {
    left: 33.33333%
  }

  .push-xxl-7 {
    left: 38.88889%
  }

  .push-xxl-8 {
    left: 44.44444%
  }

  .push-xxl-9 {
    left: 50%
  }

  .push-xxl-10 {
    left: 55.55556%
  }

  .push-xxl-11 {
    left: 61.11111%
  }

  .push-xxl-12 {
    left: 66.66667%
  }

  .push-xxl-13 {
    left: 72.22222%
  }

  .push-xxl-14 {
    left: 77.77778%
  }

  .push-xxl-15 {
    left: 83.33333%
  }

  .push-xxl-16 {
    left: 88.88889%
  }

  .push-xxl-17 {
    left: 94.44444%
  }

  .push-xxl-18 {
    left: 100%
  }
}

.m-0 {
  margin: 0 !important
}

.mt-0,
.my-0 {
  margin-top: 0 !important
}

.mr-0,
.mx-0 {
  margin-right: 0 !important
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
  margin-left: 0 !important
}

.m-1 {
  margin: 2rem !important
}

.mt-1,
.my-1 {
  margin-top: 2rem !important
}

.mr-1,
.mx-1 {
  margin-right: 2rem !important
}

.mb-1,
.my-1 {
  margin-bottom: 2rem !important
}

.ml-1,
.mx-1 {
  margin-left: 2rem !important
}

.m-2 {
  margin: 3rem !important
}

.mt-2,
.my-2 {
  margin-top: 3rem !important
}

.mr-2,
.mx-2 {
  margin-right: 3rem !important
}

.mb-2,
.my-2 {
  margin-bottom: 3rem !important
}

.ml-2,
.mx-2 {
  margin-left: 3rem !important
}

.m-3 {
  margin: 6rem !important
}

.mt-3,
.my-3 {
  margin-top: 6rem !important
}

.mr-3,
.mx-3 {
  margin-right: 6rem !important
}

.mb-3,
.my-3 {
  margin-bottom: 6rem !important
}

.ml-3,
.mx-3 {
  margin-left: 6rem !important
}

.m-4 {
  margin: 9rem !important
}

.mt-4,
.my-4 {
  margin-top: 9rem !important
}

.mr-4,
.mx-4 {
  margin-right: 9rem !important
}

.mb-4,
.my-4 {
  margin-bottom: 9rem !important
}

.ml-4,
.mx-4 {
  margin-left: 9rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-0,
.py-0 {
  padding-top: 0 !important
}

.pr-0,
.px-0 {
  padding-right: 0 !important
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important
}

.pl-0,
.px-0 {
  padding-left: 0 !important
}

.p-1 {
  padding: 2rem !important
}

.pt-1,
.py-1 {
  padding-top: 2rem !important
}

.pr-1,
.px-1 {
  padding-right: 2rem !important
}

.pb-1,
.py-1 {
  padding-bottom: 2rem !important
}

.pl-1,
.px-1 {
  padding-left: 2rem !important
}

.p-2 {
  padding: 3rem !important
}

.pt-2,
.py-2 {
  padding-top: 3rem !important
}

.pr-2,
.px-2 {
  padding-right: 3rem !important
}

.pb-2,
.py-2 {
  padding-bottom: 3rem !important
}

.pl-2,
.px-2 {
  padding-left: 3rem !important
}

.p-3 {
  padding: 6rem !important
}

.pt-3,
.py-3 {
  padding-top: 6rem !important
}

.pr-3,
.px-3 {
  padding-right: 6rem !important
}

.pb-3,
.py-3 {
  padding-bottom: 6rem !important
}

.pl-3,
.px-3 {
  padding-left: 6rem !important
}

.p-4 {
  padding: 9rem !important
}

.pt-4,
.py-4 {
  padding-top: 9rem !important
}

.pr-4,
.px-4 {
  padding-right: 9rem !important
}

.pb-4,
.py-4 {
  padding-bottom: 9rem !important
}

.pl-4,
.px-4 {
  padding-left: 9rem !important
}

.m-auto {
  margin: auto !important
}

.mt-auto,
.my-auto {
  margin-top: auto !important
}

.mr-auto,
.mx-auto {
  margin-right: auto !important
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
  margin-left: auto !important
}


@media (min-width:576px) {
  .m-sm-0 {
    margin: 0 !important
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important
  }

  .m-sm-1 {
    margin: 2rem !important
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 2rem !important
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 2rem !important
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 2rem !important
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 2rem !important
  }

  .m-sm-2 {
    margin: 3rem !important
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 3rem !important
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 3rem !important
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 3rem !important
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 3rem !important
  }

  .m-sm-3 {
    margin: 6rem !important
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 6rem !important
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 6rem !important
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 6rem !important
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 6rem !important
  }

  .m-sm-4 {
    margin: 9rem !important
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 9rem !important
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 9rem !important
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 9rem !important
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 9rem !important
  }

  .p-sm-0 {
    padding: 0 !important
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important
  }

  .p-sm-1 {
    padding: 2rem !important
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 2rem !important
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 2rem !important
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 2rem !important
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 2rem !important
  }

  .p-sm-2 {
    padding: 3rem !important
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 3rem !important
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 3rem !important
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 3rem !important
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 3rem !important
  }

  .p-sm-3 {
    padding: 6rem !important
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 6rem !important
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 6rem !important
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 6rem !important
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 6rem !important
  }

  .p-sm-4 {
    padding: 9rem !important
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 9rem !important
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 9rem !important
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 9rem !important
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 9rem !important
  }

  .m-sm-auto {
    margin: auto !important
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important
  }
}

@media (min-width:768px) {
  .m-md-0 {
    margin: 0 !important
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important
  }

  .m-md-1 {
    margin: 2rem !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 2rem !important
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 2rem !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 2rem !important
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 2rem !important
  }

  .m-md-2 {
    margin: 3rem !important
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 3rem !important
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 3rem !important
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 3rem !important
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 3rem !important
  }

  .m-md-3 {
    margin: 6rem !important
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 6rem !important
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 6rem !important
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 6rem !important
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 6rem !important
  }

  .m-md-4 {
    margin: 9rem !important
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 9rem !important
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 9rem !important
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 9rem !important
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 9rem !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important
  }

  .p-md-1 {
    padding: 2rem !important
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 2rem !important
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 2rem !important
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 2rem !important
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 2rem !important
  }

  .p-md-2 {
    padding: 3rem !important
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 3rem !important
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 3rem !important
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 3rem !important
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 3rem !important
  }

  .p-md-3 {
    padding: 6rem !important
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 6rem !important
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 6rem !important
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 6rem !important
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 6rem !important
  }

  .p-md-4 {
    padding: 9rem !important
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 9rem !important
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 9rem !important
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 9rem !important
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 9rem !important
  }

  .m-md-auto {
    margin: auto !important
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important
  }
}

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0 !important
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important
  }

  .m-lg-1 {
    margin: 2rem !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 2rem !important
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 2rem !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 2rem !important
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 2rem !important
  }

  .m-lg-2 {
    margin: 3rem !important
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 3rem !important
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 3rem !important
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 3rem !important
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 3rem !important
  }

  .m-lg-3 {
    margin: 6rem !important
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 6rem !important
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 6rem !important
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 6rem !important
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 6rem !important
  }

  .m-lg-4 {
    margin: 9rem !important
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 9rem !important
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 9rem !important
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 9rem !important
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 9rem !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important
  }

  .p-lg-1 {
    padding: 2rem !important
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 2rem !important
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 2rem !important
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 2rem !important
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 2rem !important
  }

  .p-lg-2 {
    padding: 3rem !important
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 3rem !important
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 3rem !important
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 3rem !important
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 3rem !important
  }

  .p-lg-3 {
    padding: 6rem !important
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 6rem !important
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 6rem !important
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 6rem !important
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 6rem !important
  }

  .p-lg-4 {
    padding: 9rem !important
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 9rem !important
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 9rem !important
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 9rem !important
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 9rem !important
  }

  .m-lg-auto {
    margin: auto !important
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important
  }
}

@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0 !important
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important
  }

  .m-xl-1 {
    margin: 2rem !important
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 2rem !important
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 2rem !important
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 2rem !important
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 2rem !important
  }

  .m-xl-2 {
    margin: 3rem !important
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 3rem !important
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 3rem !important
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 3rem !important
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 3rem !important
  }

  .m-xl-3 {
    margin: 6rem !important
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 6rem !important
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 6rem !important
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 6rem !important
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 6rem !important
  }

  .m-xl-4 {
    margin: 9rem !important
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 9rem !important
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 9rem !important
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 9rem !important
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 9rem !important
  }

  .p-xl-0 {
    padding: 0 !important
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important
  }

  .p-xl-1 {
    padding: 2rem !important
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 2rem !important
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 2rem !important
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 2rem !important
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 2rem !important
  }

  .p-xl-2 {
    padding: 3rem !important
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 3rem !important
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 3rem !important
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 3rem !important
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 3rem !important
  }

  .p-xl-3 {
    padding: 6rem !important
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 6rem !important
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 6rem !important
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 6rem !important
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 6rem !important
  }

  .p-xl-4 {
    padding: 9rem !important
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 9rem !important
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 9rem !important
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 9rem !important
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 9rem !important
  }

  .m-xl-auto {
    margin: auto !important
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important
  }
}

@media (min-width:1500px) {
  .m-xxl-0 {
    margin: 0 !important
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important
  }

  .m-xxl-1 {
    margin: 2rem !important
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 2rem !important
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 2rem !important
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 2rem !important
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 2rem !important
  }

  .m-xxl-2 {
    margin: 3rem !important
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 3rem !important
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 3rem !important
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 3rem !important
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 3rem !important
  }

  .m-xxl-3 {
    margin: 6rem !important
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 6rem !important
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 6rem !important
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 6rem !important
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 6rem !important
  }

  .m-xxl-4 {
    margin: 9rem !important
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 9rem !important
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 9rem !important
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 9rem !important
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 9rem !important
  }

  .p-xxl-0 {
    padding: 0 !important
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important
  }

  .p-xxl-1 {
    padding: 2rem !important
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 2rem !important
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 2rem !important
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 2rem !important
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 2rem !important
  }

  .p-xxl-2 {
    padding: 3rem !important
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 3rem !important
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 3rem !important
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 3rem !important
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 3rem !important
  }

  .p-xxl-3 {
    padding: 6rem !important
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 6rem !important
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 6rem !important
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 6rem !important
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 6rem !important
  }

  .p-xxl-4 {
    padding: 9rem !important
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 9rem !important
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 9rem !important
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 9rem !important
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 9rem !important
  }

  .m-xxl-auto {
    margin: auto !important
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important
  }
}

.alfa,
.bravo,
.charlie,
.delta,
.echo,
.editable-text h2,
.foxtrot,
.golf,
.hero[data-side-text]:before,
.hero [data-side-text]:before {
  color: #2b2b33
}

.alfa {
  font-size: 40px;
  line-height: 1;
  margin-bottom: .1em
}

@media screen and (min-width:320px) {
  .alfa {
    font-size: calc(40px + 52 * (100vw - 320px) / 1080)
  }
}

@media screen and (min-width:1400px) {
  .alfa {
    font-size: 92px
  }
}

.bravo {
  font-size: 40px;
  line-height: 1;
  margin-bottom: .4em
}

@media screen and (min-width:320px) {
  .bravo {
    font-size: calc(40px + 36 * (100vw - 320px) / 1080)
  }
}

@media screen and (min-width:1400px) {
  .bravo {
    font-size: 76px
  }
}

.charlie {
  font-size: 36px;
  line-height: 1;
  margin-bottom: .4em
}

@media screen and (min-width:320px) {
  .charlie {
    font-size: calc(36px + 28 * (100vw - 320px) / 1080)
  }
}

@media screen and (min-width:1400px) {
  .charlie {
    font-size: 64px
  }
}

.delta {
  font-size: 32px;
  line-height: 1;
  margin-bottom: .5em;
}

@media screen and (min-width:320px) {
  .delta {
    font-size: calc(32px + 24 * (100vw - 320px) / 1080)
  }
}

@media screen and (min-width:1400px) {
  .delta {
    font-size: 56px
  }
}

.echo {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: .4em;
}

@media screen and (min-width:320px) {
  .echo {
    font-size: calc(28px + 18 * (100vw - 320px) / 1080)
  }
}

@media screen and (min-width: 1400px) {
  .echo {
    font-size: 46px
  }
}

.editable-text h2,
.foxtrot {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: .4em
}

@media screen and (min-width:320px) {

  .editable-text h2,
  .foxtrot {
    /*font-size: calc(24px + 10 * (100vw - 320px) / 1080)*/
  }
}

@media screen and (min-width:1400px) {

  .editable-text h2,
  .foxtrot {
    font-size: 28px
  }
}

.golf,
.hero[data-side-text]:before,
.hero [data-side-text]:before {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: .5em
}

@media screen and (min-width:320px) {

  .golf,
  .hero[data-side-text]:before,
  .hero [data-side-text]:before {
    font-size: calc(20px + 2 * (100vw - 320px) / 1080)
  }
}

@media screen and (min-width:1400px) {

  .golf,
  .hero[data-side-text]:before,
  .hero [data-side-text]:before {
    font-size: 22px
  }
}

.line-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.line-heading>* {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.line-heading>:not(:first-child) {
  -ms-flex-order: 2;
  order: 2;
  margin-left: auto
}

.line-heading:after {
  content: "";
  background: linear-gradient(hsla(240, 1%, 60%, .3), hsla(240, 1%, 60%, .3)) 50% repeat-x;
  background-size: 1px 1px;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  height: 1px;
  margin-left: 30px;
  margin-right: 30px;
  -ms-flex-order: 1;
  order: 1
}

.line-heading--single:after {
  margin-right: 0
}

@media (max-width:767px) {
  .line-heading--blog-filters:after {
    margin-left: 0
  }
}

@media (max-width:575px) {
  .line-heading--blog-filters:after {
    content: none
  }
}

.tnum {
  font-feature-settings: "tnum"
}

.background-left {
  top: 0;
  left: 0;
  width: calc(50% - 78.88889px - 10px)
}

.background-left,
.background-triangles {
  position: absolute
}

.bg-charade .background-triangles {
  opacity: .2
}

.background-triangles--bottom-left,
.background-triangles--left {
  right: calc(50% + 10px);
  width: calc(50% - 10px);
  min-width: 600px
}

.background-triangles--right,
.background-triangles--top-right {
  left: 65%;
  width: 35%;
  min-width: 300px
}

.background-triangles--bottom-left {
  bottom: 0
}

.background-triangles--top-right {
  top: 0;
  transform: scaleY(-1);
  height: 100%
}

.background-triangles--left {
  top: 0;
  height: 100%
}

.background-triangles--right {
  top: 0;
  transform: scaleY(-1);
  height: 100%
}

.hero>img,
.section-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.bg-scarpa-flow .section-background,
.hero.bg-scarpa-flow>img {
  opacity: .45
}

.bg-charade .section-background,
.hero.bg-charade>img {
  opacity: .6
}

.background-text {
  display: none;
  position: relative;
  z-index: 0;
  pointer-events: none
}

.background-text>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  transform: translateY(-50%)
}

.background-text>div>div {
  position: relative;
  width: 125%;
  min-width: 800px
}

.background-text>div>div:before {
  content: "";
  display: block;
  padding-top: 19.57558%
}

.background-text>div>div svg {
  position: absolute;
  top: 0;
  left: 5%;

 /*     top: 34px;
    left: 14%;*/

  width: 100%;
  height: 100%;
  fill: #2b2b33;
  /*fill: #414099;*/
  opacity: .02
}

.background-text--right>div>div svg {
  left: 30%
}

.background-text--lower>div {
  transform: none
}

.background-big-triangle:not(body),
body.background-big-triangle .ex-site {
  /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 440 1056' preserveAspectRatio='xMaxYMin meet'%3E%3Cpath d='M440 0L0 528l440 528z' fill='%23f6f6f7'/%3E%3C/svg%3E");*/
  background-size: 84% auto;
  background-position: 100% 0;
  background-repeat: no-repeat
}

body.background-big-triangle .ex-site {
  background-position: right 100vh
}

.background-checked {
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%
}

.staggered {
  margin-top: 30px
}

@media (min-width:576px) {
  .staggered {
    margin-top: -5vw
  }
}

@media (min-width:992px) {
  .staggered {
    margin-top: -14vw
  }
}

@media (min-width:2000px) {
  .staggered {
    margin-top: -280px
  }
}

@media (max-width:575px) {
  .staggered>* {
    margin-top: 30px
  }
}

@media (min-width:576px) {
  .staggered>:first-child {
    margin-top: 18vw
  }
}

@media (min-width:992px) {
  .staggered>:first-child {
    margin-top: 24vw
  }
}

@media (min-width:2000px) {
  .staggered>:first-child {
    margin-top: 480px
  }
}

@media (min-width:992px) {
  .staggered>:nth-child(2) {
    margin-top: 12vw
  }
}

@media (min-width:2000px) {
  .staggered>:nth-child(2) {
    margin-top: 240px
  }
}

@media (min-width:576px) and (max-width:991px) {
  .staggered>:nth-child(3) {
    margin-top: calc(-18vw + 20px)
  }
}

.ratio {
  position: relative;
  height: 0
}

.ratio,
.ratio img {
  display: block;
  width: 100%
}

.ratio img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%
}

[class*=ratio-] {
  position: relative
}

[class*=ratio-]:before {
  content: "";
  display: block
}

[class*=ratio-] .editable--image,
[class*=ratio-] .editable--image .editable__bounding-box,
[class*=ratio-] .editable--image img,
[class*=ratio-]>img,
[class*=ratio-]>svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* transform: scaleX(-1); */
  /* -webkit-transform: scaleX(-1); */
}

.ratio-logo-full {
  max-width: 200px
}

.ratio-logo-full:before {
  padding-top: 14.49701%
}

.ratio-1x1:before {
  padding-top: 100%
}

.ratio-3x2:before {
  padding-top: 66.66667%
}

.ratio-940x600:before {
  padding-top: 63.82979%
}

.ratio-860x600:before {
  padding-top: 69.76744%
}

.ratio-780x600:before {
  padding-top: 76.92308%
}

.ratio-640x530:before {
  padding-top: 82.8125%
}

.ratio-540x380:before {
  padding-top: 70.37037%
}

.ratio-540x620:before {
  padding-top: 120.81481%;
}

.ratio-540x460:before {
  padding-top: 85.18519%
}

.ratio-540x430:before {
  padding-top: 79.62963%
}

.ratio-540x740:before {
  padding-top: 137.03704%
}

.ratio-560x700:before {
  padding-top: 125%
}

.ratio-480x360:before {
  padding-top: 75%
}

.ratio-380x560:before {
  padding-top: 147.36842%
}

.ratio-380x300:before {
  padding-top: 78.94737%
}

.ratio-340x340:before {
  padding-top: 100%
}

.ratio-340x300:before {
  padding-top: 88.23529%
}

.ratio-340x240:before {
  padding-top: 70.58824%
}

.ratio-1140x400:before {
  padding-top: 35.08772%
}

.ratio-1140x600:before {
  padding-top: 52.63158%
}

.ratio-1140x700:before {
  padding-top: 61.40351%
}

.ratio-1020x640:before {
  padding-top: 62.7451%
}

.ratio-480x270:before {
  padding-top: 56.25%
}

.foxtrot--icon {
  padding-left: 2.75294em
}

.editable-text h2 .icon,
.foxtrot .icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.35294em;
  transform: translateY(-55%)
}

.icon-large {
  max-width: 40px
}

@media (min-width:576px) {
  .icon-large {
    max-width: 60px
  }
}

@media (min-width:768px) {
  .icon-large {
    max-width: 80px
  }
}

.icon-large img {
  height: auto
}

.icon-medium {
  max-width: 64px
}

.icon-medium img {
  height: auto
}

.icon-regular {
  max-width: 40px
}

@media (min-width:576px) {
  .icon-regular {
    max-width: 60px
  }
}

.icon-regular img {
  height: auto
}

.icon-large[data-text],
.icon-medium[data-text],
.icon-regular[data-text] {
  position: relative;
  padding-bottom: 1em
}

.icon-large[data-text][data-text]:after,
.icon-medium[data-text][data-text]:after,
.icon-regular[data-text][data-text]:after {
  content: attr(data-text);
  display: block;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.icon-small {
  position: relative;
  vertical-align: middle;
  top: -.1em;
  margin-right: .4em
}

@media (min-width:992px) {
  .sidebar__main {
    padding-left: 40px
  }
}

@media (min-width:1200px) {
  .sidebar__main {
    padding-left: 50px
  }
}

.editable-text h2 {
  margin-top: 6rem;
  margin-bottom: 2rem
}

@media (min-width:576px) {
  .editable-text h2 {
    margin-top: 9rem;
    margin-bottom: 3rem
  }
}

.editable-text h3 {
  font-weight: 400;
  margin-top: 3rem;
  margin-bottom: 2rem
}

@media (min-width:576px) {
  .editable-text h3 {
    margin-top: 6rem;
    margin-bottom: 3rem
  }
}

.editable-text a {
  color: #0197f6;
  text-decoration: underline
}

.editable-text a:hover {
  text-decoration: none
}

.editable-text ol,
.editable-text ul {
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
  counter-reset: a
}

.editable-text ol li,
.editable-text ul li {
  position: relative;
  padding-left: 1.76471em
}

.editable-text ol li:before,
.editable-text ul li:before {
  position: absolute;
  top: 0;
  left: 0
}

.editable-text ol li+li,
.editable-text ul li+li {
  margin-top: 2rem
}

@media (min-width:576px) {

  .editable-text ol li+li,
  .editable-text ul li+li {
    margin-top: 3rem
  }
}

.editable-text ul li:before {
  content: "\2022"
}

.editable-text ol li {
  counter-increment: a
}

.editable-text ol li:before {
  content: counter(a) "."
}

.editable-text.color-white ol li:before,
.editable-text.color-white ul li:before {
  color: #97979a
}

.editable-text.font-14 ol li,
.editable-text.font-14 ul li {
  padding-left: 1em
}

.editable-text--compact ol li+li,
.editable-text--compact ul li+li {
  margin-top: 5px !important
}

.header {
  z-index: 100
}

.header__link {
  position: relative;
  z-index: 100;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  height: 70px;
  text-transform: uppercase;
  line-height: 70px;
  cursor: pointer;
  white-space: nowrap;
  transition: color .5s;
  color: #fff
}

.header__link:hover {
  color: #fff
}

body.light .header__link:not([class*=color-]),
body.light .header__link:not([class*=color-]):hover {
  color: #2b2b33
}

body.scrolled .header__link:not(.header__link--reserve) {
  color: #2b2b33 !important
}

.header__link[class*=bg-] {
  padding: 0 22px
}

@media (min-width:576px) {
  .header__link[class*=bg-] {
    padding: 0 26px
  }
}

@media (min-width:992px) {
  .header__link[class*=bg-] {
    padding: 0 32px
  }
}

.header__link:not([class*=bg-]) {
  margin-right: 32px
}

@media (min-width:576px) {
  .header__link {
    height: 80px;
    line-height: 80px
  }
}

@media (min-width:992px) {
  .header__link {
    height: 100px;
    line-height: 100px
  }
}

@media (max-width:449px) {
  .header__link {
    width: calc(50vw - 35px);
    text-align: center;
    padding: 0 !important
  }
}

@media (max-width:749px) {
  .header:not(.header--booking) .header__link--tel {
    display: none
  }
}

.header__right {
  transition: background .5s
}

body.light .header__right,
body.scrolled .header__right {
  background: #fff
}

@media (min-width:600px) {
  .header__right {
    padding-left: 28px
  }
}

.header__right .header__link {
  z-index: 80
}

@media (max-width:767px) {
  .header__right .header__link--reserve {
    z-index: 90
  }
}

.header__icon {
  vertical-align: middle;
  fill: currentColor;
  position: relative;
  top: -.1em;
  margin-right: 3px;
  width: 18px;
  height: 18px
}

@media (min-width:992px) {
  .header__icon {
    width: 24px;
    height: 24px;
    top: -.2em;
    margin-right: 5px
  }
}

@media (max-width:359px) {
  .header:not(.header--booking) .header__icon {
    display: none
  }
}

.header__logo {
  width: 70px
}

.header__logo svg {
  width: 44%
}

@media (min-width:576px) {
  .header__logo {
    width: 80px
  }
}

@media (min-width:992px) {
  .header__logo {
    width: 100px;
    width: 160px;
        width: 200px;
    margin-top: 10px;
  }
}

@media (max-width:449px) {
  .header__logo {
    -ms-flex-order: 1;
    order: 1
  }
}

.header__locations,
.header__viewing {
  position: relative;
  margin-right: 32px
}

.header__locations .header__link,
.header__viewing .header__link {
  margin-right: 0;
  padding-right: 20px
}

.header__locations .header__link:after,
.header__viewing .header__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: currentColor transparent transparent
}

.header__locations .header__link[aria-expanded=true]:after,
.header__viewing .header__link[aria-expanded=true]:after {
  transform: rotate(180deg)
}

.header__locations ul,
.header__viewing ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 14px;
  padding: 32px 30px;
  box-shadow: 0 6px 20px 0 rgba(43, 43, 51, .15)
}

.header__locations ul:before,
.header__viewing ul:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px;
  border-color: transparent transparent #fff
}

.header__locations a,
.header__viewing a {
  padding: 8px 0
}

@media (max-width:599px) {

  .header__locations,
  .header__viewing {
    display: none
  }
}

.header--booking.bg-white {
  box-shadow: 0 3px 30px 0 rgba(43, 43, 51, .1)
}

@media (max-width:449px) {
  .header--booking .header__link--tel {
    width: auto;
    padding: 0 30px !important;
    background: none;
    color: #2b2b33
  }
}

@media (max-width:869px) {
  .header:not(.header--booking) .header__viewing {
    display: none
  }
}

.nav-toggle__icon {
  width: 2.4rem;
  height: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}

@media (min-width:992px) {
  .nav-toggle__icon {
    height: 2.4rem;
    margin-right: 15px
  }
}

.nav-toggle__icon:after,
.nav-toggle__icon:before,
.nav-toggle__icon span {
  content: "";
  display: block;
  height: 2px;
  background: #535360;
  transform-origin: left;
  transition: transform .3s
}

.nav-toggle:hover .nav-toggle__icon:after,
.nav-toggle:hover .nav-toggle__icon:before,
.nav-toggle:hover .nav-toggle__icon span {
  transform: none
}

@media (min-width:992px) {
  .nav-toggle__icon:before {
    margin-top: 3px
  }
}

.nav-toggle__icon:after,
.nav-toggle__icon span {
  margin-top: 6px
}

.nav-toggle__icon span {
  transform: scaleX(.6667)
}

.nav-toggle__icon:after {
  transform: scaleX(.8333)
}

.nav-toggle.is-animating-to-closed .nav-toggle__icon:before,
.nav-toggle.is-animating-to-open .nav-toggle__icon:before {
  animation: a .8s cubic-bezier(.895, .03, .685, .22) forwards
}

.nav-toggle.is-animating-to-closed .nav-toggle__icon:after,
.nav-toggle.is-animating-to-open .nav-toggle__icon:after {
  animation: b .8s cubic-bezier(.895, .03, .685, .22) forwards
}

.nav-toggle.is-animating-to-closed .nav-toggle__icon span,
.nav-toggle.is-animating-to-open .nav-toggle__icon span {
  animation: c .8s cubic-bezier(.895, .03, .685, .22) forwards
}

.nav-toggle.is-animating-to-open .nav-toggle__icon:after,
.nav-toggle.is-animating-to-open .nav-toggle__icon:before,
.nav-toggle.is-animating-to-open .nav-toggle__icon span {
  animation-direction: reverse
}



.nav-toggle__label {
  top: .3em
}

.nav-toggle__label>span {
  transition: transform .8s cubic-bezier(.86, 0, .07, 1) .1s
}

.nav-toggle__label>span:first-child[aria-hidden=true] {
  transform: translateY(-100%)
}

.nav-toggle__label>span:last-child[aria-hidden=true] {
  transform: translateY(100%)
}

.nav-container {
  position: relative;
  z-index: 90
}

.nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  transition: transform .8s cubic-bezier(.86, 0, .07, 1);
  transform: translateX(100%)
}

@media (min-width:768px) {
  .nav {
    width: 80%
  }
}

@media (min-width:992px) {
  .nav {
    width: 68%
  }
}

@media (min-width:1200px) {
  .nav {
    width: 400px
  }
}

@media (min-width:1500px) {
  .nav {
    width: 400px
  }
}

.nav-container-width{
    width: 400px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav__container {
  width: 100vw;
  height: 100%;
  /*padding-top: 70px*/
}

@media (min-width:576px) {
  .nav__container {
    /*padding-top: 80px*/
  }
}

@media (min-width:992px) {
  .nav__container {
    /*padding-top: 100px*/
  }
}

.nav a:not(.hover-underline) {
  transition: color .3s
}

.nav__list {
  position: relative
}

@media (min-width:576px) {
  .nav__list {
    width: 260px
  }
}

.nav__sub {
  margin-top: 25px;
  margin-bottom: 35px;
  padding-left: 25px
}

@media (max-width:575px) {
  .nav__sub {
    display: none
  }

  .nav__item.is-expanded .nav__sub {
    display: block
  }
}

@media (min-width:576px) {
  .nav__sub {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 60px;
    opacity: 0;
    pointer-events: none;
    padding-left: 50px;
    padding-right: 20px
  }
}

@media (min-width:992px) {
  .nav__sub {
    padding-left: 70px
  }
}

@media (max-width:575px) {
  .nav__item {
    position: relative
  }
}

.nav__item.nav_item--mobile {
  display: none
}

@media (max-width:575px) {
  .nav__item.nav_item--mobile {
    display: block
  }
}

.nav__item.focus-within,
.nav__item.menu-aim__item--active {
  color: #2b2b33
}

.nav__item.focus-within .nav__chevron,
.nav__item.menu-aim__item--active .nav__chevron {
  fill: #2b2b33
}

.nav__item.focus-within .nav__sub,
.nav__item.menu-aim__item--active .nav__sub {
  opacity: 1 !important;
  pointer-events: auto
}

.nav__item.focus-within .nav__link span,
.nav__item.menu-aim__item--active .nav__link span {
  background-size: .05em 1px, .05em 1px, 100% 1px
}

.nav__item:focus-within {
  color: #2b2b33
}

.nav__item:focus-within .nav__chevron {
  fill: #2b2b33
}

.nav__item:focus-within .nav__sub {
  opacity: 1 !important;
  pointer-events: auto
}

.nav__item:focus-within .nav__link span {
  background-size: .05em 1px, .05em 1px, 100% 1px
}

.nav__chevron {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  fill: #535360;
  transition: fill .3s
}

@media (max-width:575px) {
  .nav__chevron {
    transform: rotate(90deg) scale(1.25)
  }

  .nav__item.is-expanded .nav__chevron {
    transform: rotate(-90deg)
  }
}

.nav__link {
  position: relative
}

.nav__link--underline span,
.nav__link span,
.nav__sub a {
  background-image: linear-gradient(#f6f6f7, #f6f6f7), linear-gradient(#f6f6f7, #f6f6f7), linear-gradient(#2b2b33, #2b2b33);
  text-shadow: .03em 0 #f6f6f7, -.03em 0 #f6f6f7, 0 .03em #f6f6f7, 0 -.03em #f6f6f7, .06em 0 #f6f6f7, -.06em 0 #f6f6f7, .09em 0 #f6f6f7, -.09em 0 #f6f6f7, .12em 0 #f6f6f7, -.12em 0 #f6f6f7, .15em 0 #f6f6f7, -.15em 0 #f6f6f7;
  background-size: .05em 1px, .05em 1px, 0 1px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 0 97%, 97% 97%, 0 97%;
  transition: background-size .4s, color .3s !important
}

.nav__link--underline:hover span,
.nav__sub a:hover {
  background-size: .05em 1px, .05em 1px, 100% 1px
}

.nav-overlay {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity .8s .2s, transform 0s 1s
}

.nav-open .nav {
  transform: none
}

.nav-open .nav-overlay {
  opacity: .5;
  transform: none;
  transition: opacity .8s .2s
}

.nav__sub-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: -11px;
  right: -9px;
  width: 40px;
  height: 40px;
  background: none;
  border: 0;
  border-radius: 0
}

@media (min-width:576px) {
  .nav__sub-toggle {
    display: none
  }
}

.footer:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1420px;
  height: 6px;
  margin-left: -710px;
  /*background: #2b2b33*/
}

@media (max-width:1520px) {
  .footer:after {
    width: calc(100% - 100px);
    margin-left: 0;
    left: 50px
  }
}

@media (max-width:767px) {
  .footer:after {
    width: calc(100% - 50px);
    left: 25px
  }
}

.footer__social-icon svg {
  transition: fill .3s
}

.footer__social-icon:hover svg {
  fill: #414099
}



.footer__big-links a {
  position: relative;
  color: inherit;
  text-decoration: none
}

.footer__big-links a:after,
.footer__big-links a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  transform-origin: left;
  transition: transform .4s
}

.footer__big-links a:before {
  /*background: rgba(43, 43, 51, .3)*/
}

.footer__big-links a:after {
  background: currentColor;
  transform: scaleX(0)
}

.footer__big-links a:hover:after {
  transform: none
}

.hero {
  position: relative;
  width: 100%;
  padding-top: 120px
}

@media (min-width:576px) {
  .hero {
    padding-top: 130px
  }
}

@media (min-width:992px) {
  .hero {
    padding-top: 150px
  }
}

@media (min-width:1600px) {
  .hero {
    padding-top: calc(7.5vw + 50px)
  }
}

@media (min-width:2000px) {
  .hero {
    padding-top: 200px
  }
}

.hero--scroll {
  padding-bottom: 95px
}

@media (min-width:576px) {
  .hero--scroll {
    padding-bottom: 115px
  }
}

@media (min-width:667px) {
  .hero--scroll {
    padding-bottom: calc(7.5vw + 65px)
  }
}

@media (min-width:768px) {
  .hero--scroll {
    padding-bottom: calc(7.5vw + 50px)
  }
}

@media (min-width:2000px) {
  .hero--scroll {
    padding-bottom: 250px
  }
}

.hero--slideshow {
  padding-top: 70px
}

@media (min-width:576px) {
  .hero--slideshow {
    padding-top: 80px
  }
}

@media (min-width:992px) {
  .hero--slideshow {
    padding-top: 100px
  }
}

.hero--slideshow .hero__main {
  padding-bottom: 20px
}

@media (min-width:1000px) {
  .hero--slideshow .hero__main {
    padding-bottom: calc(5vw - 30px)
  }
}

@media (min-width:2000px) {
  .hero--slideshow .hero__main {
    padding-bottom: 70px
  }
}

@media (min-width:576px) {
  .hero--full {
    min-height: 100vh
  }
}

.hero[data-side-text]:after,
.hero [data-side-text]:after,
.hero[data-side-text]:before,
.hero [data-side-text]:before {
  display: block;
  position: absolute;
  z-index: 1;
  left: 50px
}

.hero[data-side-text]:before,
.hero [data-side-text]:before {
  font-weight: 700;
  color: #2b2b33;
  top: 50%;
  transform: translate(-50%, -50%) translateY(28px) rotate(-90deg);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 1'%3E%3Cpath d='M0 .5h40' stroke='%232b2b33'/%3E%3C/svg%3E") 0 no-repeat;
  background-size: 40px 1px;
  padding-left: 56px
}

@media (min-width:768px) {

  .hero[data-side-text]:before,
  .hero [data-side-text]:before {
    content: attr(data-side-text)
  }
}

.hero.bg-charade[data-side-text]:before,
.hero.bg-charade [data-side-text]:before {
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 1'%3E%3Cpath d='M0 .5h40' stroke='%23fff'/%3E%3C/svg%3E")
}

@media (max-width:449px) {
  .hero__slideshow {
    top: 70px !important;
    height: auto !important;
    width: auto !important;
    left: -30% !important;
    right: -30% !important
  }
}

.hero__slideshow:after,
.hero__slideshow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0
}

.hero__slideshow:before {
  left: 50%;
  width: 1px;
  background: hsla(0, 0%, 100%, .15)
}

.hero__slideshow:after {
  border-left: 1px solid hsla(0, 0%, 100%, .15);
  border-right: 1px solid hsla(0, 0%, 100%, .15);
  width: 50%;
  left: 25%
}

.hero__slideshow canvas {
  opacity: .7
}

.hero__overlay {
  opacity: 0;
  transition: opacity 1.5s 1.3s
}

.is-progressing .hero__overlay {
  /*opacity: 1;*/
  opacity: 0;
}

.hero__more {
  bottom: 30px
}

@media (min-width:576px) {
  .hero__more {
    bottom: 50px
  }
}

@media (min-width:768px) {
  .hero__more {
    bottom: 84px
  }
}

.hero .editable--image,
.hero .editable--image .editable__bounding-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}

.btn,
.wallsio-load-more-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: 0;
  background: none;
  border-radius: 0;
  height: 55px;
  line-height: 55px;
  padding: 0 26px;
  text-decoration: none;
  min-width: 170px;
  cursor: pointer;
  transition: background-color .3s
}

.btn[disabled],
.wallsio-load-more-button[disabled] {
  opacity: .3;
  cursor: not-allowed
}

.btn--outline,
.wallsio-load-more-button {
  position: relative;
  line-height: 53px;
  padding: 0 25px;
  transition: color .3s;
  border: 1px solid
}

.btn--outline:before,
.wallsio-load-more-button:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  transition: transform .3s;
  transform-origin: bottom;
  transform: scaleY(0)
}

.btn--outline:not([disabled]):hover:before,
.wallsio-load-more-button:not([disabled]):hover:before {
  transform: none
}

.btn--outline.btn--dark,
.wallsio-load-more-button.btn--dark {
  color: #231f20;
  border-color: rgba(43, 43, 51, .3)
}

.btn--outline.btn--dark:before,
.wallsio-load-more-button.btn--dark:before {
  background: #f28a3d;
}

.btn--outline.btn--dark:not([disabled]):hover,
.wallsio-load-more-button.btn--dark:not([disabled]):hover {
  color: #fff
}

.btn--outline.btn--dark:not([disabled]):hover .btn__icon,
.wallsio-load-more-button.btn--dark:not([disabled]):hover .btn__icon {
  fill: #fff
}

.btn--outline.btn--dark .btn__icon,
.wallsio-load-more-button.btn--dark .btn__icon {
  fill: #f28a3d;
}

.btn--outline.btn--light,
.wallsio-load-more-button.btn--light {
  color: #fff;
  border-color: hsla(0, 0%, 100%, .3)
}

.btn--outline.btn--light:before,
.wallsio-load-more-button.btn--light:before {
  background: #f28a3d;
}

.btn--outline.btn--light .btn__icon,
.wallsio-load-more-button.btn--light .btn__icon {
  fill: hsla(0, 0%, 100%, .3)
}

.btn--outline.btn--light:not([disabled]):hover,
.wallsio-load-more-button.btn--light:not([disabled]):hover {
  color: #fff;
}

@media (min-width:768px) {
  .btn--outline.btn--md-dark {
    color: #231f20;
    border-color: rgba(43, 43, 51, .3)
  }

  .btn--outline.btn--md-dark:before {
    background: #2b2b33
  }

  .btn--outline.btn--md-dark:not([disabled]):hover {
    color: #fff
  }

  .btn--outline.btn--md-dark:not([disabled]):hover .btn__icon {
    fill: #fff
  }

  .btn--outline.btn--md-dark .btn__icon {
    fill: #231f20
  }
}

.btn--large {
  height: 70px;
  line-height: 70px
}

.btn--large.btn--outline {
  line-height: 68px
}

.btn--icon {
  padding-left: 20px
}

.btn--icon.btn--outline {
  padding-left: 19px
}

.btn__icon {
  vertical-align: middle;
  position: relative;
  top: -.1em;
  margin-right: .2em;
  transition: fill .3s
}

.btn--dark:not([disabled]):hover .btn__icon {
  fill: #fff
}

.btn--light:not([disabled]):hover .btn__icon {
  fill: #2b2b33
}

.icon-btn {
  display: block;
  background: none;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid rgba(43, 43, 51, .4);
  transition: border-color .3s
}

@media (min-width:768px) {
  .icon-btn {
    width: 5rem;
    height: 5rem
  }
}

.icon-btn:not([disabled]):hover {
  border-color: #2b2b33
}

.icon-btn svg {
  display: block;
  margin: auto
}

.icon-btn:not(button) {
  padding-top: 1.1rem
}

@media (min-width:768px) {
  .icon-btn:not(button) {
    padding-top: 1.6rem
  }
}

@media (min-width:768px) {
  .icon-btn--small {
    width: 4rem;
    height: 4rem
  }

  .icon-btn--small:not(button) {
    padding-top: 1.1rem
  }
}

.icon-btn--arrow svg {
  width: 1.5rem;
  height: 1.5rem
}

.icon-btn--light {
  border-color: hsla(0, 0%, 100%, .4)
}

.icon-btn--light:not([disabled]):hover {
  border-color: #fff
}

@media (min-width:768px) {
  .icon-btn--md-light {
    border-color: hsla(0, 0%, 100%, .4)
  }

  .icon-btn--md-light:not([disabled]):hover {
    border-color: #fff
  }
}

.wallsio-load-more-button {
  text-transform: uppercase;
  margin-top: 60px
}

.wallsio-load-more-button:before {
  z-index: -1
}

.hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid #2b2b33;
  border-top: 1px solid #f28a3d;
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 3rem
}

.hr--left {
  margin-left: 0;
  margin-right: auto
}

@media (min-width:1200px) {
  .hr--xl-left {
    margin-left: 0;
    margin-right: auto
  }
}

.hr-big {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 4px solid #2b2b33;
  margin-top: 4rem;
  margin-bottom: 4rem;
  width: 137.77778px
}

.feature-block {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: transform .3s
}

.feature-block:before {
  content: "";
  display: block;
  padding-top: 100%
}

@media (min-width:992px) {
  .feature-block:not(.feature-block--square):before {
    padding-top: 145.45455%
  }
}

.feature-block:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 13px;
  right: 13px;
  bottom: 13px;
  border: 2px solid hsla(0, 0%, 100%, .4);
  transition: transform .3s
}

.logged-in:not(.body--booking) .feature-block:after {
  z-index: 3;
  pointer-events: none
}

.feature-block:hover:after {
  transform: scale(.98)
}

.feature-block>a,
.feature-block>div,
.feature-block>label {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform .3s
}

.logged-in:not(.body--booking) .feature-block>a,
.logged-in:not(.body--booking) .feature-block>div,
.logged-in:not(.body--booking) .feature-block>label {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.feature-block--auto:before {
  content: none
}

.feature-block--auto>a,
.feature-block--auto>div,
.feature-block--auto>label {
  position: relative
}

.feature-block>img,
.feature-block__image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .5;
  transition: transform .3s, opacity .3s
}

.feature-block:hover .feature-block>img,
.feature-block:hover .feature-block__image {
  transform: scale(1.0625)
}

@media (max-width:575px) {

  input[type=checkbox]+.feature-block,
  input[type=radio]+.feature-block {
    background: none;
    border: 1px solid rgba(43, 43, 51, .3)
  }

  input[type=checkbox]+.feature-block:after,
  input[type=checkbox]+.feature-block:before,
  input[type=radio]+.feature-block:after,
  input[type=radio]+.feature-block:before {
    content: none
  }

  input[type=checkbox]+.feature-block>label,
  input[type=radio]+.feature-block>label {
    position: relative;
    color: #231f20
  }

  input[type=checkbox]+.feature-block .checkbox,
  input[type=checkbox]+.feature-block .radio,
  input[type=radio]+.feature-block .checkbox,
  input[type=radio]+.feature-block .radio {
    color: #535360
  }

  input[type=checkbox]+.feature-block .checkbox:before,
  input[type=checkbox]+.feature-block .radio:before,
  input[type=radio]+.feature-block .checkbox:before,
  input[type=radio]+.feature-block .radio:before {
    border-color: rgba(43, 43, 51, .6)
  }

  input[type=checkbox]+.feature-block img,
  input[type=radio]+.feature-block img {
    display: none
  }
}

@media (max-width:575px) {

  input[type=checkbox]:checked+.feature-block,
  input[type=radio]:checked+.feature-block {
    border-color: #0197f6
  }

  input[type=checkbox]:checked+.feature-block .checkbox:before,
  input[type=checkbox]:checked+.feature-block .radio:before,
  input[type=radio]:checked+.feature-block .checkbox:before,
  input[type=radio]:checked+.feature-block .radio:before {
    border-color: #0197f6;
    background-color: transparent
  }

  input[type=checkbox]:checked+.feature-block .checkbox:after,
  input[type=checkbox]:checked+.feature-block .radio:after,
  input[type=radio]:checked+.feature-block .checkbox:after,
  input[type=radio]:checked+.feature-block .radio:after {
    background: #0197f6
  }
}

@media (min-width:576px) {

  input[type=checkbox]:checked+.feature-block,
  input[type=radio]:checked+.feature-block {
    transform: scale(1.0625)
  }
}

@media (min-width:576px) {

  input[type=checkbox]:checked+.feature-block:after,
  input[type=checkbox]:checked+.feature-block>label,
  input[type=radio]:checked+.feature-block:after,
  input[type=radio]:checked+.feature-block>label {
    transform: scale(.94118)
  }
}

@media (min-width:576px) {

  input[type=checkbox]:checked+.feature-block:after,
  input[type=radio]:checked+.feature-block:after {
    background: rgba(1, 151, 246, .9);
    border-color: transparent
  }
}

input[type=checkbox]:checked+.feature-block .feature-block>img,
input[type=checkbox]:checked+.feature-block .feature-block__image,
input[type=radio]:checked+.feature-block .feature-block>img,
input[type=radio]:checked+.feature-block .feature-block__image {
  transform: none !important;
  opacity: 1
}

.image-underhang {
  margin-top: -50px
}

@media (min-width:576px) {
  .image-underhang {
    margin-top: 0
  }
}

@media (max-width:575px) {
  .image-underhang>.container {
    padding: 0
  }
}

.image-underhang__image {
  position: relative
}

.image-underhang__image:before {
  content: "";
  display: block;
  padding-top: 56.92308%
}

.image-underhang__image .editable,
.image-underhang__image .editable__bounding-box,
.image-underhang__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.image-underhang__box-container {
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: -30px
}

@media (min-width:576px) {
  .image-underhang__box-container {
    margin-top: -60px
  }
}

@media (min-width:768px) {
  .image-underhang__box-container {
    margin-top: 0;
    position: absolute
  }
}

.carousel-container {
  overflow: hidden
}

.carousel {
  position: relative;
  font-size: 0
}

.carousel__image {
  width: 100%
}

.carousel .ex-section,
.carousel__slide {
  display: inline-block;
  transition: opacity .3s;
  overflow: hidden;
  position: relative;
  margin: 0 8px
}

@media (min-width:768px) {

  .carousel .ex-section,
  .carousel__slide {
    margin: 0 calc((100% - 80px) * 0.055555555555556 - 20px)
  }
}

@media (min-width:1520px) {

  .carousel .ex-section,
  .carousel__slide {
    margin: 0 120px
  }
}

.carousel:not(.carousel--contain) .carousel__slide:not(.is-selected),
.carousel:not(.carousel--contain) .ex-section:not(.is-selected) {
  opacity: .6
}

.carousel:not(.flickity-enabled)>.carousel__slide:not(:first-child),
.carousel:not(.flickity-enabled)>.ex-section:not(:first-child) {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.carousel:not(.carousel--contain) .carousel__slide,
.carousel:not(.carousel--contain) .ex-section {
  width: calc((100% - 30px) * 1 - 20px)
}

@media (min-width:768px) {

  .carousel:not(.carousel--contain) .carousel__slide,
  .carousel:not(.carousel--contain) .ex-section {
    width: calc((100% - 80px) * 0.888888888888889 - 20px)
  }
}

@media (min-width:1200px) {

  .carousel:not(.carousel--contain) .carousel__slide,
  .carousel:not(.carousel--contain) .ex-section {
    width: calc((100% - 80px) * 0.777777777777778 - 20px)
  }
}

@media (min-width:1520px) {

  .carousel:not(.carousel--contain) .carousel__slide,
  .carousel:not(.carousel--contain) .ex-section {
    width: 940px
  }
}

.ex-section .carousel__slide {
  width: 100% !important;
  margin: 0 !important;
  opacity: 1 !important
}

.carousel--contain {
  width: 100%
}

.carousel--contain .carousel__slide,
.carousel--contain .ex-section {
  width: 100%;
  margin: 0
}

.carousel__box {
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.7rem
}

@media (min-width:768px) {
  .carousel__box {
    position: absolute;
    pointer-events: none
  }
}

@media (min-width:768px) {
  .carousel__content {
    pointer-events: all
  }
}

.carousel__controls {
  position: absolute;
  z-index: 2;
  bottom: 45px;
  margin-bottom: -10px;
  left: 0;
  width: 100%
}

@media (max-width:767px) {
  .carousel__controls:not(.carousel__controls--mobile) {
    display: none
  }
}

.carousel__nav {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: 0;
  border-radius: 0;
  padding: 0 16px;
  height: 20px;
  cursor: pointer
}

.carousel__nav svg {
  transition: transform .3s
}

.carousel__nav--prev:hover svg {
  transform: translateX(-3px)
}

.carousel__nav--next:hover svg {
  transform: translateX(3px)
}

.carousel__zoom {
  width: 100%;
  height: 100%;
  opacity:0;
}
.carousel__zoom:hover {
  opacity: 1;
}

a.carousel__zoom.js-carousel-zoom.bg-radical:hover{
      background-color: rgba(65, 64, 153, 0.5);
}
.icon-carousel__icon {
  transition: opacity .3s
}

.icon-carousel:not(.flickity-enabled) {
  overflow: hidden;
  max-height: 150px
}

.icon-carousel:not(.flickity-enabled)>.icon-carousel__icon {
  opacity: 0
}

.carousel.carousel--right .ex-section-buttons {
  right: auto;
  left: 20px
}

.carousel-container--alt {
  overflow: hidden
}

.carousel-container--alt .carousel .ex-section,
.carousel-container--alt .carousel__slide {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin: 0 8px
}

@media (min-width:768px) {

  .carousel-container--alt .carousel .ex-section,
  .carousel-container--alt .carousel__slide {
    margin: 0 calc((100% - 80px) * 0.055555555555556 - 20px)
  }
}

@media (min-width:1520px) {

  .carousel-container--alt .carousel .ex-section,
  .carousel-container--alt .carousel__slide {
    margin: 0 60px
  }
}

.carousel-container--alt .carousel:not(.carousel--contain) .carousel__slide:not(.is-selected) .carousel__slide:after,
.carousel-container--alt .carousel:not(.carousel--contain) .ex-section:not(.is-selected) .carousel__slide:after {
  opacity: .6;
  opacity: 0
}

.carousel-container--alt .carousel:not(.flickity-enabled)>.carousel__slide:not(:first-child),
.carousel-container--alt .carousel:not(.flickity-enabled)>.ex-section:not(:first-child) {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.carousel-container--alt .carousel:not(.carousel--contain) .carousel__slide,
.carousel-container--alt .carousel:not(.carousel--contain) .ex-section {
  width: calc((100% - 30px) * 1 - 20px)
}

@media (min-width:768px) {

  .carousel-container--alt .carousel:not(.carousel--contain) .carousel__slide,
  .carousel-container--alt .carousel:not(.carousel--contain) .ex-section {
    width: calc((100% - 80px) * 0.888888888888889 - 20px)
  }
}

@media (min-width:1200px) {

  .carousel-container--alt .carousel:not(.carousel--contain) .carousel__slide,
  .carousel-container--alt .carousel:not(.carousel--contain) .ex-section {
    width: 500px
  }
}

@media (min-width:1520px) {

  .carousel-container--alt .carousel:not(.carousel--contain) .carousel__slide,
  .carousel-container--alt .carousel:not(.carousel--contain) .ex-section {
    width: 500px
  }
}

.carousel-container--alt .carousel__slide,
.carousel-container--alt .ex-section {
  opacity: 1 !important
}

.carousel-container--alt .ex-section .carousel__slide {
  width: 100% !important;
  margin: 0 !important
}

.carousel-container--alt .ex-section .carousel__slide:after {
  content: "";
  opacity: 0;
  position: absolute;
  transition: opacity .3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.carousel-container--alt .carousel.overlay--white .carousel__slide:after {
  background: #fff
}

.carousel-container--alt .carousel.overlay--charade .carousel__slide:after {
  background: #2b2b33
}

.carousel-container--alt .carousel--contain {
  width: 100%
}

.carousel-container--alt .carousel--contain .carousel__slide,
.carousel-container--alt .carousel--contain .ex-section {
  width: 100%;
  margin: 0
}

.carousel-container--alt .carousel__box--static {
  position: static
}

.carousel-container--alt .carousel__content {
  position: relative
}

.carousel-container--alt .carousel__content:before {
  content: "";
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0
}

.carousel-container--alt .carousel__content.after--md-white:before,
.carousel-container--alt .carousel__content.after--white:before {
  background: #fff
}

@media (max-width:767px) {
  .carousel-container--alt .carousel__content.after--md-white:before {
    display: none
  }
}

.carousel-container--alt .carousel__content.after--charade:before {
  background: #2b2b33
}

.carousel-container--alt .carousel__controls {
  position: static
}

@media (max-width:767px) {
  .carousel-container--alt .carousel__controls:not(.carousel__controls--mobile) {
    display: none
  }
}

.line {
  position: absolute;
  top: -2rem;
  left: 50%;
  width: 1px;
  height: 4rem;
  background: #2b2b33;
  background: linear-gradient(180deg, #fff 0, #fff 50%, #2b2b33 0, #2b2b33);
}
.home_page .line{
   background: #2b2b33;
}

@media (min-width:576px) {
  .line {
    height: 6rem;
    top: -3rem
  }
}

@media (min-width:768px) {
  .line {
    height: 12rem;
    top: -6rem
  }
}

.bg-charade+.bg-grey-light .line,
.bg-charade+.bg-grey-lightest .line,
.bg-charade+.bg-transparent .line,
.bg-charade+.bg-white .line,
.hero-container+.bg-grey-light .line,
.hero-container+.bg-grey-lightest .line,
.hero-container+.bg-transparent .line,
.hero-container+.bg-white .line {
  background: linear-gradient(180deg, #fff 0, #fff 50%, #2b2b33 0, #2b2b33)
}

.bg-white+.bg-charade .line {
  background: linear-gradient(180deg, #2b2b33 0, #2b2b33 50%, #fff 0, #fff)
}

.form-field {
  position: relative
}

.form-field:after,
.select:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 18px;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%2326d70e' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") 50% no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s .2s
}

.form-field.form-field--textarea:after,
.select.form-field--textarea:after {
  top: 35px
}

.form-field.hf-valid:after,
.select.hf-valid:after {
  opacity: 1
}

.form-field.hf-invalid .form-control,
.select.hf-invalid .form-control {
  border-color: #414099
}

.form-field.hf-valid .form-control,
.select.hf-valid .form-control {
  border-color: #26d70e
}

.select:after {
  right: 40px
}

.form-label {
  position: absolute;
  z-index: 2;
  top: -.5em;
  left: 9px;
  padding: 0 10px
}

.form-control {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 1px solid rgba(43, 43, 51, .3);
  border-radius: 0;
  height: 6rem;
  padding: 0 21px;
  color: inherit;
  display: block;
  width: 100%;
  min-width: 0;
  font-size: 1.6rem;
  outline: 0;
  box-shadow: none
}

.form-control:focus,
select:focus+.form-control {
  outline: 0;
  border-color: #2b2b33 !important
}

@media (min-width:768px) {
  .form-control {
    height: 7rem;
    padding: 0 29px
  }
}

.form-control--small {
  height: 5.4rem;
  padding: 0 20px
}

.form-control--textarea {
  height: 140px;
  padding: 21px
}

@media (min-width:768px) {
  .form-control--textarea {
    padding: 29px
  }
}

.form-control--submit {
  cursor: pointer
}

.form--light .form-control,
.form-control--light {
  border-color: #97979a
}

.form--light .form-control::-webkit-input-placeholder,
.form-control--light::-webkit-input-placeholder {
  color: #97979a
}

.form--light .form-control::-moz-placeholder,
.form-control--light::-moz-placeholder {
  color: #97979a
}

.form--light .form-control::-ms-input-placeholder,
.form-control--light::-ms-input-placeholder {
  color: #97979a
}

.form--light .form-control::placeholder,
.form-control--light::placeholder {
  color: #97979a
}

.form--light .form-control:focus,
.form-control--light:focus,
select:focus+.form--light .form-control,
select:focus+.form-control--light {
  z-index: 1;
  border-color: #fff !important;
  outline: 0
}

.form--single-field {
  display: -ms-flexbox;
  display: flex
}

.form--single-field .form-control+.form-control {
  margin-left: -1px
}

.form--single-field .form-control--submit {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 6rem;
  padding: 0
}

@media (min-width:768px) {
  .form--single-field .form-control--submit {
    width: 7rem
  }
}

.form--single-field .form-control--submit svg {
  display: block;
  margin: auto
}

.form:not(.form--single-field) {
  margin-top: -40px
}

.form:not(.form--single-field) .form-field {
  margin-top: 40px
}

.select {
  position: relative
}

.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  opacity: 0
}

@media (min-width:768px) {
  .select select {
    height: 7rem
  }
}

.select__label {
  position: relative;
  line-height: 58px;
  text-overflow: ellipsis
}

@media (min-width:768px) {
  .select__label {
    line-height: 68px
  }
}

.select__label:after {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #2b2b33 transparent transparent
}

.select__label.form-control--light:after {
  border-top-color: #fff
}

.select__label.form-control--small {
  line-height: 52px;
  padding-right: 36px
}

.select__label.form-control--small:after {
  border-width: 4px 4px 0
}

.select__icon {
  position: absolute;
  top: 50%;
  left: 21px;
  margin-top: -10px
}

@media (min-width:768px) {
  .select__icon {
    left: 29px
  }
}

.select__icon~.select__label {
  padding-left: 51px
}

@media (min-width:768px) {
  .select__icon~.select__label {
    padding-left: 59px
  }
}

.hf-warning {
  color: #414099;
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 10px
}

.hf-warning:before {
  content: "*"
}

.radio {
  position: relative;
  padding-left: 32px
}

.radio:after,
.radio:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%
}

.radio:before {
  top: .2em;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid hsla(0, 0%, 100%, .6)
}

input[type=radio].focus-ring:focus+* .radio:before {
  /*outline: 4px solid #414099 !important;*/
  /*outline-offset: 3px !important*/
}

.radio:after {
  top: calc(.2em + 7px);
  left: 7px;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 0;
  transform: scale(0);
  transition: transform .2s, opacity .2s
}

input[type=radio]:checked+* .radio:after {
  transform: none;
  opacity: 1
}

.big-radio {
  position: relative;
  width: 100%;
  max-width: 110px;
  border-radius: 50%;
  border: 1px solid rgba(43, 43, 51, .3);
  transition: border .3s cubic-bezier(.445, .05, .55, .95);
  cursor: pointer
}

@media (max-width:575px) {
  .big-radio {
    max-width: 80px
  }
}

.big-radio:before {
  content: "";
  display: block;
  padding-top: 100%
}

.big-radio svg {
  width: 72.72727%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.big-radio svg,
.big-radio svg * {
  transition: stroke .3s cubic-bezier(.445, .05, .55, .95)
}

input[type=radio].focus-ring:focus+* .big-radio {
  /*outline: 4px solid #414099 !important;*/
  /*outline-offset: 3px !important*/
}

.big-radio:hover,
input[type=radio]:checked+* .big-radio {
  border: 2px solid #0197f6
}

.big-radio:hover svg,
.big-radio:hover svg *,
input[type=radio]:checked+* .big-radio svg,
input[type=radio]:checked+* .big-radio svg * {
  stroke: #0197f6
}

.checkbox {
  position: relative;
  padding-left: 32px
}

input[type=checkbox]:disabled+.checkbox {
  cursor: not-allowed
}

.checkbox:after,
.checkbox:before {
  content: "";
  display: block;
  position: absolute
}

.checkbox:before {
  top: .2em;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(43, 43, 51, .3)
}

input[type=checkbox]:disabled+.checkbox:before,
input[type=radio]:disabled+.checkbox:before {
  opacity: .3
}

input[type=checkbox]:checked+* .checkbox:before,
input[type=checkbox]:checked+.checkbox:before,
input[type=radio]:checked+* .checkbox:before,
input[type=radio]:checked+.checkbox:before {
  background: #0197f6 url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23FFF' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") 50% no-repeat;
  background-size: 18px 18px;
  border-color: transparent
}

input[type=checkbox]:indeterminate+* .checkbox:before,
input[type=checkbox]:indeterminate+.checkbox:before {
  background: #0197f6 url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 13H5v-2h14v2z'/%3E%3C/svg%3E") 50% no-repeat;
  background-size: 18px 18px;
  border-color: transparent
}

input[type=checkbox].focus-ring:focus+* .checkbox:before,
input[type=checkbox].focus-ring:focus+.checkbox:before,
input[type=radio].focus-ring:focus+* .checkbox:before,
input[type=radio].focus-ring:focus+.checkbox:before {
  /*outline: 4px solid #414099 !important;*/
  /*outline-offset: 3px !important*/
}

.checkbox--light:before {
  border-color: hsla(0, 0%, 100%, .6)
}

input[type=checkbox]:checked+* .checkbox--light:before,
input[type=checkbox]:checked+.checkbox--light:before,
input[type=radio]:checked+* .checkbox--light:before,
input[type=radio]:checked+.checkbox--light:before {
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%230197f6' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E")
}

.contact-location {
  display: none
}

.contact-location.visible {
  display: block
}

.select--condensed {
  width: auto
}

.select--condensed .form-control,
.select--condensed select {
  line-height: normal;
  height: auto;
  padding: 0 20px 0 5px
}

.select--condensed .select__label {
  text-transform: uppercase;
  font-size: 1.1rem
}

.select--condensed .select__label:after {
  right: 4px
}

.panel {
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%
}

.panel__image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .8;
  transition: opacity .4s, transform .4s
}

.panel:hover .panel__image {
  opacity: .3;
  transform: scale(1.05)
}

.panel__content {
  position: relative;
  z-index: 1;
  transition: transform .3s
}

.panel__content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .4
}

.panel__content:before,
.panel__progress div {
  width: 100%;
  height: 1px;
  background: #fff;
  transform-origin: left;
  transition: transform .3s
}
.panel__progress div{
  background: #f28a3d;
}

.panel__progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform .3s
}

.panel__progress div {
  transform: scaleX(0)
}

.is-progressing .panel__progress div {
  animation: d 20s linear infinite
}

.is-paused .panel__progress div {
  animation-play-state: paused !important
}

.panel:nth-child(2) .panel__progress div {
  animation-delay: 5s
}

.panel:nth-child(3) .panel__progress div {
  animation-delay: 10s
}

.panel:nth-child(4) .panel__progress div {
  animation-delay: 15s
}

@keyframes d {
  0% {
    transform: scaleX(0);
    opacity: 1
  }

  25% {
    transform: scaleX(1);
    opacity: 1
  }

  27.5%,
  to {
    transform: scaleX(1);
    opacity: 0
  }
}

a.panel__content:hover {
  transform: translateY(-20px)
}

a.panel__content:hover .panel__progress,
a.panel__content:hover:before {
  transform: translateY(-10px)
}

a.panel__content:hover:before,a.panel__content:hover .panel__progress div{
      background: #f28a3d;
}
a.panel__content:hover h2,.icon-btn.icon-btn--light.color-white.color-hover-white.abs{
  color: #f28a3d;
}
a.panel__content:hover .icon-btn--light {
    border-color: #f28a3d;
}

.panel__icon {
  fill: #fff;
  vertical-align: middle;
  position: relative;
  top: -.1em;
  left: -.4em
}

.panel__extra {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity .4s
}

.panel:hover .panel__extra {
  opacity: 1
}

.panels--slideshow .panel {
  width: 80%;
  margin-top: 30px
}

@media (min-width:576px) {
  .panels--slideshow .panel {
    width: 37%
  }
}

@media (min-width:992px) {
  .panels--slideshow .panel {
    width: 25%
  }
}

.panels--slideshow .icon-btn {
  top: 50%;
  margin-top: -20px;
  right: 0;
  opacity: 0;
  transition: opacity .3s
}

@media (min-width:768px) {
  .panels--slideshow .icon-btn {
    margin-top: -25px
  }
}

@media (min-width:1500px) {
  .panels--slideshow .icon-btn {
    right: -20px
  }
}

.panels--slideshow .panel__content:hover .icon-btn {
  opacity: 1;
  display: none;
}

.panels--static {
  position: static
}

@media (max-width:449px) {
  .panels--static {
    margin-top: 70px
  }
}

.panels--static .panel {
  width: 100%;
  min-height: 250px
}

@media (min-width:576px) {
  .panels--static .panel {
    min-height: 350px
  }
}

@media (min-width:1200px) {
  .panels--static .panel {
    min-height: 100vh
  }
}

@media (min-width:768px) {
  .panels--static .panel {
    width: 50%
  }
}

@media (min-width:1200px) {
  .panels--static .panel {
    width: 25%
  }
}

@media (max-width:1199px) {
  .panels--static .panel__content {
    width: 82%;
    background: hsla(0, 0%, 100%, .9)
  }

  .panels--static .panel__content:before {
    content: none
  }
}

@media (max-width:1199px) {
  .panels--static .panel__extra {
    display: none
  }
}

.panel__button-dark {
  top: 50%;
  margin-top: -20px
}

@media (min-width:768px) {
  .panel__button-dark {
    margin-top: -25px
  }
}

@media (min-width:1200px) {
  .panel__button-dark {
    display: none
  }
}

.panels--overflow .flickity-viewport {
  width: 100%
}

.panels--overflow .panel {
  width: 37%;
  height: 100vh;
  cursor: grab
}

.panels--overflow .panel__content {
  cursor: pointer
}

.testimonials {
  font-size: 0;
  white-space: nowrap
}

.testimonial {
  /*display: inline-block;*/
  width: 100%;
  white-space: normal;
  transition: opacity .4s;
  quotes: "\201C""\201D""\2018""\2019"
}

.testimonial>p:first-of-type:before {
  content: open-quote
}

.testimonial>p:last-of-type:after {
  content: close-quote
}

.testimonial:not(.is-selected) {
  opacity: 0
}

.testimonials .flickity-viewport {
  overflow: visible
}


.image-label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #fff;
  margin: 0;
  padding: .3em .7em;
  max-width: 80%
}

.post-list {
  margin-top: -60px
}

.extras-list [class*=col-]:before,
.post-list [class*=col-]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin-left: 10%;
  width: 1px;
  background: hsla(240, 1%, 60%, .3)
}

@media (max-width:991px) {

  .extras-list [class*=col-]:before,
  .post-list [class*=col-]:before {
    margin-left: 12.5% !important
  }
}

@media (max-width:575px) {

  .extras-list [class*=col-]:before,
  .post-list [class*=col-]:before {
    display: none
  }
}

@media (min-width:992px) {

  .extras-list [class*=col-]:nth-child(3n+3):before,
  .post-list [class*=col-]:nth-child(3n+3):before {
    display: none
  }
}

@media (max-width:991px) {

  .extras-list [class*=col-]:nth-child(2n+2):before,
  .post-list [class*=col-]:nth-child(2n+2):before {
    display: none
  }
}

.extras-list [class*=col-]:before,
.post-list--symmetrical [class*=col-]:before {
  margin-left: 25%
}

@media (min-width:992px) {
  .post-list--symmetrical .post-item {
    margin-left: -20px;
    margin-right: -20px
  }
}

.date-circle {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  position: absolute
}

@media (min-width:576px) {
  .date-circle {
    width: 8rem;
    height: 8rem
  }
}

.date-circle--right {
  right: -1rem;
  top: 1rem
}

@media (min-width:576px) {
  .date-circle--right {
    top: 2rem;
    right: -2rem
  }
}

@media (min-width:768px) {
  .date-circle--right {
    right: -4rem
  }
}

.date-circle--top {
  top: -1rem;
  right: 1rem
}

@media (min-width:576px) {
  .date-circle--top {
    top: -2rem;
    right: 2rem
  }
}

@media (min-width:768px) {
  .date-circle--top {
    top: -4rem
  }
}

@media (min-width:992px) {
  .date-circle--big {
    width: 11rem;
    height: 11rem;
    top: -4.6rem;
    right: -4.6rem
  }
}

.date-circle--top-right {
  top: -3rem;
  right: -1.5rem
}

@media (min-width:576px) {
  .date-circle--top-right {
    top: -2rem;
    right: -2rem
  }
}

@media (min-width:768px) {
  .date-circle--top-right {
    top: -4rem;
    right: -4rem
  }
}


@media (min-width:992px) {
  .extras-list .extra-item {
    margin-left: -20px;
    margin-right: -20px
  }
}

.extra-item {
  position: relative;
  border-bottom: 1px solid hsla(240, 1%, 60%, .3)
}

.pagination__num {
  padding: 12px 8px;
  border-bottom: 2px solid transparent
}

.share {
  margin: -10px -5px 0
}

.share li {
  width: 100%;
  max-width: 6rem;
  margin: 10px 5px 0
}

.share a,
.share button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: none;
  position: relative;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
  width: 100%
}

.share__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%)
}

.share__icon--material {
  width: 37%
}

.share__border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke-width: 2px;
  stroke: hsla(240, 1%, 60%, .4);
  transform: rotate(90deg) scaleY(-1)
}

.share__hover {
  stroke: #535360;
  stroke-dasharray: 175.9535675048828;
  stroke-dashoffset: 175.9535675048828
}

.avatar {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  overflow: hidden
}

.avatar:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: #2b2b33;
  border-radius: 50%
}

@media (min-width:576px) {
  .avatar {
    width: 7rem;
    height: 7rem
  }
}


@media (max-width:767px) {
  .tabs--scroll {
    overflow: auto;
    margin-left: -25px;
    margin-right: -25px
  }
}

@media (max-width:399px) {
  .tabs--scroll>* {
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
    max-width: 38%
  }
}

.tab {
  width: 100%;
  cursor: pointer;
  position: relative
}

.tab:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: hsla(240, 1%, 60%, .3);
  transform-origin: bottom;
  transform: scaleY(0);
  transition: transform .2s, background .3s
}

.tab:hover:after {
  transform: scaleY(1)
}

.tab.is-active:after,
input[type=radio]:checked+.tab:after {
  transform: scaleY(1);
  background: #414099
}

.tab svg {
  width: 40px;
  height: 40px
}

@media (min-width:576px) {
  .tab svg {
    width: 60px;
    height: 60px
  }
}

@media (min-width:768px) {
  .tab svg {
    width: 80px;
    height: 80px
  }
}

.accordion__header .golf,
.accordion__header .hero[data-side-text]:before,
.accordion__header .hero [data-side-text]:before,
.hero .accordion__header [data-side-text]:before {
  padding-top: .5em
}

.accordion__header .icon-btn {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.accordion__toggle {
  transition: transform .3s
}

.accordion__toggle[aria-expanded=true] {
  transform: rotate(45deg)
}

.accordion__main {
  position: relative;
  padding-left: 20px;
  padding-right: 20px
}

@media (min-width:768px) {
  .accordion__main {
    margin-left: calc(7.142857% - 20px);
    margin-right: calc(7.142857% - 20px)
  }
}

@media (min-width:992px) {
  .accordion__main {
    margin-left: calc(8.3333% - 20px);
    margin-right: calc(8.3333% - 20px)
  }
}

@media (min-width:1200px) {
  .accordion__main {
    margin-left: calc(10% - 20px);
    margin-right: calc(10% - 20px)
  }
}

.accordion__main:before {
  content: "";
  display: block;
  position: absolute;
  top: .4em;
  bottom: .3em;
  left: 0;
  width: 1px;
  background: #414099
}

.accordion .ex-section-buttons {
  top: 30px !important;
  right: auto !important;
  left: 100%
}

.accordion .ex-btn {
  margin: 0 !important
}

.map__markers div[style*="width: 30px"],
.map__markers div[style*="width: 54px"] {
  overflow: visible !important
}

.map__markers div[style*="width: 30px"] img,
.map__markers div[style*="width: 54px"] img {
  opacity: 0;
  animation: f .4s forwards, e .4s forwards
}

.map__markers div[style*="width: 30px"]:nth-child(4n+2):after,
.map__markers div[style*="width: 30px"]:nth-child(4n+2) img,
.map__markers div[style*="width: 54px"]:nth-child(4n+2):after,
.map__markers div[style*="width: 54px"]:nth-child(4n+2) img {
  animation-delay: .1s, .1s
}

.map__markers div[style*="width: 30px"]:nth-child(4n+3):after,
.map__markers div[style*="width: 30px"]:nth-child(4n+3) img,
.map__markers div[style*="width: 54px"]:nth-child(4n+3):after,
.map__markers div[style*="width: 54px"]:nth-child(4n+3) img {
  animation-delay: .2s, .2s
}

.map__markers div[style*="width: 30px"]:nth-child(4n+4):after,
.map__markers div[style*="width: 30px"]:nth-child(4n+4) img,
.map__markers div[style*="width: 54px"]:nth-child(4n+4):after,
.map__markers div[style*="width: 54px"]:nth-child(4n+4) img {
  animation-delay: .3s, .3s
}

.map__markers div[style*="width: 30px"]:after,
.map__markers div[style*="width: 54px"]:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 50%;
  background: #000;
  opacity: 0;
  border-radius: 50%
}

.map__markers div[style*="width: 30px"]:after {
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  transform: scaleY(.30769);
  animation: g .2s forwards
}

.map__markers div[style*="width: 54px"]:after {
  width: 34px;
  height: 34px;
  margin-top: -17px;
  margin-left: -17px;
  transform: scaleY(.2941);
  animation: h .2s forwards
}

@keyframes e {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes f {
  0% {
    transform: translateY(-40%);
    animation-timing-function: ease-in
  }

  33% {
    transform: translate(0);
    animation-timing-function: ease-out
  }

  50% {
    transform: translateY(-8%);
    animation-timing-function: ease-in
  }

  66% {
    transform: translate(0);
    animation-timing-function: ease-out
  }

  82% {
    transform: translateY(-2%);
    animation-timing-function: ease-in
  }

  92% {
    transform: translate(0);
    animation-timing-function: ease-out
  }

  97% {
    transform: translateY(-1%);
    animation-timing-function: ease-in
  }

  to {
    transform: translate(0)
  }
}

@keyframes g {
  0% {
    opacity: 0;
    transform: scaleY(.30769) scale(1.2)
  }

  to {
    opacity: .1;
    transform: scaleY(.30769)
  }
}

@keyframes h {
  0% {
    opacity: 0;
    transform: scaleY(.2941) scale(1.2)
  }

  to {
    opacity: .1;
    transform: scaleY(.2941)
  }
}

.map__box {
  padding-bottom: 24px
}

.map__box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 0;
  border-color: #2b2b33 transparent transparent
}

.map__zoom {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #2b2b33;
  border: 0;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  cursor: pointer
}

.map__zoom svg {
  display: block;
  margin: auto
}

.map__zoom--out {
  margin-top: 4px
}

@media (min-width:768px) {
  .map {
    padding-bottom: 190px
  }
}

@media (min-width:768px) {
  .map__overlay {
    padding: 40px;
    width: 300px
  }
}

@media (min-width:1200px) {
  .map__overlay {
    width: 420px;
    padding: 80px
  }
}

@media (max-width:767px) {
  .map__list {
    display: none
  }
}

@media (min-width:768px) {
  .map__dropdown {
    display: none !important
  }
}

@media (max-width:767px) {
  .map__canvas {
    height: 400px
  }
}

.icon-list a,
.icon-list button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  padding-left: 3.5em;
  cursor: pointer
}

.icon-list svg {
  top: 50%;
  width: 2em;
  height: 2em;
  margin-top: -1em
}

.three-col:after,
.three-col:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #dddddf
}

@media (min-width:992px) {

  .three-col:after,
  .three-col:before {
    content: ""
  }
}

.three-col:before {
  left: 50%;
  margin-left: -16.66667%
}

@media (min-width:1500px) {
  .three-col:before {
    left: 30.55556%;
    margin-left: 0
  }
}

.three-col:after {
  right: 50%;
  margin-right: -16.66667%
}

@media (min-width:1500px) {
  .three-col:after {
    right: 30.55556%;
    margin-right: 0
  }
}

@supports (pointer-events:none) {

  .four-col:after,
  .four-col:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none
  }

  .four-col:before {
    left: 50%;
    width: 1px;
    background: #dddddf
  }

  @media (max-width:991px) {
    .four-col:before {
      display: none
    }
  }

  .four-col:after {
    left: 22.22222%;
    width: 55.55556%;
    border-left: 1px solid #dddddf;
    border-right: 1px solid #dddddf
  }

  @media (max-width:1199px) {
    .four-col:after {
      display: none
    }
  }
}

@media (min-width:1200px) {

  .four-col--1:after,
  .four-col--1:before {
    display: none
  }
}

.four-col--2:after {
  display: none
}

@media (min-width:1200px) {
  .four-col--3:before {
    display: none
  }
}

@media (min-width:1200px) {
  .four-col--3:after {
    left: 36.11111%;
    width: 27.77778%
  }
}

.four-col>:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100vw;
  right: -100vw;
  height: 1px;
  background: #dddddf
}

@media (min-width:1200px) {
  .four-col>:not(:first-child):before {
    display: none
  }
}

@media (min-width:576px) {
  .four-col>:nth-child(2):before {
    display: none
  }
}

@supports (pointer-events:none) {

  .five-col:after,
  .five-col:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none
  }

  .five-col:before {
    left: 16.66667%;
    width: 22.22222%;
    border-left: 1px solid #dddddf;
    border-right: 1px solid #dddddf
  }

  @media (max-width:1199px) {
    .five-col:before {
      display: none
    }
  }

  .five-col:after {
    left: 61.11111%;
    width: 22.22222%;
    border-left: 1px solid #dddddf;
    border-right: 1px solid #dddddf
  }

  @media (max-width:1199px) {
    .five-col:after {
      display: none
    }
  }
}

@media (min-width:1200px) {
  .five-col--3:before {
    display: none
  }
}

@media (min-width:1200px) {
  .five-col--3:after {
    left: 36.11111%;
    width: 27.77778%
  }
}

.five-col>:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100vw;
  right: -100vw;
  height: 1px;
  background: #dddddf
}

@media (min-width:1200px) {
  .five-col>:not(:first-child):before {
    display: none
  }
}

@media (min-width:576px) {
  .five-col>:nth-child(2):before {
    display: none
  }
}

.simple-list li {
  position: relative;
  padding-left: 1em
}

.simple-list li:before {
  content: "\2022";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #97979a
}

.circle-container+* {
  margin-top: -20px
}

.circle {
  border-radius: 50%;
  width: 220px
}

.circle:before {
  content: "";
  display: block;
  padding-top: 100%
}

.circle--right {
  margin-left: auto
}

@media (min-width:576px) {
  .circle--left {
    left: 30px
  }

  .circle--right {
    right: 30px
  }
}

.hover-underline {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#2b2b33, #2b2b33);
  background-size: .05em 1px, .05em 1px, 0 1px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, 0 -.03em #fff, .06em 0 #fff, -.06em 0 #fff, .09em 0 #fff, -.09em 0 #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff;
  background-position: 0 100%, 100% 100%, 0 100%;
  transition: background-size .4s
}

.hover-underline:hover,.hover-underline.active {
  background-size: .05em 1px, .05em 1px, 100% 1px
}

.bg-charade .hover-underline {
  background-image: linear-gradient(#2b2b33, #2b2b33), linear-gradient(#2b2b33, #2b2b33), linear-gradient(#fff, #fff);
  text-shadow: .03em 0 #2b2b33, -.03em 0 #2b2b33, 0 .03em #2b2b33, 0 -.03em #2b2b33, .06em 0 #2b2b33, -.06em 0 #2b2b33, .09em 0 #2b2b33, -.09em 0 #2b2b33, .12em 0 #2b2b33, -.12em 0 #2b2b33, .15em 0 #2b2b33, -.15em 0 #2b2b33
}

.bg-grey-lightest .hover-underline {
  background-image: linear-gradient(#f6f6f7, #f6f6f7), linear-gradient(#f6f6f7, #f6f6f7), linear-gradient(#2b2b33, #2b2b33);
  text-shadow: .03em 0 #f6f6f7, -.03em 0 #f6f6f7, 0 .03em #f6f6f7, 0 -.03em #f6f6f7, .06em 0 #f6f6f7, -.06em 0 #f6f6f7, .09em 0 #f6f6f7, -.09em 0 #f6f6f7, .12em 0 #f6f6f7, -.12em 0 #f6f6f7, .15em 0 #f6f6f7, -.15em 0 #f6f6f7
}

.hover-underline--on-white.hover-underline--on-white {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#2b2b33, #2b2b33);
  text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, 0 -.03em #fff, .06em 0 #fff, -.06em 0 #fff, .09em 0 #fff, -.09em 0 #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: sf-pro
}

.pika-single.is-hidden {
  display: none
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5)
}

.pika-single {
  *zoom: 1
}

.pika-single:after,
.pika-single:before {
  content: " ";
  display: table
}

.pika-single:after {
  clear: both
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px
}

.pika-title {
  position: relative;
  text-align: center
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #333;
  background-color: #fff
}

.pika-next,
.pika-prev {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5
}

.pika-next:hover,
.pika-prev:hover {
  opacity: 1
}

.pika-next.is-disabled,
.pika-prev.is-disabled {
  cursor: default;
  opacity: .2
}

.is-rtl .pika-next,
.pika-prev {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==")
}

.is-rtl .pika-prev,
.pika-next {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=")
}

.pika-select {
  display: inline-block
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0
}

.pika-table td,
.pika-table th {
  width: 14.285714285714286%;
  padding: 0
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  text-align: center
}

.pika-table abbr {
  border-bottom: none;
  cursor: help
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5
}

.is-today .pika-button {
  color: #3af;
  font-weight: 700
}

.is-selected .pika-button {
  color: #fff;
  font-weight: 700;
  background: #3af;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default
}

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px
}

.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default
}

.pika-week {
  font-size: 11px;
  color: #999
}

.is-inrange .pika-button {
  background: #d5e9f7
}

.is-startrange .pika-button {
  color: #fff;
  background: #6cb31d;
  box-shadow: none;
  border-radius: 3px
}

.is-endrange .pika-button {
  color: #fff;
  background: #3af;
  box-shadow: none;
  border-radius: 3px
}

/*@supports (display:grid) {
  @media (min-width: 768px) {
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(4, 25%);
      grid-auto-flow: row dense
    }

    .gallery-grid>* {
      width: 100% !important
    }

    .gallery-grid>.w-md-50 {
      grid-column: span 2;
      grid-row: span 2
    }
  }
}*/

.body--booking {
  height: 100%
}

.body--booking .ex-site {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f6f6f7
}

.body--booking .footer {
  margin-top: auto
}

.icon-heading svg {
  position: relative;
  top: 4px;
  margin-right: 5px
}

@media (max-width:575px) {
  .booking-whats-available {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (max-width:575px) {
  .header.header--booking-step-1 {
    background: #fff;
    box-shadow: 0 3px 30px 0 rgba(43, 43, 51, .1)
  }
}

.booking-whats-available__badge {
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: -4.5rem
}

@media (max-width:767px) {
  .booking-whats-available__badge {
    right: -2rem
  }
}

@media (max-width:575px) {
  .booking-whats-available__badge {
    width: 8rem;
    height: 8rem;
    top: -4rem;
    right: 2rem
  }

  .booking-whats-available__badge,
  .booking-whats-available__badge * {
    font-size: 1.4rem !important
  }
}

.booking-whats-available__badge>span {
  position: relative;
  top: -.2em
}

@media (min-width:768px) {
  .booking-locations {
    margin-left: -20px;
    margin-right: -20px
  }
}

@media (max-width:767px) {
  .booking-locations {
    margin-left: -10px;
    margin-right: -10px
  }
}

.booking-locations li {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative
}

@media (max-width:1199px) {
  .booking-locations li {
    width: 50%
  }

  .booking-locations li:nth-child(n+3) {
    margin-top: 40px
  }
}

@media (max-width:767px) {
  .booking-locations li {
    padding-left: 10px;
    padding-right: 10px
  }

  .booking-locations li:nth-child(n+3) {
    margin-top: 20px
  }
}

@media (max-width:575px) {
  .booking-locations li {
    width: 100%
  }

  .booking-locations li:nth-child(n+2) {
    margin-top: 25px
  }
}

.booking-locations .booking-whats-available__badge {
  top: -3rem;
  right: calc(-3rem + 20px);
  z-index: 3
}

.booking-locations .booking-whats-available__badge span {
  margin-top: .3em
}

.booking-progress {
  min-height: 60px
}

@media (max-width:399px) {
  .booking-progress {
    min-height: 50px
  }
}

@media (max-width:991px) {
  .booking-progress {
    border-top: 1px solid #e9e9ea
  }
}

.booking-progress__arrow {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 7px;
  height: 100px;
  margin-left: -1px;
  fill: #fff;
  stroke: #e9e9ea
}

.booking-progress__arrow path {
  vector-effect: non-scaling-stroke
}

@media (min-width:768px) {
  .booking-progress__arrow {
    width: 14px;
    height: 200px;
    margin-left: -2px
  }
}

@media (max-width:399px) {
  .booking-progress__icon {
    width: 20px;
    height: 20px;
    margin-right: 5px !important
  }
}

@media (max-width:319px) {
  .bg-blue .booking-progress__icon {
    display: none !important
  }
}

.booking-apartments {
  position: relative
}

.booking-apartments:not(.booking-apartments--floorplans):before {
  content: none
}

.booking-apartments:not(.booking-apartments--floorplans) .booking-apartments__apartment {
  position: static;
  display: -ms-flexbox;
  display: flex;
  animation: i .6s forwards cubic-bezier(.4, 0, .2, 1)
}

.booking-apartments:not(.booking-apartments--floorplans) .booking-apartments__apartment[data-apartment-type=neo] .booking-apartments__info {
  border-top: 2px solid #4fe100
}

.booking-apartments:not(.booking-apartments--floorplans) .booking-apartments__apartment[data-apartment-type=smart] .booking-apartments__info {
  border-top: 2px solid #0197f6
}

.booking-apartments:not(.booking-apartments--floorplans) .booking-apartments__apartment[data-apartment-type=elegance] .booking-apartments__info {
  border-top: 2px solid #7d00f2
}

.booking-apartments:not(.booking-apartments--floorplans) .booking-apartments__apartment[data-apartment-type=grande] .booking-apartments__info {
  border-top: 2px solid #fdb43b
}

.booking-apartments:not(.booking-apartments--floorplans) .booking-apartments__apartment[data-apartment-type=eleganceduplex] .booking-apartments__info {
  border-top: 2px solid #7d00f2
}

.booking-apartments:not(.booking-apartments--floorplans) .booking-apartments__apartment[data-apartment-type=grandeduplex] .booking-apartments__info {
  border-top: 2px solid #fdb43b
}

.booking-apartments:not(.booking-apartments--floorplans) .booking-apartments__apartment[data-apartment-type=penthouse] .booking-apartments__info {
  border-top: 2px solid #00ffef
}

.booking-apartments:not(.booking-apartments--floorplans) .booking-apartments__info {
  transition: box-shadow .3s
}

.booking-apartments:not(.booking-apartments--floorplans) .booking-apartments__info:hover {
  box-shadow: 0 2px 20px 0 rgba(43, 43, 51, .15)
}

.booking-apartments__apartment.is-hidden,
.booking-apartments__floor.is-hidden,
.booking-apartments__heading.is-hidden {
  display: none !important
}

.booking-apartments__meta {
  line-height: 1.5 !important
}

.booking-apartments__meta dt:after {
  content: ":"
}

.booking-apartments__meta dd+dt:before {
  content: "\A";
  white-space: pre
}

.booking-apartments__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  display: none
}

.booking-apartments--floorplans .booking-apartments__toggle {
  display: block
}

.booking-apartments__room {
  fill: #b7b7ba;
  transition: fill .3s
}

.booking-apartments__room.is-available {
  fill: #f7bfca
}

.booking-apartments__room.is-hovered {
  fill: #414099
}

.booking-apartments__room.is-available.is-hidden,
.booking-apartments__room.is-hidden {
  fill: #b7b7ba
}

.booking-apartments__room.apartment-type-neo {
  fill: #4fe100
}

.booking-apartments__room.apartment-type-smart {
  fill: #0197f6
}

.booking-apartments__room.apartment-type-elegance {
  fill: #7d00f2
}

.booking-apartments__room.apartment-type-grande {
  fill: #fdb43b
}

.booking-apartments__room.apartment-type-eleganceduplex {
  fill: #7d00f2
}

.booking-apartments__room.apartment-type-grandeduplex {
  fill: #fdb43b
}

.booking-apartments__room.apartment-type-penthouse {
  fill: #00ffef
}

.apartment-type-neo__totals {
  background: #4fe100
}

.apartment-type-smart__totals {
  background: #0197f6
}

.apartment-type-elegance__totals {
  background: #7d00f2
}

.apartment-type-grande__totals {
  background: #fdb43b
}

.apartment-type-eleganceduplex__totals {
  background: #7d00f2
}

.apartment-type-grandeduplex__totals {
  background: #fdb43b
}

.apartment-type-penthouse__totals {
  background: #00ffef
}

.booking-apartments__room--overlay {
  opacity: .9
}

@supports (mix-blend-mode:multiply) {
  .booking-apartments__room--overlay {
    opacity: 1;
    mix-blend-mode: multiply
  }
}

.booking-apartments--floorplans .booking-apartments__floor {
  position: relative
}

.booking-apartments--floorplans .booking-apartments__list {
  display: block;
  position: static !important;
  margin: 0 !important;
  height: auto !important
}

.booking-apartments--floorplans .booking-apartments__apartment {
  min-height: 0 !important
}

.booking-apartments--floorplans li {
  position: absolute !important;
  margin: 0 !important
}

.booking-apartments--floorplans .booking-apartments__info {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 267px;
  box-shadow: 0 2px 20px 0 rgba(43, 43, 51, .15)
}

.booking-apartments__floorplan {
  display: none;
  position: relative;
  animation: i .6s forwards cubic-bezier(.4, 0, .2, 1)
}

.booking-apartments__floorplan>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.booking-apartments--floorplans .booking-apartments__floorplan {
  display: block
}

@keyframes i {
  0% {
    opacity: 1
  }

  33% {
    opacity: .65
  }

  67% {
    opacity: .85
  }

  to {
    opacity: 1
  }
}

.booking-apartments-container {
  z-index: auto
}

.booking-apartments__filter-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0;
  height: 55px;
  cursor: pointer
}

@media (max-width:575px) {
  .booking-apartments__filter {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: opacity .3s
  }

  .booking-apartments__filter[aria-hidden=true] {
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0s .3s, opacity .3s
  }
}

@media (max-width:575px) {
  .booking-apartments__filter-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(43, 43, 51, .1)
  }

  .booking-apartments__filter-header hr {
    display: none
  }

  .booking-apartments__filter-header .golf,
  .booking-apartments__filter-header .hero[data-side-text]:before,
  .booking-apartments__filter-header .hero [data-side-text]:before,
  .hero .booking-apartments__filter-header [data-side-text]:before {
    margin: 0
  }
}

.booking-apartments__filter-close {
  border: 0;
  height: 70px;
  padding: 0 40px
}

@media (min-width:576px) {
  .booking-apartments__filter-close {
    display: none
  }
}

.booking-carousel__nav {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 9rem;
  height: 9rem;
  margin-top: -4.5rem;
  top: 50%
}

@media (max-width:991px) {
  .booking-carousel__nav {
    width: 8rem;
    height: 8rem;
    margin-top: -4rem
  }
}

@media (max-width:767px) {
  .booking-carousel__nav {
    width: 6rem;
    height: 6rem;
    margin-top: -3rem
  }
}

@media (max-width:575px) {
  .booking-carousel__nav {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem
  }

  .booking-carousel__nav svg {
    width: 12px;
    height: 12px
  }
}

.booking-extras {
  margin: -25px -10px 0
}

@media (min-width:768px) {
  .booking-extras {
    margin: -40px -20px 0
  }
}

.booking-extras li {
  margin-top: 25px;
  padding: 0 10px
}

@media (min-width:768px) {
  .booking-extras li {
    margin-top: 40px;
    padding: 0 20px
  }
}

.booking-extras__more {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: inherit;
  text-decoration: underline;
  cursor: pointer
}

.booking-extras__info {
  background: #2b2b33;
  color: #fff;
  text-align: left;
  cursor: auto
}

.booking-extras__info:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: linear-gradient(0deg, #2b2b33, transparent)
}

.booking-extras__info,
.booking-extras__info>div {
  position: absolute !important;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.booking-extras__info>div {
  padding: 20px 30px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

.booking-extras__info>div>:last-child {
  margin-bottom: 40px
}

@media (max-width:399px) {
  .booking-extras__info>div {
    padding: 15px 20px 0
  }

  .booking-extras__info>div>:last-child {
    margin-bottom: 30px
  }
}

.booking-extras__info p {
  margin: 0 0 1em
}

.booking-extras__info ul {
  list-style: none;
  margin: 0 0 1em;
  padding: 0
}

.booking-extras__info li {
  margin: 0;
  padding: 0 0 0 1em;
  position: relative
}

.booking-extras__info li:before {
  content: "\2022";
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.booking-extras__close-info {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: none;
  border: 0;
  padding: 0;
  border-radius: 0;
  text-decoration: underline;
  cursor: pointer;
  color: inherit
}

.error-overlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(43, 43, 51, .4)
}

.error-overlay__content {
  max-width: 500px;
  width: 90%
}

@media (min-width:576px) {
  .features--second-to-last {
    margin-bottom: -1px
  }
}

@media (min-width:576px) {
  .features--last {
    width: calc(50% + 1px) !important
  }
}

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative
}

.flickity-enabled:focus {
  outline: none
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: hsla(0, 0%, 100%, .75);
  cursor: pointer;
  transform: translateY(-50%)
}

.flickity-prev-next-button:hover {
  background: #fff
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09f
}

.flickity-prev-next-button:active {
  opacity: .6
}

.flickity-prev-next-button.previous {
  left: 10px
}

.flickity-prev-next-button.next {
  right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px
}

.flickity-prev-next-button:disabled {
  opacity: .3;
  cursor: auto
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%
}

.flickity-prev-next-button .arrow {
  fill: #333
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1
}

.flickity-rtl .flickity-page-dots {
  direction: rtl
}

.flickity-page-dots .dot {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 9px;
  border-radius: 50%;
  cursor: pointer
}

.flickity-page-dots .dot:after,
.flickity-page-dots .dot:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%
}

.flickity-page-dots .dot:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid hsla(0, 0%, 100%, .4);
  transform: scale(.3);
  transition: transform .3s
}

.flickity-page-dots .dot:after {
  width: 8px;
  height: 8px;
  background: #fff;
  top: 8px;
  left: 8px;
  opacity: .6;
  transition: opacity .3s
}

.flickity-page-dots .dot.is-selected:before {
  transform: none
}

.flickity-page-dots .dot.is-selected:after {
  opacity: 1
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none
}

.pswp * {
  box-sizing: border-box
}

.pswp img {
  max-width: none
}

.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
  display: block
}

.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
  cursor: grab
}

.pswp--dragging .pswp__img {
  cursor: grabbing
}

.pswp__bg {
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden
}

.pswp__bg,
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.pswp__scroll-wrap {
  overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden
}

.pswp__item {
  right: 0;
  bottom: 0;
  overflow: hidden
}

.pswp__img,
.pswp__item {
  position: absolute;
  left: 0;
  top: 0
}

.pswp__img {
  width: auto;
  height: auto
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
  background: #222
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc
}

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: .75;
  transition: opacity .2s;
  box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1
}

.pswp__button:active {
  outline: none;
  opacity: .9
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url("../assets/img/photoswipe/skin-e3f799c6de.png") 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:1.1dppx),
(min-resolution:105dpi) {

  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url("../assets/img/photoswipe/skin-64de5b53ef.svg")
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none
  }
}

.pswp__button--close {
  background-position: 0 -44px
}

.pswp__button--share {
  background-position: -44px -44px
}

.pswp__button--fs {
  display: none
}

.pswp--supports-fs .pswp__button--fs {
  display: block
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute
}

.pswp__button--arrow--left {
  left: 0
}

.pswp__button--arrow--right {
  right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, .3);
  height: 30px;
  width: 32px;
  position: absolute
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity .25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity
}

.pswp__share-modal--hidden {
  display: none
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
  transform: translateY(6px);
  transition: transform .25s;
  -webkit-backface-visibility: hidden;
  will-change: transform
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 18px
}

.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
  color: #000;
  text-decoration: none
}

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
  opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none
}

a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff
}

a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d
}

a.pswp__share--download:hover {
  background: #ddd
}

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: .75;
  padding: 0 10px
}

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px
}

.pswp__caption small {
  font-size: 11px;
  color: #bbb
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc
}

.pswp__caption--empty {
  display: none
}

.pswp__caption--fake {
  visibility: hidden
}

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity .25s ease-out;
  will-change: opacity;
  direction: ltr
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px
}

.pswp__preloader--active {
  opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
  background: url("../assets/img/photoswipe/preloader-e34aafbb48.gif") 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: j .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: k 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: .75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0
}

@media screen and (max-width:1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right
  }
}

@keyframes j {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

@keyframes k {
  0% {
    transform: rotate(0)
  }

  50% {
    transform: rotate(-140deg)
  }

  to {
    transform: rotate(0)
  }
}

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible
}

.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
  opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none
}

.pswp__element--disabled {
  display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
  background: none
}

.flex {
  display: -ms-flexbox;
  display: flex
}

@media (min-width:576px) {
  .flex-sm {
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@media (min-width:768px) {
  .flex-md {
    display: -ms-flexbox !important;
    display: flex !important
  }
}

.inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex
}

@media (min-width:992px) {
  .flex-lg {
    display: -ms-flexbox;
    display: flex
  }
}

.flex-col {
  -ms-flex-direction: column;
  flex-direction: column
}

.flex-jc-center {
  -ms-flex-pack: center;
  justify-content: center
}

.flex-jc-end {
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media (min-width:768px) {
  .flex-md-jc-center {
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media (min-width:992px) {
  .flex-lg-jc-center {
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media (min-width:1200px) {
  .flex-xl-jc-center {
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media (min-width:1200px) {
  .flex-xl-jc-end {
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

.flex-ai-center {
  -ms-flex-align: center;
  align-items: center
}

.flex-ai-start {
  -ms-flex-align: start;
  align-items: flex-start
}

.flex-ai-end {
  -ms-flex-align: end;
  align-items: flex-end
}

.flex-ai-baseline {
  -ms-flex-align: baseline;
  align-items: baseline
}

@media (min-width:1200px) {
  .flex-xl-ai-start {
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

@media (min-width:576px) {
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

@media (min-width:768px) {
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.flex-none {
  -ms-flex: none;
  flex: none
}

.flex-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.-order-1 {
  -ms-flex-order: -1;
  order: -1
}

.order-1 {
  -ms-flex-order: 1;
  order: 1
}

@media (min-width:992px) {
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0
  }
}

.ls-none {
  list-style: none
}

.overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

.overflow-hidden {
  overflow: hidden
}

@media (min-width:1200px) {
  .overflow-xl-visible {
    overflow: visible
  }
}

.visuallyhidden,
.visuallyhidden-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden
}

.d-block {
  display: block
}

.d-inline-block {
  display: inline-block
}

.d-inline {
  display: inline
}

.d-none {
  display: none
}

@media (min-width:576px) {
  .d-sm-none {
    display: none
  }
}

@media (min-width:576px) {
  .d-sm-inline-block {
    display: inline-block
  }
}

@media (min-width:576px) {
  .d-sm-block {
    display: block
  }
}

@media (min-width:992px) {
  .d-lg-block {
    display: block
  }
}

@media (min-width:576px) {
  .d-sm-inline {
    display: inline
  }
}

@media (min-width:768px) {
  .d-md-block {
    display: block
  }
}

@media (min-width:992px) {
  .d-lg-inline {
    display: inline
  }
}

@media (min-width:1200px) {
  .d-xl-block {
    display: block
  }
}

.va-top {
  vertical-align: top
}

.va-middle {
  vertical-align: middle
}

.-z-1 {
  z-index: -1
}

.z-1 {
  z-index: 1
}

.z-2 {
  z-index: 2
}

.b-1 {
  border: 1px solid
}

.b-2 {
  border: 2px solid
}

.bt-1 {
  border-top: 1px solid
}

.bb-1 {
  border-bottom: 1px solid
}

@media (min-width:576px) {
  .bb-sm-1 {
    border-bottom: 1px solid !important
  }
}

.bl-1 {
  border-left: 1px solid
}

.br-1 {
  border-right: 1px solid
}

@media (min-width:576px) {
  .br-sm-1 {
    border-right: 1px solid !important
  }
}

.br-2 {
  border-right: 2px solid
}

.static {
  position: static
}

.abs {
  position: absolute
}

@media (min-width:768px) {
  .abs-md {
    position: absolute !important
  }
}

.rel {
  position: relative
}

.fixed {
  position: fixed
}

.t-0 {
  top: 0
}

@media (min-width:1200px) {
  .-t-xl-80 {
    top: -80px
  }
}

.l-0 {
  left: 0
}

.r-0 {
  right: 0
}

.b-0 {
  bottom: 0
}

.w-100 {
  width: 100%
}

.w-80 {
  width: 80%
}

.w-50 {
  width: 50%
}

.w-33 {
  width: 33.333%
}

.mw-100 {
  max-width: 100%
}

@media (min-width:576px) {
  .w-sm-auto {
    width: auto
  }
}

@media (min-width:576px) {
  .w-sm-50 {
    width: 50%
  }
}

.w-25 {
  width: 25%
}

@media (min-width:576px) {
  .w-sm-25 {
    width: 25%
  }
}

@media (min-width:768px) {
  .w-md-25 {
    width: 25%
  }
}

.w-12-5 {
  width: 12.5%
}

@media (min-width:992px) {
  .w-lg-12-5 {
    width: 12.5%
  }
}

.w-70px {
  width: 70px
}

@media (min-width:768px) {
  .w-md-auto {
    width: auto
  }
}

@media (min-width:992px) {
  .w-lg-auto {
    width: auto
  }
}

.h-auto {
  height: auto
}

.pin {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}

@media (min-width:992px) {
  .mr-lg-gutter {
    margin-right: 10px
  }
}

.anchor {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  top: -100px
}

@media (min-width:576px) {
  .anchor {
    top: -120px
  }
}

@media (min-width:992px) {
  .anchor {
    top: -140px
  }
}

.extend-left:before,
.extend-right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw
}

.extend-left:before {
  right: 100%
}

.extend-left.bg-grey-lightest:before {
  background: #f6f6f7
}

.extend-left.bg-scarpa-flow:before {
  background: #535360;
  background: #f6f6f7;
}

.extend-right:after {
  left: 100%
}

.extend-right.bg-grey-lightest:after {
  background: #f6f6f7
}

.extend-right.bg-scarpa-flow:after {
  background: #535360
}

@media (min-width:1200px) {
  .after-xl-hide:after {
    content: none
  }
}

@media (min-width:1700px) {
  .col-xxxl-16 {
    -ms-flex: 0 0 88.88889%;
    flex: 0 0 88.88889%;
    max-width: 88.88889%
  }
}

@media (min-width:1700px) {
  .offset-xxxl-0 {
    margin-left: 0
  }
}

@media (min-width:1700px) {
  .offset-xxxl-2 {
    margin-left: 11.11111%
  }
}

@media (min-width:1700px) {
  .push-xxxl-2 {
    left: 11.11111%
  }
}

@media (max-width:575px) {
  .full-bleed-xs {
    margin-left: -25px;
    margin-right: -25px
  }

  .full-bleed-xs:not([class*=ratio-]) {
    padding-left: 25px !important;
    padding-right: 25px !important
  }
}

.trim>:first-child {
  margin-top: 0 !important;
}

.trim>:last-child {
  margin-bottom: 0 !important
}

.trim-top>:first-child {
  margin-top: 0 !important
}

.trim-bottom>:last-child {
  margin-bottom: 0 !important
}

.p-1-col {
  padding: 80px
}

.py-1-col {
  padding-top: 80px;
  padding-bottom: 80px
}

@media (min-width:768px) {
  .py-md-1-col {
    padding-top: 80px !important;
    padding-bottom: 80px !important
  }
}

@media (min-width:1200px) {
  .p-xl-1-col {
    padding: 80px !important
  }
}

.p-0 {
  padding: 0
}

.p-05 {
  padding: 10px
}

.py-05 {
  padding-top: 10px;
  padding-bottom: 10px
}

.px-05 {
  padding-left: 10px;
  padding-right: 10px
}

@media (min-width:1200px) {
  .p-xl-80 {
    padding: 8rem !important
  }
}

@media (min-width:1200px) {
  .py-xl-120 {
    padding-top: 12rem !important
  }
}

.mt-auto {
  margin-top: auto
}

.mt-05 {
  margin-top: 10px
}

.mb-auto {
  margin-bottom: auto
}

.mb-05 {
  margin-bottom: 10px
}

.mr-05 {
  margin-right: 10px
}

@media (min-width:576px) {
  .mr-sm-05 {
    margin-right: 10px
  }
}

.ml-05 {
  margin-left: 10px
}

@media (min-width:1200px) {
  .mb-xl-05 {
    margin-bottom: 10px !important
  }
}

.-mt-1 {
  margin-top: -20px
}

.-mt-2 {
  margin-top: -30px
}

.-mt-3 {
  margin-top: -60px
}

@media (min-width:576px) {
  .-mt-sm-3 {
    margin-top: -60px
  }
}

@media (min-width:768px) {
  .-mt-md-3 {
    margin-top: -60px !important
  }
}

.-mt-100 {
  margin-top: -100px
}

@media (min-width:768px) {
  .-mt-md-100 {
    margin-top: -100px !important
  }
}

@media (min-width:992px) {
  .-mt-lg-100 {
    margin-top: -100px !important
  }
}

@media (min-width:992px) {
  .-mt-lg-80 {
    margin-top: -80px
  }
}

@media (min-width:992px) {
  .-mt-lg-170 {
    margin-top: -170px !important
  }
}

@media (min-width:768px) {
  .mt-md-240 {
    margin-top: 240px !important
  }
}

@media (min-width:768px) {
  .mt-md-480 {
    margin-top: 480px !important
  }
}

.-mx-2 {
  margin-left: -30px;
  margin-right: -30px
}

.-margin-bottom-3 {
  margin-bottom: -50px
}

@media (min-width:667px) {
  .-margin-bottom-3 {
    margin-bottom: -7.5vw
  }
}

@media (min-width:2000px) {
  .-margin-bottom-3 {
    margin-bottom: -150px
  }
}

.color-inherit {
  color: inherit
}

.color-white {
  color: #fff;
}

.color-white-40 {
  color: hsla(0, 0%, 100%, .4)
}

.color-white-60 {
  color: hsla(0, 0%, 100%, .6)
}

.color-thunder {
  color: #231f20
}

.color-grey-light {
  color: #f4f4f5
}

.color-grey-mid {
  color: #97979a
}

.color-charade {
  color: #2b2b33
}

.color-blue {
  color: #0197f6
}

.color-radical {
  color: #414099
}

.color-default,
.color-scarpa-flow {
  color: #535360
}

@media (min-width:1200px) {
  .color-xl-white {
    color: #fff
  }
}

.color-hover-inherit:hover {
  color: inherit
}

.color-hover-white:hover {
  color: #fff
}

.color-hover-charade:hover {
  color: #2b2b33
}

.color-hover-grey-mid:hover {
  color: #97979a
}

.color-hover-radical:hover {
  color: #414099
}

@media (min-width:768px) {
  .color-md-default {
    color: #535360
  }
}

@media (min-width:768px) {
  .color-md-charade {
    color: #2b2b33
  }
}

@media (min-width:768px) {
  .color-md-white {
    color: #fff
  }
}

.bg-white {
  background-color: #f6f6f7;
}

.bg-white-90 {
  background-color: hsla(0, 0%, 100%, .9)
}

.bg-charade {
  background-color: #2b2b33;
  
}
.hero__slideshow.pin{
  /*background: url("../assets/img/downloaded/modern-building-against-sky-323780.jpg");*/
    background-size: cover;
    /*opacity: .6;*/
}

.bg-grey-light {
  background-color: #f4f4f5
}

@media (min-width:768px) {
  .bg-md-grey-light {
    background-color: #f4f4f5
  }
}

.bg-grey-lightest {
  background-color: #f6f6f7
}

.bg-scarpa-flow {
  background-color: #535360;
  background-color: #f6f6f7;
}

.bg-thunder {
  background-color: #231f20
}

.bg-radical {
  background-color: #414099
}

.bg-blue {
  background-color: #414099;
}

.bg-hover-charade:hover {
  background-color: #2b2b33
}

.bg-hover-charade-light:hover {
  background-color: #34343e
}

.bg-hover-radical-light:hover {
  background-color: #f28a3d
}

@media (min-width:768px) {
  .bg-md-white {
    background-color: #fff
  }
}

@media (min-width:768px) {
  .bg-md-charade {
    background-color: #2b2b33
  }
}

@media (min-width:768px) {
  .bg-md-none {
    background-color: none
  }
}

.border-white {
  border-color: #fff
}

.border-current {
  border-color: currentColor
}

.border-grey-mid {
  border-color: #97979a
}

.border-grey-mid-30 {
  border-color: hsla(240, 1%, 60%, .3)
}

.border-white-20 {
  border-color: hsla(0, 0%, 100%, .2)
}

.border-charade {
  border-color: #2b2b33
}

.border-charade-30 {
  border-color: rgba(43, 43, 51, .3)
}

.border-scarpa-flow {
  border-color: #535360
}

.text-center {
  text-align: center
}

@media (min-width:992px) {
  .text-lg-center {
    text-align: center
  }
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

@media (min-width:768px) {
  .text-md-left {
    text-align: left
  }
}

@media (min-width:1200px) {
  .text-xl-left {
    text-align: left
  }
}

.text-uppercase {
  text-transform: uppercase
}

.font-base {
  font-family: sf-pro
}

.editable-text h2,
.font-noe,
.hero[data-side-text]:before,
.hero [data-side-text]:before {
  font-family: Playfair Display, serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .012em;
  text-transform: capitalize;
}

.editable-text .fonts-loaded h2,
.fonts-loaded .editable-text h2,
.fonts-loaded .font-noe,
.fonts-loaded .hero[data-side-text]:before,
.fonts-loaded .hero [data-side-text]:before,
.hero .fonts-loaded [data-side-text]:before {
  font-family: Playfair Display, serif;
      font-weight: 400;
  letter-spacing: 0;

}

.editable-text h2 b,
.editable-text h2 strong,
.font-noe b,
.font-noe strong,
.hero[data-side-text]:before b,
.hero [data-side-text]:before b,
.hero[data-side-text]:before strong,
.hero [data-side-text]:before strong {
  font-weight: 700
}

.font-maison-neue,
.hf-warning,
.select--condensed .select__label,
.wallsio-load-more-button {
  font-family: sf-pro;
  font-weight: 700;
  letter-spacing: .05em
}

.fonts-loaded .font-maison-neue,
.fonts-loaded .hf-warning,
.fonts-loaded .select--condensed .select__label,
.fonts-loaded .wallsio-load-more-button,
.select--condensed .fonts-loaded .select__label {
  font-family: sf-pro;
  letter-spacing: .05em
}

.font-11.hf-warning,
.font-maison-neue.font-11,
.select--condensed .font-11.select__label,
.select--condensed .select__label.wallsio-load-more-button,
.wallsio-load-more-button {
  font-size: 1rem
}

.fonts-loaded .font-11.hf-warning,
.fonts-loaded .font-maison-neue.font-11,
.fonts-loaded .hf-warning.wallsio-load-more-button,
.fonts-loaded .select--condensed .font-11.select__label,
.fonts-loaded .select--condensed .select__label.wallsio-load-more-button,
.fonts-loaded .wallsio-load-more-button,
.select--condensed .fonts-loaded .font-11.select__label,
.select--condensed .fonts-loaded .select__label.wallsio-load-more-button {
  font-size: 1.1rem
}

.font-maison-neue:not(.btn):not(.form-control),
.hf-warning:not(.btn):not(.form-control),
.select--condensed .select__label:not(.btn):not(.form-control),
.wallsio-load-more-button:not(.btn):not(.form-control) {
  line-height: 1.25
}

.font-maison-neue b,
.font-maison-neue strong,
.hf-warning b,
.hf-warning strong,
.select--condensed .select__label b,
.select--condensed .select__label strong,
.wallsio-load-more-button b,
.wallsio-load-more-button strong {
  font-weight: 700
}

.font-0 {
  font-size: 0
}

.font-11,
.wallsio-load-more-button {
  font-size: 1.1rem
}

.font-12 {
  font-size: 1.2rem
}

.font-14 {
  font-size: 1.4rem
}

.font-16 {
  font-size: 1.6rem
}

.font-20 {
  font-size: 16px
}

@media screen and (min-width:320px) {
  .font-20 {
    font-size: calc(16px + 4 * (100vw - 320px) / 1080)
  }
}

@media screen and (min-width:1400px) {
  .font-20 {
    font-size: 20px
  }
}

.editable-text h3,
.font-22 {
  font-size: 18px
}

@media screen and (min-width:320px) {

  .editable-text h3,
  .font-22 {
    font-size: calc(18px + 4 * (100vw - 320px) / 1080)
  }
}

@media screen and (min-width:1400px) {

  .editable-text h3,
  .font-22 {
    font-size: 22px
  }
}

.font-28 {
  font-size: 22px
}

@media screen and (min-width:320px) {
  .font-28 {
    /*font-size: calc(22px + 6 * (100vw - 320px) / 1080)*/
  }
  .testimonial .font-28{
    font-weight: 200;
  }
}

@media screen and (min-width:1400px) {
  .font-28 {
    font-size: 28px;
    font-weight: 200;
  }
}

.font-bold {
  font-weight: 700
}

.font-normal {
  font-style: normal
}

.font-italic {
  /* font-style: italic; */
}

.font-500 {
  font-weight: 500
}

.font-400 {
  font-weight: 400
}

.font-300 {
  font-weight: 300
}

.font-200 {
  font-weight: 200
}

.lh-1 {
  line-height: 1 !important
}

.lh-tight {
  line-height: 1.3
}

.lh-wide {
  line-height: 1.6
}

.ls-wide {
  letter-spacing: .05em
}

.td-none {
  text-decoration: none
}

.nowrap {
  white-space: nowrap
}

.transition-color {
  transition: color .3s
}

.transition-background {
  transition: .3s
}

.transition-stroke {
  transition: stroke .3s
}

.cursor-pointer {
  cursor: pointer
}

.o-30 {
  opacity: .3
}

.o-60 {
  opacity: .6
}

.background-image-if-old {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat
}

.background-image-if-old img {
  display: none
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
  .background-image-if-old {
    background-image: none !important
  }

  .background-image-if-old img {
    display: block
  }
}

.no-after:after {
  content: none !important
}

.ex-notice {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%
}

.ex-section-buttons {
  z-index: 1
}

.ex-sortable {
  position: relative;
  z-index: 10
}

.hide-after-text .icon-large[data-text][data-text]:after,
.hide-after-text .icon-medium[data-text][data-text]:after,
.hide-after-text .icon-regular[data-text][data-text]:after {
  display: none !important
}

.site-header--portal {
  background: #2b2b33;
  color: #fff;
  padding: 40px 0 0
}

.site-header--portal h2 {
  position: relative
}

.site-header--portal h2 img {
  max-width: 200px;
  display: block;
  margin-right: 10px;
  float: left
}

.site-header--portal h2 a {
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  display: block;
  line-height: 29px
}

.site-header--portal h2 span {
  display: block;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0
}

.site-header--portal ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0
}

.site-header--portal ul li {
  padding: 0;
  margin: 0 2px 0 0;
  display: inline-block
}

.site-header--portal ul li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  border: 1px solid #f2f2f2;
  border-bottom: none;
  color: #f2f2f2;
  text-decoration: none;
  font-size: 16px;
  padding-left: 40px
}

.site-header--portal ul li a:hover {
  background: #f2f2f2;
  color: #2b2b33
}

.site-header--portal ul li .material-icons {
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 24px
}

.site-header--portal ul.left {
  float: left
}

.site-header--portal ul.right {
  float: right
}

.body--portal {
  background-color: #f2f2f2;
  min-height: 100vh
}

.body--portal .admin-bar,
.body--portal .admin-drawer {
  display: none
}

.body--portal .ex-admin+.ex-site {
  padding-left: 0
}

.portal-container {
  padding: 50px 0
}

.portal-container h1 {
  font-size: 24px;
  margin-bottom: 40px;
  position: relative;
  padding-left: 45px
}

.portal-container h1 .material-icons {
  position: absolute;
  top: -1px;
  left: 10px;
  font-size: 28px
}

.portal-container h2 {
  font-size: 18px
}

.portal-container .raised-box {
  background: #fff;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, .1)
}

.portal-container .raised-box.raised-box--padding {
  padding: 40px
}

.portal-container .raised-box.raised-box--space {
  margin: 30px 0
}

.portal-container .raised-box .box--padding {
  padding: 40px
}

.portal-container .portal-table {
  width: 100%
}

.portal-container .portal-table tbody tr td,
.portal-container .portal-table thead tr th {
  padding: 15px 25px;
  border-bottom: 1px solid #f1f1f0
}

.portal-container .portal-table tbody tr td {
  text-align: left;
  font-size: 15px
}

.portal-container .portal-table tfoot tr td {
  padding: 15px 25px;
  font-size: 14px;
  vertical-align: top
}

.portal-container .location-select {
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, .1);
  padding: 40px;
  text-align: center
}

.portal-container .location-select h4 {
  text-align: center
}

.portal-container .location-select img,
.portal-container .location-select svg {
  height: 100px
}

.portal-container .location-select a {
  display: block;
  margin-top: 20px
}

.portal-container .portal-form .portal-form-row {
  margin-bottom: 20px
}

.portal-container .portal-form .portal-form-row label {
  font-size: 15px;
  display: block
}

.portal-container .portal-form .portal-form-row input,
.portal-container .portal-form .portal-form-row select {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ddd;
  font-size: 15px;
  background: #fff;
  height: 45px;
  border-radius: 0
}

.portal-container .portal-form .portal-form-row .trix-editor {
  max-height: 400px;
  overflow-y: scroll;
  padding: 20px;
  font-size: 16px
}

.portal-container .portal-form .portal-form-row.portal-form-row--checkbox label {
  display: inline-block
}

.portal-container .portal-form .portal-form-row.portal-form-row--checkbox input {
  float: left;
  width: auto;
  height: 30px;
  margin-right: 15px
}

.portal-container .portal-form .portal-form-actions {
  text-align: right;
  display: block;
  width: 100%;
  margin-top: 20px
}

.portal-container .portal-form h3 {
  display: block;
  width: 100%;
  margin: 20px 0
}

.portal-container .portal-form-images .portal-image-container {
  margin: 20px 0
}

.portal-container .portal-form-images .portal-image-container .portal-image-file {
  background: #eee;
  border: 1px solid #ddd;
  padding: 15px;
  margin: 10px 0;
  position: relative
}

.portal-container .portal-form-images .portal-image-container .portal-image-file .js-portal-image-file-cancel {
  position: absolute;
  right: 15px;
  top: 15px
}

.portal-container .portal-form-images .portal-image {
  margin-bottom: 15px
}

.portal-container .portal-form-images .portal-image input[type=checkbox] {
  display: none
}

.portal-container .portal-form-images .portal-image img {
  display: block
}

.portal-container .portal-form-images .portal-image img:hover {
  cursor: move
}

.portal-container .portal-form-images .portal-image .portal-image-remove {
  font-size: 14px;
  text-align: right;
  display: block
}

.portal-container .pagination {
  list-style: none;
  text-align: center;
  display: block;
  padding: 30px 0;
  margin: 0
}

.portal-container .pagination li {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
  text-decoration: none
}

.portal-container .pagination li.active {
  background: #2b2b33;
  color: #fff
}

.portal-container .pagination li a {
  text-decoration: none
}

.portal-container .portal-status {
  position: relative;
  padding-left: 25px;
  display: inline-block
}

.portal-container .portal-status.-success {
  color: #4f8a10
}

.portal-container .portal-status.-error {
  color: #d8000c
}

.portal-container .portal-status.-info {
  color: #00529b
}

.portal-container .portal-status .material-icons {
  position: absolute;
  top: 3px;
  font-size: 20px;
  left: 0
}

.portal-container .portal-alert {
  padding: 15px 20px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 15px
}

.portal-container .portal-alert.-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb
}

.portal-container .portal-alert.-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}

.portal-container .portal-alert.-info {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff
}

.portal-container .portal-search {
  padding: 40px 20px;
  border-bottom: 1px solid #f1f1f0
}

.portal-container .portal-search .portal-search-text {
  float: right;
  display: none
}

.portal-container .portal-search .portal-search-text input {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  display: inline-block;
  margin: 0 10px 0 0
}

.portal-container .portal-search .portal-search-item label {
  display: block
}

.portal-container .portal-search .portal-search-item input,
.portal-container .portal-search .portal-search-item select {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ddd;
  font-size: 15px;
  background: #fff;
  height: 35px;
  border-radius: 0
}

.portal-container .portal-search .btn {
  margin-top: 14px;
  float: right
}

.portal-container .portal-custom-checkbox input[type=checkbox] {
  display: none
}

.portal-container .portal-custom-checkbox .portal-custom-checkbox-box {
  display: block;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #ddd;
  text-align: center
}

.portal-container .portal-custom-checkbox.-is-checked .portal-custom-checkbox-box:before {
  content: "done";
  font-family: Material Icons;
  display: block;
  font-size: 20px;
  line-height: 25px;
  color: #2b2b33
}

.portal-container .portal-batch input {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ddd;
  font-size: 15px;
  background: #fff;
  height: 35px;
  border-radius: 0
}

.portal-container .portal-file-upload {
  margin: 10px auto;
  position: relative
}

.portal-container .portal-file-upload:after,
.portal-container .portal-file-upload:before {
  content: " ";
  display: table
}

.portal-container .portal-file-upload:after {
  clear: both
}

.portal-container .portal-file-upload .input-file-container {
  float: left
}

.portal-container .portal-file-upload .input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer
}

.portal-container .portal-file-upload .input-file-trigger {
  color: #231f20;
  border: 1px solid rgba(43, 43, 51, .3);
  background: #fff;
  font-family: Karla, Arial, sans-serif;
  letter-spacing: .05em;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 14px
}

.portal-container .portal-file-upload .input-file-trigger:focus,
.portal-container .portal-file-upload .input-file-trigger:hover,
.portal-container .portal-file-upload .input-file:focus+.input-file-trigger,
.portal-container .portal-file-upload .input-file:hover+.input-file-trigger {
  background: #2b2b33;
  color: #fff
}

.portal-container .portal-file-upload .file-return {
  float: left
}

.portal-container .portal-file-upload .file-return:not(:empty) {
  margin: 10px
}

.portal-container .portal-file-upload .file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: 700
}

.portal-container .portal-file-upload .file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: 400
}

.portal-container .portal-report-tables h3,
.portal-container .portal-report-tables h5 {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 20px 0 10px;
  margin: 30px 0 20px
}

.portal-container .portal-report-tables .portal-report-form select {
  padding: 10px;
  width: 100%;
  height: 40px;
  background: #fff;
  border-radius: 0;
  margin-bottom: 5px
}

.portal-container .portal-report-tables .portal-report-form button {
  width: 100%
}




a.bg-charade.bg-hover-charade-light{
        background: transparent;
    position: absolute;
    /*left: calc(50% - 70px);*/
        left: calc(0% - -30px);
        top: 15px;
}
img.land-logo,img.scroll-logo{
      padding: 0 10px;
}
.header__right.flex.font-maison-neue.font-11.text-uppercase {
    display: none;
}
body.background-big-triangle.js-focus-ring.scrolled a.bg-charade.bg-hover-charade-light{
  /*display: none;*/
}
.footer-logo{
  width: 160px;
}
.section.section--has-background-image.pad-top-4.pad-bottom-4.bg-charade.color-white.overflow-hidden{
      background-color: #414099;
      position: relative;
}
.section.section--has-background-image.pad-top-4.pad-bottom-4.bg-charade.color-white.overflow-hidden:after{
/*background-image: url("../assets/img/img/slider2.jpg");*/
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
    opacity: 0.5;
    background-size: cover;
}
.cont-foot{
      margin-bottom: 0;
    font-size: 22px;
}


.scroll-logo{
  display: none;
}
.scrolled .scroll-logo{
  display: initial;
}
.scrolled .land-logo{
  display: none;
}
.darkHeader.scrolled .scroll-logo{
  display: none;
}
.darkHeader.scrolled .land-logo{
  display: initial;
}


@keyframes a {
  0% {
    transform: none;
    transform-origin: center
  }

  50% {
    transform: translateY(8px);
    transform-origin: center
  }

  to {
     transform: translateY(8px) rotate(-45deg);
    transform-origin: center
  }
}

@keyframes b {
  0% {
    transform: none;
    transform-origin: center
  }

  50% {
    transform: translateY(-8px);
    transform-origin: center
  }

  to {
    transform: translateY(-8px) rotate(45deg);
    transform-origin: center
  }
}

@keyframes c {

  0%,
  50% {
    opacity: 1;
    transform: none
  }

  51%,
  to {
    opacity: 0;
    transform: none
  }
}
