﻿.badge {
  display: inline-block;
  position: relative;
  margin: 0 0.5rem 0.25rem 0;
  padding: 0.25rem 1.25rem;
  line-height: normal;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: left;
  vertical-align: middle;
  border-radius: 20px;
}
.badge.fix-h {
  line-height: 2rem;
}
.badge.mute {
  padding: 0.15rem 0.5rem;
}
.badge.mute img {
  margin: 0;
  width: 1.25rem;
}
.offer .badge {
  margin: 0.5rem 0 0 0.5rem;
}
.header-banner .badge {
  margin-top: calc(36% - 1.5rem);
  margin-left: 1.5rem;
  line-height: 2rem;
}
.badge img,
.badge .fa {
  float: left;
  margin: 0.125rem 0.325rem 0 -0.75rem;
  width: 1.75rem;
}
.badge .label {
  float: left;
  margin-right: 0.325rem;
  margin-left: -1rem;
}
.button {
  font-weight: bold;
  line-height: inherit;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.button:not(.icon) > img {
  height: 1.25rem;
}
.button.icon {
  padding: 1.5rem;
}
.button.icon > img {
  width: 3.5rem;
}
.button.icon:hover {
  background: transparent !important;
}
.button.tiny {
  padding: 0.15rem 0.35rem;
}
.button.bottom {
  z-index: 8;
  margin: 1.5rem 0.5rem;
  width: 3.5rem;
  height: 3.5rem;
  border: solid 2px #fff;
}
@media screen and (max-width: 63.9375em) {
  .button.bottom.chat {
    margin: 0 0 0.5rem 0.5rem;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 1.75rem;
    font-size: 1rem;
    border-radius: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  .button.bottom.chat {
    font-size: 1.125rem;
  }
}
.button.bottom > span {
  display: block;
  margin: -6px -6px 0 0;
}
.button.bottom .fa {
  vertical-align: text-bottom;
}
.button.round {
  padding: 0.75rem;
  line-height: 1.25rem;
  border-radius: 50%;
}
.button.round.large,
.large .button.round {
  min-width: 4.25rem;
  line-height: 2.25rem;
}
.button.round.font-large,
.button.round.band {
  padding: 0.75rem 0.55rem;
}
.button.txtins {
  position: relative;
}
.button.txtins > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button-group .button {
  vertical-align: top;
}
@media screen and (max-width: 63.9375em) {
  .button.medium-down-expanded {
    display: block;
  }
}
span.button {
  cursor: inherit;
}
.close-button {
  width: 2.25rem;
  height: 2.25rem;
  text-indent: -100em;
  overflow: hidden;
  outline: none;
  color: #fff;
  background: #ffcd03;
  border-radius: 20px;
}
.close-button::after {
  content: "\00d7";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0.525rem;
  font-size: 2.5rem;
  line-height: 1.65rem;
  text-indent: 0;
}
.close-button:hover {
  background: #c29b00;
}
.close-button.alert:hover,
.close-button.border.alert.button:hover,
.close-button.band:hover {
  background: #c6210a;
}
.close-button.white:hover,
.header-mini .mnu-bar > i.close-button:hover,
.close-button.shadow:hover,
.close-button.input-group:hover {
  color: inherit;
  background: #fff;
}
.offer .close-button {
  z-index: 4;
  position: absolute;
  box-shadow: 0 0 1px #fff;
  cursor: pointer;
}
.reveal .close-button {
  z-index: 7;
}
.dropdown.menu > li > a {
  padding: 0.7rem;
}
.dropdown.menu > li.is-active > a {
  color: initial;
}
.dropdown.menu > li .menu {
  border-radius: 20px;
}
.dropdown.menu > li .menu li {
  text-align: left;
}
.dropdown.menu > li .menu li a {
  color: #1c1d38;
  text-decoration: none;
}
.dropdown.menu > li .menu li a:hover {
  color: #000;
  background-color: #e2e3e4;
}
.dropdown.menu > li .menu li:first-child a:hover {
  border-radius: 20px 20px 0 0;
}
.dropdown.menu > li .menu li:last-child a:hover {
  border-radius: 0 0 20px 20px;
}
.dropdown.menu > li .menu-grid {
  width: 37.5rem;
}
.dropdown.menu > li .menu-grid li:first-child a:hover {
  border-radius: 20px;
}
.dropdown.menu > li .menu-grid li:last-child a:hover {
  border-radius: 20px;
}
.dropdown.menu.medigr > li a {
  padding: 0.3rem 0.75rem;
  line-height: inherit;
  color: #fff;
}
.dropdown.menu.small > li {
  font-size: 0.785rem;
}
.dropdown.medigr {
  display: inline-block;
  border-radius: 20px;
}
.dropdown-pane > ul {
  margin: 0;
  overflow: auto;
}
@media print, screen and (min-width: 64em) {
  .dropdown-pane > ul {
    max-height: 10.6rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .dropdown-pane.is-open {
    left: unset !important;
    right: 2rem !important;
  }
}
.dropdown-pane.incell {
  right: 0 !important;
  left: 0 !important;
  margin: 0 auto;
}
@media print, screen and (min-width: 64em) {
  .dropdown-pane.incell {
    width: 70.75rem;
  }
}
.dropdown-pane.incell label.pretty-check {
  margin: 0;
}
.dropdown-pane.share {
  text-align: center;
  border-color: #939598;
}
@media print, screen and (min-width: 64em) {
  .dropdown-pane.share {
    width: 28.5rem;
  }
}
.dropdown-pane.share a {
  margin: 0 0.25rem;
  font-size: 1.25rem;
}
.dropdown-pane.share a img {
  width: 1.25rem;
}
@media screen and (max-width: 63.9375em) {
  .grid-container {
    padding-top: 0.75rem;
  }
}
@media screen and (max-width: 74.9375em) {
  .grid-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container {
    padding-top: 1.5rem;
  }
}
.grid-container.light,
.grid-container.border.light.button:hover,
.list-zebra-off li.grid-container {
  position: relative;
  padding-bottom: 1px;
}
.grid-container.light::before,
.grid-container.border.light.button:hover::before,
.list-zebra-off li.grid-container::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  left: -100%;
}
.grid-margin-6 > .cell {
  position: relative;
  padding-right: 0.6rem;
}
.grid-margin-6 > .cell:last-child {
  padding-right: 0;
}
.grid-margin-6 > .cell .fa-money {
  position: absolute;
  top: 13px;
  right: 0.5rem;
  padding: 0 0.5rem 0 0;
  font-size: 1.25rem;
  color: #939598;
  cursor: pointer;
}
@media screen and (max-width: 35.4375em) and (orientation: portrait) {
  .grid-y.grid-frame {
    height: 82vh;
  }
}
@media screen and (max-width: 35.4375em) and (orientation: landscape) {
  .grid-y.grid-frame {
    height: 76vh;
  }
}
section.lightest,
section.grid-container.light,
section.grid-container.border.light.button:hover,
section.grid-container.light::before,
section.grid-container.border.light.button:hover::before,
.mini section.header-banner,
section.header-banner-list::before,
.header-banner-btn section.btn,
section.border.light.fill,
section.border.fill.light.button:hover {
  padding-bottom: 1px;
}
.label {
  text-decoration: none;
}
.label.border.medigr {
  color: #939598;
  background: #fff;
}
.label.border.medigr:hover {
  color: #fff;
  background: #939598;
}
.label.circle {
  padding: 0;
  width: 2rem;
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: center;
}
a.label {
  cursor: pointer;
}
.off-canvas {
  border-left: solid 1px #cfd1d2;
}
.off-canvas a {
  color: #1c1d38;
  text-decoration: none;
  outline: none;
}
.off-canvas a img {
  width: 1.15rem;
  vertical-align: bottom;
}
.off-canvas ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.off-canvas ul li {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #cfd1d2;
}
.off-canvas ul li a {
  display: block;
  padding: 0.925rem 1rem;
  line-height: normal;
  text-transform: uppercase;
  white-space: normal;
  background: transparent;
}
.off-canvas ul li .button-group {
  margin: 0.925rem 1rem 0.325rem;
}
.off-canvas ul li .button-group .button .fa {
  float: left;
  margin: 0.1rem 0.25rem 1.75rem 0;
  font-size: 1.5em;
}
.off-canvas .js-drilldown-back > a {
  padding: 0.75rem 1rem !important;
  font-size: 1px;
  color: #fff;
}
.off-canvas .js-drilldown-back > a::before {
  content: "\f177";
  width: auto;
  height: auto;
  font: 1.125rem FontAwesome;
  color: #000;
  border: 0;
}
.off-canvas .is-drilldown {
  max-width: 100% !important;
}
.off-canvas .is-drilldown-submenu-parent > a::after {
  content: "\f105";
  margin-top: -0.625rem;
  width: auto;
  height: auto;
  font: 1.25rem FontAwesome;
  color: #939598;
  border: 0;
}
.off-canvas .is-drilldown-submenu {
  background: #fff !important;
  border: solid 0 #fff;
  /* overflow-y: hidden !important; */
}
.off-canvas-close {
  font-size: 1.125rem;
  line-height: 1.125rem !important;
  text-align: right;
}
.off-canvas-phone {
  float: left;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.125rem !important;
}
.pagination {
  text-align: center;
}
@media screen and (max-width: 35.4375em) {
  .pagination {
    margin-bottom: 0.75rem;
  }
}
.pagination li {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.pagination li a {
  text-decoration: none;
}
.pagination-next,
.pagination-previous {
  box-shadow: inset 0 0 0 1px #cfd1d2;
}
.reveal {
  outline: none;
  border: 0;
}
@media screen and (max-width: 63.9375em) {
  .reveal:not(.full) {
    height: auto;
    min-height: auto;
    border-radius: 10px;
  }
}
.reveal-overlay {
  padding: 0.75rem;
}
.reveal-title {
  padding: 0 1.5rem;
  text-align: center;
}
.reveal.mute {
  padding: 0;
  background: transparent;
}
.reveal.photo {
  background: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 63.9375em) {
  .reveal.photo {
    padding: 0;
  }
}
.reveal.photo .grid-x {
  height: 100%;
}
@media screen and (max-width: 63.9375em) {
  .reveal.photo .grid-x .cell-100 {
    height: 100%;
  }
}
@media screen and (max-width: 63.9375em) {
  .reveal.photo .slider-embed {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .reveal.photo .slider-embed {
    height: 85vh;
  }
}
.reveal.photo .slider-embed .slick-list {
  margin: 0 auto;
}
@media screen and (max-width: 63.9375em) {
  .reveal.photo .slider-embed .slick-list {
    width: 100vw;
  }
}
@media print, screen and (min-width: 64em) {
  .reveal.photo .slider-embed .slick-list {
    width: 85vw;
  }
}
.reveal.photo .slider-embed div {
  height: 100% !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.reveal.photo .slider-embed div img {
  margin: 0 auto;
  height: 100%;
}
@media screen and (max-width: 63.9375em) and (orientation: portrait) {
  .reveal .grid-y {
    height: 84vh;
  }
}
@media screen and (max-width: 63.9375em) and (orientation: landscape) {
  .reveal .grid-y {
    height: 75vh;
  }
}
@media print, screen and (min-width: 64em) {
  .reveal .grid-y {
    height: 94vh;
  }
}
.sticky-container {
  max-height: 0;
}
.sticky-container.off {
  max-height: none;
  position: static;
}
.sticky-container.off .sticky {
  z-index: 9;
  display: block;
  background: #fff;
  border: none;
}
.sticky-container.off .sticky.is-stuck,
.sticky-container.off .sticky.is-at-bottom {
  position: static;
  transform: none;
}
.sticky-container.off .sticky.is-stuck .nav-down,
.sticky-container.off .sticky.is-at-bottom .nav-down {
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.25s ease-in-out;
}
@media screen and (max-width: 63.9375em) {
  .sticky-container.off .sticky.is-stuck .nav-up,
  .sticky-container.off .sticky.is-at-bottom .nav-up {
    top: -5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .sticky-container.off .sticky.is-stuck .nav-up,
  .sticky-container.off .sticky.is-at-bottom .nav-up {
    top: -5rem;
  }
}
.sticky-menu {
  padding: 0.25rem 0.375rem;
}
@media print, screen and (min-width: 64em) {
  .sticky-menu {
    padding: 0.25rem 1.5rem;
  }
}
.sticky-menu a {
  text-decoration: none;
  color: #000;
}
.sticky-menu a.is-active {
  font-weight: bold;
  color: #fff;
}
.sticky-menu h4,
.sticky-menu h5 {
  margin-bottom: 0.25rem;
}
.sticky-menu ul {
  margin: 0;
}
.sticky-menu.white,
.header-mini .mnu-bar > i.sticky-menu,
.sticky-menu.shadow,
.sticky-menu.input-group {
  background: #fff !important;
}
@media screen and (max-width: 63.9375em) {
  .sticky-menu .nav-down {
    z-index: 10;
    position: fixed;
    top: -7rem;
    width: 100%;
    transition: 0.25s ease-in-out;
  }
}
@media screen and (max-width: 63.9375em) {
  .sticky-menu .nav-up {
    top: 0;
  }
}
.off-canvas-content .sticky {
  display: none;
  height: auto;
  text-align: center;
  background: #ffcd03;
}
@media print, screen and (min-width: 64em) {
  .off-canvas-content .sticky {
    border-bottom: solid 4px #00c1f3;
  }
}
.off-canvas-content .sticky.is-stuck {
  display: block;
}
.off-canvas-content .sticky.sticky-row {
  display: table-row;
  border-bottom: solid 1px #cfd1d2;
}
.sticky.is-at-bottom {
  right: 0;
  left: auto;
  width: 4.5rem;
}
.sticky.is-stuck {
  z-index: 9;
  margin: 0 !important;
}
.tabs {
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .tabs {
    display: table;
    width: 100%;
  }
}
.tabs.inline {
  display: inherit;
}
.tabs-title {
  float: none;
}
@media screen and (max-width: 63.9375em) {
  .tabs-title {
    display: inline-block;
  }
}
@media print, screen and (min-width: 64em) {
  .tabs-title {
    display: table-cell;
    padding: 0 0.25rem;
  }
  .inline .tabs-title {
    display: inline-block;
    margin: 0 0 0.5rem 0;
  }
  .tabs-title:first-child {
    padding-left: 0;
  }
  .tabs-title:last-child {
    padding-right: 0;
  }
}
.tabs-title a {
  font-weight: bold;
  line-height: inherit;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #939598;
  border: solid 1px transparent;
  border-radius: 20px;
  outline: none;
}
@media print, screen and (min-width: 64em) {
  .tabs-title a {
    font-size: 0.925rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .tabs-title a {
    margin: 0 0.375rem 0.375rem 0;
  }
}
.tabs-title a:hover {
  color: #939598;
  background: #fff;
  border: solid 1px #939598;
}
.small .tabs-title a {
  padding: 0.25rem 0.75rem;
  font-size: 0.785rem;
}
.tabs-title.is-active a {
  color: #000;
  background: #fff;
  border: solid 1px #939598;
}
.tooltip.alert,
.tooltip.border.alert.button:hover,
.tooltip.band {
  background-color: #f43b21;
}
.tooltip.alert.top::before,
.tooltip.top.border.alert.button:hover::before,
.tooltip.top.band::before {
  border-color: #f43b21 transparent transparent;
}
.tooltip.alert.right::before,
.tooltip.right.border.alert.button:hover::before,
.tooltip.right.band::before {
  border-color: transparent #f43b21 transparent transparent;
}
.tooltip.alert.bottom::before,
.tooltip.bottom.border.alert.button:hover::before,
.tooltip.bottom.band::before {
  border-color: transparent transparent #f43b21;
}
.tooltip.alert.left::before,
.tooltip.left.border.alert.button:hover::before,
.tooltip.left.band::before {
  border-color: transparent transparent transparent #f43b21;
}
a.has-tip {
  cursor: pointer;
}
@media screen and (max-width: 63.9375em) {
  .header {
    display: none;
  }
}
.header-banner {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #f3f4f4;
}
.header-banner .grid-x {
  height: 100%;
}
.header-banner .grid-x > .align-self-bottom.text-center {
  z-index: 4;
}
.header-banner .slider-play.fit {
  margin: 0 -0.5rem;
}
.header-banner .panel {
  z-index: 3;
  position: relative;
}
.header-banner .panel.trans {
  margin-top: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 60rem;
}
@media screen and (max-width: 63.9375em) {
  .header-banner .panel.trans {
    display: none;
  }
}
.header-banner .panel.trans .button {
  border: solid 2px #fff;
}
.header-banner .panel .close-button {
  top: 0;
  right: 0;
}
.header-banner .button {
  width: auto;
  line-height: 2rem;
}
@media screen and (max-width: 63.9375em) {
  .header-banner .button {
    margin-bottom: 0.5rem;
  }
}
.header-banner .button > .show-for-large {
  display: inline;
}
.header-banner-list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.header-banner-list::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -0.5rem;
  height: 1rem;
}
.header-banner-list > .cell {
  height: 50%;
  background-size: cover;
}
@media screen and (max-width: 63.9375em) {
  .header-banner-list > .cell {
    box-shadow: 0 0 0 0.5rem #f3f4f4;
  }
}
@media print, screen and (min-width: 64em) {
  .header-banner-list > .cell {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    width: calc(33.33333% - 1rem) !important;
  }
}
.header-banner-btn {
  z-index: 3;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  bottom: 0;
  left: 1.5rem;
  margin-top: -2.625rem;
}
.header-banner-btn .btn {
  display: block;
  text-align: center;
  border: solid 0.5rem #f3f4f4;
  border-radius: 4rem;
}
@media screen and (max-width: 63.9375em) {
  .header-banner-btn .btn {
    margin: 0 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .header-banner-btn .btn {
    margin: 0 1.5rem;
  }
}
.header-banner-btn .btn a {
  display: block;
  padding: 0 1rem;
  text-decoration: none;
  line-height: 4rem;
  background: #ffcd03;
  border: solid 2px #000;
  border-radius: 4rem;
}
.header-banner-btn .btn a b {
  display: inline-block;
  vertical-align: middle;
  font-family: GloberHeavy;
  letter-spacing: 0.025rem;
  color: #000;
}
@media screen and (max-width: 63.9375em) {
  .header-banner-btn .btn a b {
    font-size: 0.925rem;
    line-height: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .header-banner-btn .btn a b {
    font-size: 1.325rem;
    line-height: 1.75rem;
  }
}
.header-banner-btn .btn a b > small {
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 63.9375em) {
  .header-banner-btn .btn a b > small {
    font-size: 0.725rem;
    line-height: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .header-banner-btn .btn a b > small {
    font-size: 0.925rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .header-banner-btn .btn a b > small > .sfl {
    display: none;
  }
}
.header-banner-btn .btn a b.arr {
  position: relative;
  padding-right: 2rem;
}
.header-banner-btn .btn a b.arr i {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1rem;
  font-size: 1.75rem;
}
.header-banner-btn .btn img {
  margin: 0.25rem auto;
  height: 3.75rem;
}
.header {
  line-height: 1.4;
}
.header-bar {
  z-index: 10;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 63.9375em) {
  .header-bar {
    padding: 0.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .header-bar {
    padding: 0 1rem;
  }
}
.header-bar a {
  text-decoration: none;
  color: #1c1d38;
}
.header-bar a:hover {
  color: #1c1d38;
}
.header-bar .button-group {
  margin: 0;
}
.header-bar .button-group .button {
  min-width: 12rem;
  line-height: 1rem;
  text-align: left;
}
.header-bar .button-group .button .fa {
  float: left;
  margin: 0 0.325rem 0.75rem 0;
  font-size: 2rem;
}
.header-bar .button-group .button span {
  display: block;
  white-space: nowrap;
}
.header-logo {
  text-align: center;
}
@media screen and (max-width: 63.9375em) {
  .header-logo img {
    width: 9rem;
  }
}
@media print, screen and (min-width: 64em) {
  .header-logo img {
    max-width: 20rem;
  }
}
.header-phone {
  text-align: left;
  color: #1c1d38;
}
.header-util {
  margin: 0 0 0.25rem 0.325rem;
}
@media screen and (max-width: 63.9375em) {
  .header-util {
    display: none;
  }
}
.header-util li a {
  padding: 0 0.5rem 0 0 !important;
  text-decoration: none;
  color: #1c1d38;
}
.header-util li a:hover {
  color: #1c1d38;
}
.header-util li img {
  width: 1rem;
  vertical-align: middle;
}
.header-util .submenu {
  z-index: 11;
}
.header-util .submenu li a {
  padding: 0.7rem !important;
}
.header-menu {
  margin-top: -11px;
  text-align: center;
}
@media screen and (max-width: 63.9375em) {
  .header-menu {
    display: none;
  }
}
.header-menu > ul {
  z-index: 9;
}
.header-menu > ul > li > a {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1c1d38;
}
.header-menu > ul > li > a::after {
  top: 18px;
  right: 7px;
  width: 10px;
  height: 10px;
  background: url(../img/menu-arrow.png);
  background-size: contain;
}
.header-menu > ul > li .menu {
  max-height: 75vh;
  overflow: auto;
  overflow-x: hidden;
}
.header-mini {
  height: 3rem;
  background: #ffcd03;
}
.header-mini .cnt {
  position: absolute;
  top: 0.25rem;
  left: 1rem;
}
.header-mini .cnt > a {
  font-size: 1.725rem;
  line-height: initial;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.header-mini .mnu {
  top: 0;
  right: 0;
}
.header-mini .mnu-bar {
  z-index: 9;
  position: absolute;
  top: 0.875rem;
  right: 1rem;
}
@media print, screen and (min-width: 64em) {
  .header-mini .mnu-bar {
    display: none;
  }
}
.header-mini .mnu-bar > i {
  display: block;
  margin-bottom: 5px;
  width: 26px;
  height: 3px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}
@media screen and (orientation: landscape) {
  .is-anchored .header-mini .mnu-bar > i {
    box-shadow: 1px 1px 0 #000;
  }
}
.header-mini .mnu-bar[aria-expanded="true"] i:nth-child(1) {
  transform: rotate(45deg) translate3d(10px, 4px, 0);
}
.header-mini .mnu-bar[aria-expanded="true"] i:nth-child(2) {
  opacity: 0;
}
.header-mini .mnu-bar[aria-expanded="true"] i:nth-child(3) {
  transform: rotate(-45deg) translate3d(7px, -1px, 0);
  box-shadow: none;
}
.header-mini .lgo {
  display: block;
  position: absolute;
  top: 0.175rem;
  left: 50%;
  margin: 0 0 0 -4.5rem;
  width: 9rem;
}
.header-sticky {
  background: #fff;
}
@media screen and (max-width: 63.9375em) {
  .header-sticky {
    min-height: 4rem;
  }
}
.header-sticky-on {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .is-stuck .header-sticky {
    border-bottom: solid 4px #00c1f3;
  }
}
.is-stuck .header-sticky .header-sticky-on {
  display: initial;
}
.is-stuck .header-sticky .header-sticky-off {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .content-left,
  .content-right {
    margin-top: 0.375rem;
    width: 22.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .content-left.third,
  .content-right.third {
    width: 33.333%;
  }
}
@media print, screen and (min-width: 64em) {
  .content-left.half,
  .content-right.half {
    width: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  .content-left {
    float: left;
    margin-right: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .content-right {
    float: right;
    margin-left: 1.5rem;
  }
}
.panel {
  display: block;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: 20px;
}
.panel .panel {
  margin: 0;
  padding: 0;
}
.panel p:last-child,
.panel ul:last-child {
  margin-bottom: 0.75rem;
}
.panel p.mute,
.panel ul.mute {
  margin-bottom: 0;
}
.grid-y .large-auto .panel,
.grid-y .large-shrink .panel {
  border-radius: 0;
}
.panel.callus {
  position: relative;
  padding: 0.75rem;
  padding-left: 4.5rem;
}
.panel.callus > .fa,
.panel.callus > img {
  position: absolute;
}
.panel.callus > .fa {
  top: 1rem;
  left: 1rem;
  font-size: 2.25rem;
}
.panel.callus > img {
  top: 0.125rem;
  left: 0;
}
.panel.cookies {
  z-index: 99;
  position: fixed;
  margin: 0;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 63.9375em) {
  .panel.cookies {
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .panel.cookies {
    bottom: 0.75rem;
    right: 0.75rem;
    width: 18rem;
  }
}
.panel.fill {
  padding: 0.75rem;
}
.offer {
  padding: 0;
  background-size: cover;
}
.map .offer {
  max-width: 16rem;
}
.offer a {
  text-decoration: none;
}
.offer .lnk {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.offer .head {
  position: relative;
  height: 15rem;
  overflow: hidden;
}
.offer .head.s {
  height: 30rem;
}
.offer .head .fav {
  margin: 0.5rem 0.5rem 0 0;
  width: 2.25rem;
}
.offer .head .dsr {
  background: #939598;
}
.offer .head .dsr::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/logo-bw.png);
  background-size: 50%;
  opacity: 0.1;
}
.offer .head .dsr-txt {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  margin: 6.5rem 0 0 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 1px #000;
  color: #fff;
}
.offer .head .dsr-txt > span {
  display: block;
  font-style: normal;
  text-transform: none;
}
.offer .body {
  display: table;
  padding: 0.75rem 0.75rem 0 0.75rem;
  width: 100%;
}
.offer .body .ttl {
  display: table-row;
  margin-bottom: 0.375rem;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: normal;
}
.offer .body .ttl .fa {
  z-index: 2;
}
.offer .body .cll {
  display: table-cell;
  vertical-align: middle;
}
.offer .body .cll .loc {
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  color: #939598;
}
.offer .body .cll .loc .fa {
  z-index: 2;
  position: relative;
  font-size: 1.25rem;
  color: #f43b21;
}
.offer .body .cll .lst b {
  margin-left: 0.25rem;
}
.offer .body .cll .lst i {
  margin-right: 0.25rem;
  font-style: normal;
}
.offer .foot {
  padding: 0.75rem;
}
.offer .foot .prc {
  margin: 0 0 0.375rem 0;
  font-weight: bold;
  font-size: 1.375rem;
}
.offer .foot .button {
  z-index: 2;
  position: relative;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  z-index: 8;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -1.25rem;
  padding: 0;
  font: 0/0 FontAwesome;
  text-align: center;
  text-indent: -2000em;
  color: #fff;
  background: transparent;
  border: none;
  border-radius: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  cursor: pointer;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}
.slick-prev::before,
.slick-next::before {
  display: block;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-indent: 0;
}
.slick-prev {
  left: 0.5rem;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev::before {
  content: "\f060";
}
[dir="rtl"] .slick-prev::before {
  content: "\f060";
}
.slick-next {
  right: 0.5rem;
}
[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}
.slick-next::before {
  content: "\f061";
}
[dir="rtl"] .slick-next::before {
  content: "\f061";
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  opacity: 1;
}
.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::before {
  color: #000;
  opacity: 0.75;
}
.head .slider-embed {
  height: 100%;
}
.head .slider-embed div {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.slider-for-1 {
  width: 100%;
  height: 100%;
}
.slider-for-1 div {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.content-right .slider-nav-2 .item {
  height: 72px;
  background-size: cover;
  background-position: center;
}
.slider-multiple-1,
.slider-multiple-1-small,
.slider-multiple-2,
.slider-multiple-3,
.slider-multiple-3a,
.slider-multiple-4 {
  margin: 0 -0.75rem;
}
.slider-multiple-1 .item,
.slider-multiple-1-small .item,
.slider-multiple-2 .item,
.slider-multiple-3 .item,
.slider-multiple-3a .item,
.slider-multiple-4 .item {
  position: relative;
  padding: 0 0.75rem;
}
.slider-multiple-1 .slick-prev,
.slider-multiple-1 .slick-next,
.slider-multiple-1-small .slick-prev,
.slider-multiple-1-small .slick-next,
.slider-multiple-2 .slick-prev,
.slider-multiple-2 .slick-next,
.slider-multiple-3 .slick-prev,
.slider-multiple-3 .slick-next,
.slider-multiple-3a .slick-prev,
.slider-multiple-3a .slick-next,
.slider-multiple-4 .slick-prev,
.slider-multiple-4 .slick-next {
  margin-top: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  color: #939598;
  background: #fff;
  border: solid 2px #939598;
  border-radius: 20px;
  text-shadow: none;
}
.slider-multiple-1 .slick-prev:hover,
.slider-multiple-1 .slick-next:hover,
.slider-multiple-1-small .slick-prev:hover,
.slider-multiple-1-small .slick-next:hover,
.slider-multiple-2 .slick-prev:hover,
.slider-multiple-2 .slick-next:hover,
.slider-multiple-3 .slick-prev:hover,
.slider-multiple-3 .slick-next:hover,
.slider-multiple-3a .slick-prev:hover,
.slider-multiple-3a .slick-next:hover,
.slider-multiple-4 .slick-prev:hover,
.slider-multiple-4 .slick-next:hover {
  color: #fff;
  background: #939598;
  border-color: #939598;
}
.slider-multiple-1 .slick-prev:focus,
.slider-multiple-1 .slick-next:focus,
.slider-multiple-1-small .slick-prev:focus,
.slider-multiple-1-small .slick-next:focus,
.slider-multiple-2 .slick-prev:focus,
.slider-multiple-2 .slick-next:focus,
.slider-multiple-3 .slick-prev:focus,
.slider-multiple-3 .slick-next:focus,
.slider-multiple-3a .slick-prev:focus,
.slider-multiple-3a .slick-next:focus,
.slider-multiple-4 .slick-prev:focus,
.slider-multiple-4 .slick-next:focus {
  color: #939598;
  background: #fff;
}
.slider-multiple-1 .slick-prev::before,
.slider-multiple-1 .slick-prev::after,
.slider-multiple-1 .slick-next::before,
.slider-multiple-1 .slick-next::after,
.slider-multiple-1-small .slick-prev::before,
.slider-multiple-1-small .slick-prev::after,
.slider-multiple-1-small .slick-next::before,
.slider-multiple-1-small .slick-next::after,
.slider-multiple-2 .slick-prev::before,
.slider-multiple-2 .slick-prev::after,
.slider-multiple-2 .slick-next::before,
.slider-multiple-2 .slick-next::after,
.slider-multiple-3 .slick-prev::before,
.slider-multiple-3 .slick-prev::after,
.slider-multiple-3 .slick-next::before,
.slider-multiple-3 .slick-next::after,
.slider-multiple-3a .slick-prev::before,
.slider-multiple-3a .slick-prev::after,
.slider-multiple-3a .slick-next::before,
.slider-multiple-3a .slick-next::after,
.slider-multiple-4 .slick-prev::before,
.slider-multiple-4 .slick-prev::after,
.slider-multiple-4 .slick-next::before,
.slider-multiple-4 .slick-next::after {
  font-size: 1.25rem;
  line-height: 2rem;
}
@media screen and (max-width: 63.9375em) {
  .slider-multiple-1 .slick-prev,
  .slider-multiple-1-small .slick-prev,
  .slider-multiple-2 .slick-prev,
  .slider-multiple-3 .slick-prev,
  .slider-multiple-3a .slick-prev,
  .slider-multiple-4 .slick-prev {
    left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .slider-multiple-1 .slick-prev,
  .slider-multiple-1-small .slick-prev,
  .slider-multiple-2 .slick-prev,
  .slider-multiple-3 .slick-prev,
  .slider-multiple-3a .slick-prev,
  .slider-multiple-4 .slick-prev {
    left: -2.5rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .slider-multiple-1 .slick-next,
  .slider-multiple-1-small .slick-next,
  .slider-multiple-2 .slick-next,
  .slider-multiple-3 .slick-next,
  .slider-multiple-3a .slick-next,
  .slider-multiple-4 .slick-next {
    right: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .slider-multiple-1 .slick-next,
  .slider-multiple-1-small .slick-next,
  .slider-multiple-2 .slick-next,
  .slider-multiple-3 .slick-next,
  .slider-multiple-3a .slick-next,
  .slider-multiple-4 .slick-next {
    right: -2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .slider-multiple-2 .item {
    display: inline-block;
    margin: 0 -3px;
    width: 25%;
    vertical-align: top;
  }
}
.slider-multiple-3,
.slider-multiple-3a {
  margin-bottom: 1.5rem;
}
.slider-multiple-3 a.item,
.slider-multiple-3a a.item {
  display: block;
  margin: 0 0.75rem;
  height: 22.25rem;
  background-position: center;
  background-size: cover;
}
.slider-nav-1 {
  z-index: 2;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  padding: 1.5rem 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 63.9375em) {
  .slider-nav-1 {
    display: none;
  }
}
.slider-nav-1 img {
  height: 6rem;
}
.slider-nav-2 {
  margin: 0.25rem -0.125rem 0.25rem -0.125rem;
}
@media screen and (max-width: 35.4375em) {
  .slider-nav-2 {
    display: none;
  }
}
.slider-nav-2 .item {
  margin: 0 0.125rem;
}
.slider-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slider-play div,
.slider-play .item {
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.mini .slider-play div,
.mini .slider-play .item {
  background-position: center;
}
.footer {
  color: #fff;
  background: #00c1f3;
}
.footer a {
  color: #fff;
}
.footer img {
  max-width: 17.5rem;
}
@media screen and (max-width: 63.9375em) {
  .promo {
    margin: 0.75rem;
  }
}
@media screen and (max-width: 63.9375em) and (orientation: portrait) {
  .promo {
    background: rgba(255, 255, 255, 0.925);
  }
}
@media print, screen and (min-width: 64em) {
  .promo {
    margin: 1.5rem;
  }
}
.promo .dropdown-pane {
  width: 30rem;
}
@media screen and (max-width: 35.4375em) {
  .promo .dropdown-pane {
    width: 15rem;
  }
}
@media screen and (min-width: 35.5em) and (max-width: 63.9375em) {
  .promo .dropdown-pane {
    width: 21rem;
  }
}
@media print, screen and (min-width: 64em) {
  .promo .scroll {
    margin-bottom: 0.75rem;
    padding-right: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .slider-multiple-1 .promo .scroll {
    height: 275px;
    overflow: auto;
  }
}
.promo-1 svg {
  margin: 0.75rem auto;
  width: 60%;
  fill: #f43b21;
}
.promo-1 b {
  display: block;
}
@media print, screen and (min-width: 35.5em) {
  .promo-1 b {
    height: 7.5rem;
  }
}
.promo-7 {
  background: linear-gradient(#cfd1d2, #fff);
}
@media print, screen and (min-width: 64em) {
  .promo-7 {
    height: calc(100vh - 143px);
    background-position: center top;
    background-size: cover;
  }
}
@media screen and (max-width: 63.9375em) {
  .promo-7 .grid-container,
  .promo-7 .grid-y,
  .promo-7 .grid-x {
    z-index: 2;
    position: relative;
  }
}
@media print, screen and (min-width: 64em) {
  .promo-7 .grid-container,
  .promo-7 .grid-y,
  .promo-7 .grid-x {
    height: 100%;
  }
}
.promo-7 .grid-container .panel,
.promo-7 .grid-y .panel,
.promo-7 .grid-x .panel {
  border-radius: 20px;
}
.landing-banner {
  position: relative;
  text-align: center;
  margin: 0;
  height: 83vh;
}
@media print, screen and (min-width: 64em) {
  .landing-banner {
    height: 78vh;
  }
}
@media screen and (min-width: 90em) {
  .landing-banner {
    height: 85vh;
  }
}
.landing-banner > .grid-x {
  height: 100%;
}
.landing-banner > .grid-x > .cell {
  position: relative;
  background-position: center;
  background-size: cover;
  border: solid 4px #fff;
  border-radius: 20px;
}
.landing-banner > .grid-x > .cell > .button {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -1.5rem auto 0 auto;
  border: solid 2px #fff;
}
@media print, screen and (min-width: 64em) {
  .landing-banner > .grid-x > .cell > .button {
    width: 13rem;
  }
}
@media print, screen and (min-width: 35.5em) {
  .landing-pib-image {
    float: left;
    margin-right: 1rem;
    width: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .landing-pib-image {
    margin-bottom: 3rem;
    width: 500px;
  }
}
.block {
  display: block;
  width: 100%;
}
.fixed {
  z-index: 6;
  position: fixed;
}
.fixed.top {
  top: 0;
}
.fixed.right {
  right: 0;
}
.fixed.bottom {
  bottom: 0;
}
.fixed.left {
  left: 0;
}
.reveal .fixed {
  padding: 0.75rem;
}
@media print, screen and (min-width: 35.5em) {
  .h100 {
    height: 100%;
  }
  .h100 > .grid-y {
    height: 100%;
  }
}
@media print, screen and (min-width: 35.5em) {
  .h24 {
    height: 24rem;
  }
  .h24 > .grid-y {
    height: 100%;
  }
}
@media print, screen and (min-width: 35.5em) {
  .h32 {
    height: 32rem;
  }
  .h32 > .grid-y {
    height: 100%;
  }
}
.h15 {
  height: 15rem;
}
.h3 {
  line-height: 3rem;
}
.mute {
  margin-bottom: 0;
}
.button-group .mute {
  margin-bottom: 0;
}
.nopic {
  background: #939598;
}
.nopic::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/logo-bw.png);
  background-size: 50%;
  opacity: 0.1;
}
.nopic > b {
  position: absolute;
  top: 48%;
  width: 100%;
  text-transform: uppercase;
  text-shadow: 0 0 1px #000;
  text-align: center;
  color: #fff;
}
.inline {
  display: inline;
}
.inline.middle {
  vertical-align: middle;
}
.quote {
  font-weight: bold;
  font-style: italic;
}
.quote::before {
  content: "\201E";
}
.quote::after {
  content: "\201C";
}
@media screen and (max-width: 35.4375em) {
  .p {
    padding-bottom: 0.75rem;
  }
}
@media print, screen and (min-width: 35.5em) {
  .p {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .tmb {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 35.4375em) {
  .small-block {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 35.4375em) {
  .small-mute {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 35.4375em) {
  .small-pushin {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 35.4375em) {
  .small-pushin-double {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.small-text-center {
  text-align: center;
}
@media screen and (max-width: 35.4375em) {
  .small-text-right {
    text-align: right;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-mute {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 35.5em) {
  .medium-text-right {
    text-align: right;
  }
}
@media print, screen and (min-width: 64em) {
  .large-float-left {
    float: left;
  }
}
@media print, screen and (min-width: 64em) {
  .large-mute {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-center {
    text-align: center;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-right {
    text-align: right;
  }
}
.primary,
.border.primary.button:hover,
.secondary,
.border.secondary.button:hover,
.success,
.border.success.button:hover,
.alert,
.border.alert.button:hover,
.band {
  color: #fff;
}
.primary a,
.border.primary.button:hover a,
.secondary a,
.border.secondary.button:hover a,
.success a,
.border.success.button:hover a,
.alert a,
.border.alert.button:hover a,
.band a {
  color: #fff;
}
.primary.callout,
.callout.border.primary.button:hover,
.secondary.callout,
.callout.border.secondary.button:hover,
.success.callout,
.callout.border.success.button:hover,
.alert.callout,
.callout.border.alert.button:hover,
.callout.band {
  color: #fff;
  border: none;
}
.primary,
.border.primary.button:hover {
  background-color: #00c1f3;
}
.primary:focus,
.border.primary.button:focus:hover {
  background-color: #00c1f3 !important;
}
.secondary,
.border.secondary.button:hover {
  background-color: #152862;
}
.success,
.border.success.button:hover {
  background-color: #50d8b4;
}
.warning,
.header,
.border.warning.button:hover {
  background-color: #ffcd03;
}
.warninger {
  background-color: #fff5cd;
}
.warningest {
  background-color: #fffae6;
}
.alert,
.border.alert.button:hover,
.band {
  background-color: #f43b21;
}
.alerter {
  background-color: #fdd8d3;
}
.alertest {
  background-color: #feebe9;
}
.light,
.border.light.button:hover,
.list-zebra-off li {
  background-color: #cfd1d2;
}
.lighter,
.reveal ::-webkit-scrollbar-track-piece,
.off-canvas-wrapper ::-webkit-scrollbar-track-piece,
figure figcaption,
.list-zebra > li:nth-child(odd) {
  background-color: #e2e3e4;
}
.lightest,
.grid-container.light,
.grid-container.border.light.button:hover,
.list-zebra-off li.grid-container,
.grid-container.light::before,
.grid-container.border.light.button:hover::before,
.list-zebra-off li.grid-container::before,
.mini .header-banner,
.header-banner-list::before,
.header-banner-btn .btn,
.border.light.fill,
.border.fill.light.button:hover,
.list-zebra-off li.border.fill,
 
table.compare thead td,
.list-block.set li:hover {
  background-color: #f3f4f4;
}
.medigr {
  background-color: #939598;
}
.medigr.button:hover {
  background-color: #848689;
}
.dark,
.border.dark.button:hover {
  background-color: #1c1d38;
}
.white,
.header-mini .mnu-bar > i,
.shadow,
.input-group {
  background-color: #fff;
}
.white.trans,
.header-mini .mnu-bar > i.trans,
.trans.shadow,
.trans.input-group {
  background-color: rgba(255, 255, 255, 0.8);
}
.white.button.bottom,
.header-mini .mnu-bar > i.button.bottom,
.button.bottom.shadow,
.button.bottom.input-group {
  color: #fff;
}
.white.button.bottom:hover,
.header-mini .mnu-bar > i.button.bottom:hover,
.button.bottom.shadow:hover,
.button.bottom.input-group:hover {
  color: #939598;
  background-color: #e6e6e6;
}
.white.button:hover,
.header-mini .mnu-bar > i.button:hover,
.button.shadow:hover,
.button.input-group:hover {
  background-color: #e6e6e6;
}
.black,
.border.black.button:hover {
  background-color: #000;
}
.transparent,
.border,
.border.button,
.invert.button:hover,
.list-zebra-line li {
  background-color: transparent;
}
.shadow,
.input-group {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.border {
  border: solid 1px;
}
.border.primary,
.border.primary.button:hover {
  border-color: #00c1f3;
}
.border.primary.higlight,
.border.higlight.primary.button:hover {
  background-color: #7ae4ff;
}
.border.primary.dashed,
.border.dashed.primary.button:hover {
  border-style: dashed;
}
.border.secondary,
.border.secondary.button:hover {
  border-color: #152862;
}
.border.success,
.border.success.button:hover {
  border-color: #50d8b4;
}
.border.warning,
.border.header,
.border.warning.button:hover {
  border-color: #ffcd03;
}
.border.alert,
.border.alert.button:hover,
.border.band {
  border-color: #f43b21;
}
.border.light,
.border.light.button:hover,
.list-zebra-off li.border {
  border-color: #cfd1d2;
}
.border.light.fill-white,
.border.fill-white.light.button:hover,
.list-zebra-off li.border.fill-white {
  background: #fff;
}
.border.medigr {
  border-color: #939598;
}
.border.medigr.button {
  color: #939598;
}
.border.medigr.button:hover {
  background-color: rgba(147, 149, 152, 0.25);
}
.border.medigr.fill {
  background-color: #fff;
}
.border.dark,
.border.dark.button:hover {
  border-color: #1c1d38;
}
.border.white,
.header-mini .mnu-bar > i.border,
.border.shadow,
.border.input-group {
  border-color: #fff;
}
.border.white.button:hover,
.header-mini .mnu-bar > i.border.button:hover,
.border.button.shadow:hover,
.border.button.input-group:hover {
  color: initial;
  background: #fff;
}
.border.black,
.border.black.button:hover {
  border-color: #000;
}
.border-bold {
  border-width: 2px;
}
.invert.button:hover.primary {
  box-shadow: inset 0 0 0 1px #00c1f3;
}
.invert.button:hover.success {
  box-shadow: inset 0 0 0 1px #50d8b4;
}
.invert.button:hover.warning,
.invert.button.header:hover {
  box-shadow: inset 0 0 0 1px #ffcd03;
}
.invert.button:hover.warning .st0,
.invert.button.header:hover .st0 {
  fill: #ffcd03;
}
.invert.button:hover.alert,
.invert.button.band:hover {
  box-shadow: inset 0 0 0 1px #f43b21;
}
.invert.button:hover.medigr {
  color: #939598;
  box-shadow: inset 0 0 0 1px #939598;
}
.color-primary,
.border.primary,
.border.primary.button:hover,
.invert.button.primary:hover,
.list-check.check-primary li:before,
.avatar .fa-shield {
  color: #00c1f3;
}
.color-primary-dark {
  color: #00617a;
}
.color-secondary,
.border.secondary,
.border.secondary.button:hover,
.list-check.check-secondary li:before {
  color: #152862;
}
.color-success,
.border.success,
.border.success.button:hover,
.invert.button.success:hover {
  color: #50d8b4;
}
.color-warning,
.border.warning,
.border.header,
.border.warning.button:hover,
.invert.button.warning:hover,
.invert.button.header:hover,
.list-check.check-warning li:before,
.avatar .fa-trophy {
  color: #ffcd03;
}
.color-alert,
.border.alert,
.border.alert.button:hover,
.border.band,
.invert.button.alert:hover,
.invert.button.band:hover,
.avatar .fa-star {
  color: #f43b21;
}
.color-light {
  color: #cfd1d2;
}
.color-medium,
.list-check.check-medium li:before {
  color: #939598;
}
.color-medium-all *,
.color-medium-all a:focus {
  color: #939598;
  outline: none;
}
.color-medium-all a:hover {
  color: #000;
}
.color-medium-2,
.white.button,
.header-mini .mnu-bar > i.button,
.button.shadow,
.button.input-group,
.border.light.button,
.border.button.light:hover,
.list-zebra-off li.border.button {
  color: #6d7073;
}
.color-dark,
.border.dark,
.border.dark.button:hover {
  color: #1c1d38;
}
.color-white,
.label.primary,
.label.secondary,
.label.success,
.label.alert,
.label.band,
.label.warning,
.label.header,
.pagination li a:hover,
.border.primary.button:hover,
.border.secondary.button:hover,
.border.success.button:hover,
.border.warning.button:hover,
.border.button.header:hover,
.border.alert.button:hover,
.border.button.band:hover,
.border.white,
.header-mini .mnu-bar > i.border,
.border.shadow,
.border.input-group,
.band {
  color: #fff;
}
.color-white.sha,
.sha.label.primary,
.sha.label.secondary,
.sha.label.success,
.sha.label.alert,
.sha.label.warning,
.sha.label.header,
.pagination li a.sha:hover,
.sha.border.primary.button:hover,
.sha.border.secondary.button:hover,
.sha.border.success.button:hover,
.sha.border.warning.button:hover,
.sha.border.button.header:hover,
.sha.border.alert.button:hover,
.sha.border.button.band:hover,
.sha.border.white,
.header-mini .mnu-bar > i.sha.border,
.sha.border.shadow,
.sha.border.input-group,
.sha.band {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.325), 0 0 5px rgba(0, 0, 0, 0.15);
}
.color-black,
.border.black,
.border.black.button:hover {
  color: #000;
}
.color-black-all *,
.color-black-all a:focus {
  color: #000;
  outline: none;
}
.color-black-all a:hover {
  color: #000;
}
.font-light,
.button small,
.offer .head .dsr-txt > span,
.offer .body .cll .lst i,
.list-zebra > li i {
  font-family: GloberLight;
}
.font-regular {
  font-weight: normal !important;
}
.font-semibold,
.badge,
.offer .body .cll .lst b {
  font-family: GloberSemiBold;
}
.font-bold {
  font-weight: bold;
  font-family: GloberBold;
}
.font-heavy,
.label.circle {
  font-family: GloberHeavy;
}
.font-black,
.header-menu > ul > li > a,
.offer .head .dsr-txt,
.nopic > b,
.band {
  font-family: GloberBlack;
}
.font-italic {
  font-style: italic;
}
.font-underline {
  text-decoration: underline;
}
.font-u0,
.font-underlineoff {
  text-decoration: none;
}
.font-dotted {
  border-bottom: dotted 1px;
}
.font-nowrap {
  white-space: nowrap;
}
.font-lowercase {
  text-transform: lowercase;
}
.font-uppercase {
  text-transform: uppercase;
}
.font-shadow {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.font-xxxsmall {
  font-size: 0.625rem;
}
.font-xxsmall {
  font-size: 0.725rem;
}
.font-xsmall,
.badge,
.header-util li a {
  font-size: 0.785rem;
}
.font-small,
.offer .head .dsr-txt > span,
.offer .body .cll .loc,
.offer .body .cll .lst,
select.small,
select.min,
.list-zebra-line {
  font-size: 0.875rem;
}
.font-normal,
.dropdown.menu > li .menu,
.off-canvas ul li,
.header-menu > ul > li > a,
.input-group-field,
.list-zebra > li {
  font-size: 0.925rem;
}
.font-medium {
  font-size: 1rem;
}
.font-large,
.band {
  font-size: 1.25rem;
}
.font-xlarge,
.offer .head .dsr-txt,
.nopic > b {
  font-size: 1.5rem;
}
.font-xxlarge {
  font-size: 1.75rem;
}
.font-xxxlarge {
  font-size: 2.25rem;
}
.small-font-xxxsmall {
  font-size: 0.675rem;
}
.small-font-xxsmall {
  font-size: 0.725rem;
}
.small-font-xsmall {
  font-size: 0.785rem;
}
.small-font-small {
  font-size: 0.875rem;
}
.small-font-normal {
  font-size: 0.925rem;
}
.small-font-medium {
  font-size: 1rem;
}
.small-font-large {
  font-size: 1.25rem;
}
.small-font-xlarge {
  font-size: 1.5rem;
}
.small-font-xxlarge {
  font-size: 1.75rem;
}
.small-font-xxxlarge {
  font-size: 2.25rem;
}
@media print, screen and (min-width: 35.5em) {
  .medium-font-xxxsmall {
    font-size: 0.675rem;
  }
  .medium-font-xxsmall {
    font-size: 0.725rem;
  }
  .medium-font-xsmall {
    font-size: 0.785rem;
  }
  .medium-font-small {
    font-size: 0.875rem;
  }
  .medium-font-normal {
    font-size: 0.925rem;
  }
  .medium-font-medium {
    font-size: 1rem;
  }
  .medium-font-large {
    font-size: 1.25rem;
  }
  .medium-font-xlarge {
    font-size: 1.5rem;
  }
  .medium-font-xxlarge {
    font-size: 1.75rem;
  }
  .medium-font-xxxlarge {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .large-font-xxxsmall {
    font-size: 0.675rem;
  }
  .large-font-xxsmall {
    font-size: 0.725rem;
  }
  .large-font-xsmall {
    font-size: 0.785rem;
  }
  .large-font-small {
    font-size: 0.875rem;
  }
  .large-font-normal {
    font-size: 0.925rem;
  }
  .large-font-medium {
    font-size: 1rem;
  }
  .large-font-large {
    font-size: 1.25rem;
  }
  .large-font-xlarge {
    font-size: 1.5rem;
  }
  .large-font-xxlarge {
    font-size: 1.75rem;
  }
  .large-font-xxxlarge {
    font-size: 2.25rem;
  }
}
 .SumoSelect {
  display: inline-block;
  position: relative;
  margin: 0 0 1.5rem 0;
  width: 100%;
  outline: none;
}
.SumoSelect > .CaptionCont {
  position: relative;
  margin: 0;
  padding: 0.475rem 1rem;
  font-size: 1rem;
  line-height: 1.8rem;
  color: #939598;
  background: #fff;
  border: solid 1px #939598;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.SelectClass, .SumoSelect.open .search-txt, .SumoUnder {
  position: absolute!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: 3.1rem;
  left: 0;
  border: 1px solid #939598;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.SumoSelect > .CaptionCont > label {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2rem;
}
.SumoSelect > .CaptionCont > label > i {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  margin: -50% 0 0 0;
  height: 50%;
}
.SumoSelect > .CaptionCont > label > i::after {
  content: "\f063";
  font: 1rem/2rem FontAwesome;
  color: #939598;
}
 .SumoSelect > .optWrapper {
 
  color: #939598;
  background: #fff;
  border: 1px solid #939598;
  border-radius: 20px;
  box-sizing: border-box;
  transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
}  
.SumoSelect > .optWrapper  {
  top: 97px!important;
  visibility: visible;
  opacity: 1;
  z-index: 99;
}  

 
.SumoSelect.open .search-txt {
  z-index: 2;
  box-sizing: border-box!important;
  border-radius: 20px!important;
}

@media screen and (max-width: 63.9375em) {
 
}
 .SumoSelect > .optWrapper > .options {
  margin: 0;
  max-height: 12.5rem;
  overflow: auto;
  list-style: none;
}
.SumoSelect > .optWrapper > .options > li {
  position: relative;
  padding: 0.5rem 0 0.5rem 2.5rem;
  border-bottom: 1px solid #cfd1d2;
}
.SumoSelect > .optWrapper > .options > li:last-child {
  border-bottom: none;
}
.SumoSelect > .optWrapper > .options > li.disabled {
  background-color: inherit;
  pointer-events: none;
}
.SumoSelect > .optWrapper > .options > li.disabled * {
  opacity: 0.5;
}
.SumoSelect > .optWrapper > .options > li label {
  font-size: 0.88rem !important;
  line-height: 1.5rem !important;
  color: #000;
  white-space: nowrap;
  cursor: pointer;
}
.SumoSelect > .optWrapper > .MultiControls {
  padding: 0.5rem 1rem;
  border-top: 1px solid #cfd1d2;
}
.SumoSelect>.CaptionCont>span.placeholder{
  font-style: unset;
}

.SumoSelect > .optWrapper > .MultiControls > p {
  display: inline-block;
  margin: 0;
  padding: 0.4rem 1rem;
  font-weight: bold;
  font-size: 0.785rem;
  text-transform: uppercase;
  color: #fff;
  border-radius: 20px!important;
  cursor: pointer;
}
.SumoSelect>.optWrapper.multiple>.MultiControls>p{
  width: 48%;
}
.SumoSelect>.CaptionCont>label>i {
  background-image: unset;}
.SumoSelect > .optWrapper > .MultiControls > p:hover {
  box-shadow: inset 0 -1px 0 #939598;
}
.SumoSelect > .optWrapper > .MultiControls > p:active {
  padding: 0.425rem 0.975rem 0.375rem 1.025rem;
}
.SumoSelect > .optWrapper > .MultiControls > p.btnOk {
  background: #ffcd03;
}

 

.SumoSelect > .optWrapper > .MultiControls > p.btnCancel {
  float: right;
  background: #f43b21;
}
.SumoSelect.disabled {
  opacity: 1;
  cursor: not-allowed;
}
.SumoSelect .select-all {
  position: relative;
  margin: 0;
  padding: 0.5rem 0 0.5rem 2.5rem;
  border-bottom: 1px solid #939598;
}
.SumoSelect .select-all > label {
  color: #000 !important;
  font-size: 0.875rem !important;
  line-height: 1.5rem !important;
} */
.checkbox,
.SumoSelect > .optWrapper > .options > li span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 1.2rem;
  left: 0.5rem;
}
.checkbox-selected,
.SumoSelect > .optWrapper > .options > li.selected span i,
.SumoSelect .select-all.selected > span i,
.checkbox-partial,
.SumoSelect .select-all.partial > span i {
  box-shadow: none;
  border-color: transparent;
  background-color: #000;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}
.checkbox-selected,
.SumoSelect > .optWrapper > .options > li.selected span i,
.SumoSelect .select-all.selected > span i {
  background-color: #000;
}
.checkbox-partial,
.SumoSelect .select-all.partial > span i {
  background-color: #939598;
}
.checkbox i,
.SumoSelect > .optWrapper > .options > li span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #939598;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  cursor: pointer;
}

.SumoSelect .select-all.partial>span i, .SumoSelect .select-all.selected>span i, .SumoSelect>.optWrapper.multiple>.options li.opt.selected span i{
  background-color: #50d8b4;
}


.SumoSelect .select-all>span i, .SumoSelect>.optWrapper.multiple>.options li.opt span i {
  margin-left:12px;
}
.reveal ::-webkit-scrollbar,
.off-canvas-wrapper ::-webkit-scrollbar {
  width: 0.5rem;
}
.reveal ::-webkit-scrollbar-button,
.off-canvas-wrapper ::-webkit-scrollbar-button {
  display: none;
}
.reveal ::-webkit-scrollbar-track-piece,
.off-canvas-wrapper ::-webkit-scrollbar-track-piece {
  margin: 0;
  border: 0;
}
.reveal ::-webkit-scrollbar-thumb,
.off-canvas-wrapper ::-webkit-scrollbar-thumb {
  background: #939598;
}
.reveal ::-webkit-scrollbar-thumb:hover,
.off-canvas-wrapper ::-webkit-scrollbar-thumb:hover {
  background: #848689;
}
a > u {
  text-decoration: none;
  border-bottom: solid 1px;
}
a.color-success:hover,
a.border.success:hover,
a.border.success.button:hover,
a.invert.button.success:hover,
a.color-success:focus,
a.border.success:focus,
a.border.success.button:focus:hover,
a.invert.button.success:focus:hover {
  color: #28b690;
}
figure {
  margin-bottom: 1.5rem;
}
figure figcaption {
  padding: 0.75rem;
  text-align: center;
}
hr {
  border-color: #939598;
}
hr.quarter {
  width: 25%;
}
hr.half {
  width: 50%;
}
hr.fit {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
hr.light,
hr.border.light.button:hover {
  border-color: #cfd1d2;
}
hr.v {
  margin-top: 0;
}
.reveal-filter label {
  margin-bottom: 0.25rem;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #cfd1d2;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #cfd1d2;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0;
  vertical-align: middle;
}
input.arrow {
  background-image: url(../img/fa-arrow-down.png);
  background-position: 96% 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}
select {
  line-height: initial;
  color: #6d7073;
  background-image: url(../img/fa-arrow-down.png);
  background-position: 96% 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  background-origin: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select:focus {
  color: #000;
}
select.small {
  padding: 0 0.5rem;
  height: 2rem;
}
select.min {
  margin-bottom: 0;
  padding: 0 1.75rem 0 0.25rem;
  max-width: 4rem;
  height: 1.5rem;
  vertical-align: middle;
  background-position: 90% 50%;
  background-size: 10px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Glober, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: inherit;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}
.h1 {
  font-size: 28;
}
@media print, screen and (min-width: 35.5em) {
  .h1 {
    font-size: 32;
  }
}
@media print, screen and (min-width: 64em) {
  .h1 {
    font-size: 48;
  }
}
.h2 {
  font-size: 24;
}
@media print, screen and (min-width: 35.5em) {
  .h2 {
    font-size: 28;
  }
}
@media print, screen and (min-width: 64em) {
  .h2 {
    font-size: 40;
  }
}
.h3 {
  font-size: 19;
}
@media print, screen and (min-width: 35.5em) {
  .h3 {
    font-size: 24;
  }
}
@media print, screen and (min-width: 64em) {
  .h3 {
    font-size: 31;
  }
}
.h4 {
  font-size: 18;
}
@media print, screen and (min-width: 35.5em) {
  .h4 {
    font-size: 19;
  }
}
@media print, screen and (min-width: 64em) {
  .h4 {
    font-size: 25;
  }
}
.h5 {
  font-size: 17;
}
@media print, screen and (min-width: 35.5em) {
  .h5 {
    font-size: 18;
  }
}
@media print, screen and (min-width: 64em) {
  .h5 {
    font-size: 20;
  }
}
.h6 {
  font-size: 16;
}
@media print, screen and (min-width: 35.5em) {
  .h6 {
    font-size: 16;
  }
}
@media print, screen and (min-width: 64em) {
  .h6 {
    font-size: 16;
  }
}
.input-group {
  margin-left: auto;
  margin-right: auto;
  max-width: 20rem;
  border-radius: 20px;
}
.promo .input-group {
  margin: 0;
  max-width: 100%;
  box-shadow: 0 0 0 1px #cfd1d2;
}
@media screen and (max-width: 63.9375em) {
  .promo .input-group {
    box-shadow: none;
  }
}
.input-group-field {
  height: 2.5rem;
  border: none;
  box-shadow: none;
}
.input-group-field:focus {
  border: none;
  box-shadow: none;
}
.promo .input-group-field {
  box-shadow: none;
}
@media screen and (max-width: 63.9375em) {
  .promo .input-group-field {
    margin-bottom: 0.375rem;
    box-shadow: inset 0 0 0 1px #cfd1d2;
    border-radius: 20px !important;
  }
}
.input-group-button .button {
  padding-right: 0;
  padding-left: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-weight: normal;
  text-align: center;
  border-radius: 20px;
}
.promo .input-group-button .button {
  padding: 0 1rem;
  width: auto;
}
@media screen and (max-width: 63.9375em) {
  .promo .input-group-button {
    display: block;
  }
}
.pretty-check {
  margin-bottom: 0.75rem;
}
.pretty-check > span {
  position: relative;
}
.pretty-check > span::before {
  content: "\f00c";
  display: inline-block;
  margin: 0 0.2rem 0 0;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  font: 0.825rem FontAwesome;
  text-align: center;
  vertical-align: text-bottom;
  color: rgba(255, 255, 255, 0);
  background: #fff;
  border-radius: 4px;
  border: solid 1px #939598;
  cursor: pointer;
}
.pretty-check > input[type="checkbox"] {
  display: none !important;
}
.pretty-check > input[type="checkbox"]:checked + span::before {
  color: #000;
}
.pretty-check.mute {
  margin-bottom: 0;
}
@media screen and (max-width: 35.4375em) {
  table.compare {
    display: block;
    overflow-x: auto;
    border-radius: 0;
  }
}
.sticky table.compare {
  margin: 0;
}
table.compare thead td {
  font-size: 0.725rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.725rem;
}
@media print, screen and (min-width: 64em) {
  table.compare thead td {
    font-size: 0.825rem;
  }
}
table.compare thead td:nth-child(2) {
  background-color: #fff5cd;
}
@media print, screen and (min-width: 64em) {
  table.compare thead td:nth-child(2) img {
    width: 53%;
  }
}
table.compare tbody td {
  text-align: center;
}
@media screen and (max-width: 63.9375em) {
  table.compare tbody td {
    font-size: 0.725rem;
  }
}
@media print, screen and (min-width: 64em) {
  table.compare tbody td {
    font-size: 0.875rem;
  }
}
table.compare tbody td:nth-child(2) {
  background-color: #fff5cd;
}
table.compare tbody tr:nth-child(odd) td:nth-child(2) {
  background-color: #fffae6;
}
table.compare td:nth-child(1) {
  font-weight: bold;
  text-align: left;
}
table.compare td:nth-child(1),
table.compare td:nth-child(2) {
  width: 30%;
}
table.compare td:nth-child(3),
table.compare td:nth-child(4) {
  width: 15%;
}
table tr.hr {
  border-top: solid 3px #939598;
}
.list-block {
  margin: 0 0 1.5rem 0;
  list-style: none;
}
.list-block > li {
  padding: 0.15rem 0;
}
.list-block > li a {
  text-decoration: none;
}
.list-block.set {
  margin: 0 -0.75rem;
}
.list-block.set li {
  margin-right: 1px;
  padding: 0.5rem 0.75rem;
  border-bottom: solid 1px #cfd1d2;
}
.list-block.set li label {
  font-size: inherit;
  cursor: pointer;
}
.list-block.set li label input {
  margin: 0;
  vertical-align: middle;
}
.list-cell {
  margin: 0 0 0.75rem 0;
  list-style: none;
}
.list-cell > li {
  display: inline-block;
  margin: 0.25rem -0.2rem 0.25rem 0;
  vertical-align: top;
}
.list-cell.x2 > li {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .list-cell.x2 > li {
    width: 50%;
  }
}
.list-cell.x3 > li {
  width: 100%;
}
@media print, screen and (min-width: 35.5em) {
  .list-cell.x3 > li {
    width: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  .list-cell.x3 > li {
    width: 33%;
  }
}
.list-cell.x4 > li {
  width: 50%;
}
@media print, screen and (min-width: 35.5em) {
  .list-cell.x4 > li {
    width: 33%;
  }
}
@media print, screen and (min-width: 64em) {
  .list-cell.x4 > li {
    width: 25%;
  }
}
.list-cell.x5 > li {
  width: 50%;
}
@media print, screen and (min-width: 35.5em) {
  .list-cell.x5 > li {
    width: 33%;
  }
}
@media print, screen and (min-width: 64em) {
  .list-cell.x5 > li {
    width: 20%;
  }
}
@media screen and (max-width: 63.9375em) and (orientation: landscape) {
  .list-cell.x6 > li {
    width: 50%;
  }
}
.list-check {
  margin: 0 0 1.5rem 0;
  list-style: none;
}
.list-check li {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}
.list-check li:before {
  content: "\f00c";
  position: absolute;
  top: 0;
  margin-left: -2rem;
  font-family: FontAwesome;
}
.list-hr li {
  border-top: solid 1px #cfd1d2;
}
.list-inline,
.list-inline-block {
  margin: 0 0 0.75rem 0;
  list-style: none;
}
.list-inline > li,
.list-inline-block > li {
  display: inline;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
}
.list-inline > li:last-child,
.list-inline-block > li:last-child {
  margin-right: 0;
}
.list-inline.wider > li,
.list-inline-block.wider > li {
  margin: 0 0.75rem;
}
.list-inline.mute,
.list-inline-block.mute {
  margin-bottom: 0;
}
.list-inline-block > li {
  display: inline-block;
}
.list-zebra {
  margin: 0 0 1.5rem 0;
  list-style: none;
}
@media print, screen and (min-width: 64em) {
  .list-zebra.mr {
    margin-right: 25rem;
  }
}
.list-zebra > li {
  padding: 0.75rem 1rem;
}
.list-zebra > li:nth-child(odd) {
  border-radius: 20px;
}
.list-zebra > li b {
  font-weight: normal;
}
.list-zebra > li i {
  font-style: normal;
}
.list-zebra-off li {
  margin: 0 0 0.25rem 0;
}
.list-zebra-line {
  margin: 0;
  padding: 0 0 0.5rem 0;
  list-style: none;
  border-bottom: solid 1px #939598;
}
.list-zebra-line li {
  margin: 0.5rem 0 0 0;
  padding: 0.5rem 0 0 0;
  border-top: solid 1px #939598;
}
.avatar {
  display: block;
  position: relative;
  width: 6.25rem;
  height: 6.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1px #cfd1d2;
  border-radius: 40px;
}
.avatar.radius {
  border-radius: 20px;
}
.offer .avatar {
  z-index: 2;
  position: absolute;
  top: 15rem;
  margin: -2rem 0.5rem -0.75rem auto;
  width: 3rem;
  height: 3rem;
  border: solid 2px #fff;
  border-radius: 20px;
}
.offer .avatar > a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  outline: none;
}
.offer .medium-cell-block-y .avatar {
  margin: 0.5rem;
}
.avatar .fa {
  position: absolute;
  bottom: -0.25rem;
  font-size: 2rem;
  text-shadow: -1px -1px 0 #fff;
}
.offer .avatar .fa {
  font-size: 1.125rem;
}
.avatar .fa-trophy {
  right: -0.3rem;
}
.avatar .fa-shield,
.avatar .fa-star {
  left: -0.3rem;
}
.band {
  z-index: 4;
  display: block;
  position: absolute;
  top: 50%;
  right: -5.25rem;
  left: -5.25rem;
  margin: -1.25rem 0 0 0;
  line-height: 2.5rem;
  letter-spacing: 1px;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(-31deg);
}
.band.r {
  transform: translateX(25%) rotate(-31deg);
}
@media screen and (max-width: 63.9375em) {
  .band.r {
    display: none;
  }
}
.band.l {
  transform: translateX(-25%) rotate(-31deg);
}
@media screen and (max-width: 63.9375em) {
  .band.l {
    display: none;
  }
}
.widget-contacts {
  margin: 0 0 1.5rem 0;
  list-style: none;
}
.widget-contacts li {
  position: relative;
  margin-bottom: 0.125rem;
  padding: 0 0 0 1.5rem;
}
.widget-contacts li i.fa {
  position: absolute;
  top: 0.325rem;
  left: 0;
}
.widget-contacts li i.fa-envelope {
  font-size: 85%;
}
.widget-loader {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 2.75rem;
  vertical-align: top;
}
.button .widget-loader {
  width: 2rem;
  height: 0;
  vertical-align: middle;
}
.widget-loader > i {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: -50% 0 0 0;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  box-shadow: inset 0 0 0 2rem #1c1d38;
  transform: scale(0, 0);
  animation: load 1s ease-out infinite;
}
.button .widget-loader > i {
  left: -25%;
}
@keyframes load {
  100% {
    transform: scale(1, 1);
    box-shadow: none;
  }
}
.map {
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 63.9375em) {
  .map {
    height: 320px;
  }
}
@media print, screen and (min-width: 64em) {
  .map {
    min-height: 640px;
  }
}
.header-banner .map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
.reveal .map {
  height: 640px;
}
.map iframe {
  position: absolute;
}
.map .pin {
  z-index: 2;
  position: absolute;
  display: inline-block;
}
.map .pin img {
  width: 1.5rem;
}
.rel {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}
.rel .top,
.rel .bottom,
.rel .middle {
  z-index: 3;
  display: block;
  position: absolute;
}
.rel .top {
  top: 0;
}
.rel .right {
  right: 0;
  text-align: right;
}
.rel .bottom {
  bottom: 0;
}
.rel .left {
  left: 0;
  text-align: left;
}
.rel .middle {
  top: 50%;
  margin-top: -0.5rem;
  width: 100%;
}
.rel .middle.x5 {
  margin-top: -2.5rem;
  font-size: 5rem;
}
a.rel {
  display: block;
}
@media print, screen and (min-width: 35.5em) {
  .scroll {
    margin-bottom: 0.75rem;
    padding-right: 1.5rem;
    max-height: 15rem;
    overflow: auto;
  }
}
@media print, screen and (min-width: 35.5em) {
  .scroll.offr {
    margin-bottom: 0;
    padding-right: 0.375rem;
    height: 25rem;
    max-height: 100%;
  }
}
.widget-social > a {
  display: inline-block;
  margin: 0 0.15rem 0.375rem 0.15rem;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.header .widget-social > a {
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  font-size: 1rem;
  color: #ffcd03;
  background: #1c1d38;
}
.header .widget-social > a:hover {
  background: rgba(28, 29, 56, 0.9);
}
.footer .widget-social > a,
.panel .widget-social > a {
  width: 2.125rem;
  height: 2.125rem;
  line-height: 2rem;
  font-size: 1.25rem;
}
.footer .widget-social > a {
  color: #1c1d38;
  background: #fff;
}
.footer .widget-social > a:hover {
  background: rgba(255, 255, 255, 0.9);
}
.footer .widget-social > a:last-child {
  display: none;
}
.panel .widget-social > a {
  color: #fff;
  background: #939598;
}
.tg-0 {
  display: none;
}
.expanded .tg-0 {
  display: block;
}
@media screen and (max-width: 63.9375em) {
  .tg-0-small {
    display: none;
  }
}
@media screen and (max-width: 63.9375em) {
  .expanded .tg-0-small {
    display: inherit;
  }
}
.tg-1 {
  display: inherit;
}
.tg-2 {
  z-index: 9;
  position: absolute;
  top: 11rem;
  right: 1rem;
  width: 20rem;
  opacity: 0;
  -webkit-animation-name: disappear;
  animation-name: disappear;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes disappear {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes disappear {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.tg-3a {
  display: inherit;
}
.tg-3b {
  display: none;
}
.tg.expanded .tg-0 {
  display: inherit;
}
.tg.expanded .tg-1 {
  display: none;
}
.tg.expanded .tg-3a {
  display: none;
}
.tg.expanded .tg-3b {
  display: inherit;
}
.tg-btn {
  text-decoration: none;
  color: #00c1f3;
  border-bottom: dotted 1px #00c1f3;
  outline: none;
  cursor: pointer;
}
.tg-btn.blck {
  border-bottom-color: #000;
}
.widget-zoom {
  position: relative;
  margin: 1rem auto;
  max-width: 1000px;
}
.widget-zoom .cloud-zoom-wrap .cloud-zoom-lens {
  cursor: zoom-in;
}
.widget-zoom .cloud-zoom-wrap .cloud-zoom-big {
  top: 0;
  left: 0 !important;
}
.widget-zoom .cloud-zoom-wrap .cloud-zoom {
  position: relative;
  display: block;
  width: 1000px;
  height: 750px;
  text-align: center;
}
.widget-zoom .cloud-zoom-wrap .cloud-zoom img {
  margin: auto;
  height: 100%;
  border-radius: 20px;
}
.widget-zoom .cloud-zoom-wrap .cloud-zoom:before {
  content: "\f00e";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -60px auto 0 auto;
  width: 120px;
  height: 120px;
  font: 5rem/120px "FontAwesome";
  color: #1c1d38;
  text-shadow: -1px -1px #fff;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
}
.widget-zoom .cloud-zoom-wrap .mousetrap {
  width: 100% !important;
  height: 100% !important;
}

.header-logo a img {
  padding-top: 1.7rem;
  padding-bottom: 0.3rem;
}

.header-info {
  width: 100%;
  background: #00c1f3;
  z-index: 999999;
}
.btn-header-info {
  margin: auto 0;
  font-size: 1.5rem;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
.btn-header-info:hover {
  color: rgb(235, 235, 235);
  transition: 0.3s;
}

.anchor-header-info {
  transition: 0.3s;
}

.anchor-header-info:hover {
  color: rgb(235, 235, 235) !important;
  transition: 0.3s;
}

.mobile-font-size {
  font-size: 13px;
}

.header-bar .button-group .btn-header-1 {
  min-width: 9.12rem !important;
}
.header-bar .button-group .btn-header-2 {
  min-width: 9.57rem !important;
}

.drilldown .is-drilldown-submenu a {
  padding: 0.925rem 1rem !important;
}
.drilldown .is-drilldown-submenu {
  padding: 0.7rem 1rem !important;
}

.drilldown .is-drilldown-submenu {
  /* padding-top: 0 !important;
  padding-bottom: 2rem !important; */
}
/* .evaluation {
  margin-bottom: 2rem !important;
} */
.drilldown .is-drilldown-submenu .fix-menu a {
  padding-bottom: 4rem !important;
}
.fix-menu2 .active {
  padding-bottom: 4rem !important;
}

@media screen and (max-width: 800px) {
  .fix1,
  .fix2 {
    font-size: 0.8rem !important;
  }
}
.test33 {
  position: absolute;
  right: 1rem;
  /* top: 2.5rem; */

  z-index: 999;
}

.header-mini .cnt,
.header-mini .mnu-bar {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
}
.header-mini {
  position: relative;
}

.fix-text-1 {
  margin-top: 2rem;
}

@media screen and (max-width: 500px) {
  .badge-fix {
    float: unset !important;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 1rem !important;
  }
}

@media screen and (max-width: 820px) {
  .price-btn-close,
  .btn--close {
    position: fixed !important;
    top: 1rem !important;
    right: 1rem !important;
  }

  #dropdown-quest {
    left: 50% !important;
    right: unset !important;
    width: 90% !important;
    transform: translateX(-50%);
  }
  #reveal-feedback-agent {
    top: 0px !important;
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    height: 100%;
  }

  #reveal-feedback-a {
    top: 0px !important;
    height: 100% !important;
  }
  #reveal-feedback-a .reveal-title {
    padding: 0;
  }
  #reveal-feedback-a .reveal-title p {
    text-align: left;
  }
  .agent-1 {
    font-size: 0.6rem !important;
    padding: 0.55rem 0.7rem !important;
    margin-right: 0.3rem !important;
  }
  .agent-2 {
    font-size: 0.6rem !important;
    padding: 0.55rem 0.7rem !important;
    margin-left: 0.3rem !important;
  }
  .price-list-alert {
    font-size: 1rem;
  }
  .fix-btn-agent {
    position: fixed;
    top: 1rem;
    right: 1rem;
    opacity: 0.7;
  }

  .slick-prev,
  .slick-next {
    z-index: 8 !important;
    position: absolute !important;
    display: block !important;
    top: 50% !important;
    margin-top: -1.25rem !important;
    padding: 0 !important;
    font: 0/0 FontAwesome !important;
    text-align: center !important;
    text-indent: -2000em !important;
    color: #fff !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5) !important;
  }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none !important;
    cursor: pointer !important;
  }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.25 !important;
  }
  .slick-prev::before,
  .slick-next::before {
    display: block !important;
    font-size: 2.5rem !important;
    line-height: 2.5rem !important;
    text-indent: 0 !important;
  }
  .slider-multiple-3a .slick-prev {
    left: 1.2rem !important;
  }
  [dir="rtl"] .slick-prev {
    left: auto !important;
    right: 0 !important;
  }
  .slick-prev::before {
    content: "\f060" !important;
  }
  [dir="rtl"] .slick-prev::before {
    content: "\f060" !important;
  }
  .slider-multiple-3a .slick-next {
    right: 1.2rem !important;
  }
}

@media screen and (min-width: 1026px) {
  #dropdown-share {
    left: unset !important;
    right: 50% !important;
    top: 38% !important;
    transform: translateX(50%);
  }
}

@media (min-width: 558px) and (max-width: 820px) {
  #reveal-pricelist {
    width: 100% !important;
  }
  #reveal-pricelist .medium-cell-block-y {
    overflow: unset;
  }
}

.fix-img {
  margin-bottom: 0.1rem;
  height: 1.1rem !important;
}

.opacity-btn {
  opacity: 0;
}

.middle-icon {
  position: absolute;
  font-size: 5rem;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 2;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  transition: 0.25s ease;
}

.middle-icon:hover {
  color: #e2e3e4;
  transition: 0.25s ease;
}

.img-center-slider {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 8.2rem;
  z-index: 999;
  transform: translate(-50%, -50%) !important;
  transition: 0.25s ease;
  -webkit-filter: invert(0);
}

.img-center-slider:hover {
  -webkit-filter: invert(0.1);
  transition: 0.25s ease;
}

.green-text {
  color: #50d8b4;
}
.fix-close-price {
  width: 1.9rem;
  height: 1.9rem;
}
.fix-close-price::after {
  top: -0.1rem;
  left: 0.415rem;
}

.btn-header-1 {
  white-space: nowrap;
  padding-right: 1.4rem;
}

.btn-header-1 .fa,
.btn-header-2 .fa {
  margin: 0 0.325rem 0 0 !important;
}
.btn-header-2,
.btn-header-1 {
  min-width: unset !important;
}

.custom-font-tg {
  font-family: Glober;
  font-weight: normal;
  font-size: 1.3rem;
}

.ul-block > li {
  display: block;
  margin-bottom: 0;
}

.hidden-anchor {
  text-decoration: none;
  color: unset;
}
.hidden-anchor:hover,
.hidden-anchor:focus {
  color: unset;
}

.mt-3 {
  margin-top: 0.75rem;
}

.border-dotted {
  border-bottom: 1px dotted #00c1f3;
}
.border-dotted-white {
  border-bottom: 1px dotted #FFF;
  text-decoration: none;
}
.underline-none {
  text-decoration: none;
}

.w-50 {
  width: 50%;
}

@media (max-width: 820px) {
  .mob-padding {
    padding: 0 0.75rem;
  }
}

.white-nowrap {
  white-space: nowrap;
}

.m-0 {
  margin: 0;
}
.mb-0{
  margin-bottom: 0;
}
.mx-075{
  margin-left:.75rem;
  margin-right:.75rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.d-inline {
  display: inline;
}


.dot-before:before{
content:'•';
position: absolute;
top:0;
 left:0;
 font-size: 2rem;
 line-height: .5;
}

.dot-before{
  padding-left: 1rem;
  position: relative;
  font-size: 1.1rem;
  margin-bottom: .5rem;
}
.title-under-dots{
  font-size: 1.1rem;
margin:1rem 0;
}

@media (min-width: 821px) {
  .hidden-sm-down{
display:block
  }
  .hidden-md-up{
    display:none;
    }
    .hidden-md-up-inline{
      display:none;
      } 
}

@media (max-width: 820px) {
  .hidden-md-up{
  display:block;
  }
  .hidden-md-up-inline{
  display:inline;
  font-size: 1.25rem;
  }

  .hidden-sm-down{
    display:none
      }

      .scroll.offr {
        margin-bottom: 0;
        padding-right: 0.375rem;
        height: 21rem;
        max-height: 100%;
            overflow: auto;
    }


    .mx-sm-auto{
      margin-left: auto!important;
      margin-right: auto!important;
    }
    #tabs-2{
      margin-right: 0!important;
    }
    .fix-select{
      width: calc(100% - 30px);
    }
}
.bg-none{
  background:unset;
}
.bg-none:hover{
  background:unset;
}
.p-0{
  padding:0!important;
}
.f-size-3:after{
  font-size: 3rem;
}
html.is-reveal-open body {
  width: 100%;
}
.mb-auto{
  margin-bottom: auto;
}
.d-none{
  display:none!important;
}
.d-block{
  display: block !important;
}
* {
  outline: none !important;
}


#reveal-map{
  top: 50%!important;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

#reveal-map .map{
  margin:0;
}


#reveal-map  .rel .top {
  z-index: 1 !important;
}


@media screen and (max-width: 580px) {
  #reveal-map .rel .top {
    margin-right:.75rem!important;
  }
  .reveal .map {
    height: 96vh;
}
}



@media screen and (min-width: 581px) and (max-width:820px){
  .reveal .map {
    height: 93vh;
}
#reveal-map .rel .top {
  margin-right:.75rem!important;
}
#reveal-map {
  width: 99%;
}
#reveal-feedback-a{
  width: 100%;
}
.order-landscape-3{
  order:3!important;
}
}


@media screen and (min-width: 821px){
  #reveal-feedback-a{
    width: 780px;
  }
}



@media screen and (max-width: 820px){
#reveal-feedbak-b,#reveal-payment{
  width: 100%;
  height: 100%;
  top:0!important;
}
.mob-fix-close-btn{
  position: fixed;
    top: 1rem;
    right: 1rem;
}
.badge-10{
  margin-top:-11px!important;
}
}

.dot-before:before {
  top: -.7rem;
  left: -.5rem;
  /* right: 0.75rem; */
  font-size: 4rem;
}

 
.no-focus:focus{
  background: #939598;
}

.focus-none:focus{
  background-color:#fff!important;
  color:  #f43b21!important;
}

.dots-rent{
position: relative;
padding-left: .5rem;
font-size:.65rem;
}
.dots-rent:last-of-type{
 padding-bottom:.5rem ;
}
.dots-rent::before{
  position: absolute;
  display: block;
  content: "•";
  line-height: .31;
  font-size: 1.8rem;
  top:0;
  left: -.13rem;
}


.price--lg{
  font-size:.95rem;
}
.ml--03{
  margin-left:.3rem;
}

.mb--1rem{
  margin-bottom: 1rem;
}

.font---large,.price--lg{
  font-size: 1.15rem;
  
}

/* ========================== */
@media screen and (min-width:820px){
  select[multiple] {
     
    visibility: hidden;
  }
}