/* :root {
  --mine-shaft: $mine_shaft;
} */

@font-face {
  font-family: "icomoon";

  src: url("../../../fonts/icomoon.eot?fssje6");

  src: url("../../../../fonts/icomoon.eot?fssje6#iefix") format("embedded-opentype"), url("../../../../fonts/icomoon.ttf?fssje6") format("truetype"), url("../../../../fonts/icomoon.woff?fssje6") format("woff"), url("../../../../fonts/icomoon.svg?fssje6#icomoon") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right-slide:before {
  content: "\e902";
  color: #999;
}

.icon-left-slide:before {
  content: "\e903";
  color: #999;
}

.icon-arrow_back:before {
  content: "\e900";
}

.icon-arrow_forward:before {
  content: "\e901";
}

.icon-envelope:before {
  content: "\e904";
}

.icon-mail-envelope-closed:before {
  content: "\e905";
}

.icon-phone_in_talk:before {
  content: "\e90a";
}

.icon-login:before {
  content: "\e90c";
}

.icon-date_range:before {
  content: "\e908";
}

.icon-calendar_today:before {
  content: "\e909";
}

.icon-floatplane:before {
  content: "\e90d";
}

.icon-layers:before {
  content: "\e90f";
}

.icon-leaf:before {
  content: "\e90e";
}

.icon-fact_check:before {
  content: "\e910";
}

.card-list .card-list-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 0) and (max-width: 767px) {
  .card-list .card-list-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.card-list .card-list-cards .pricing-block:first-child {
  top: 25px;
}

@media (min-width: 0) and (max-width: 767px) {
  .card-list .card-list-cards .pricing-block:first-child {
    top: 0;
  }
}

.card-list .card-list-cards .pricing-block:first-child .icon:before {
  content: "\e913";
  font-family: "icomoon";
  font-size: 35px;
}

.card-list .card-list-cards .pricing-block:nth-child(2) .icon:before {
  content: "\e914";
  font-family: "icomoon";
  font-size: 35px;
}

.card-list .card-list-cards .pricing-block:nth-child(3) {
  top: 25px;
}

@media (min-width: 0) and (max-width: 767px) {
  .card-list .card-list-cards .pricing-block:nth-child(3) {
    top: 0;
  }
}

.card-list .card-list-cards .pricing-block:nth-child(3) .icon:before {
  content: "\e912";
  font-family: "icomoon";
  font-size: 35px;
}

.card-list .card-list-header {
  max-width: 700px;
  margin: 0px auto;
}

.card-list .items-2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-list .items-2 .card {
  max-width: 400px;
}

@media (min-width: 0) and (max-width: 767px) {
  .card-list .items-2 .card {
    max-width: 100%;
    margin-right: 0;
  }
}

.card-list .items-2 .card:nth-child(2n+2) {
  margin-right: 0;
}

.card-list .items-3 .card {
  max-width: 380px;
}

@media (min-width: 0) and (max-width: 767px) {
  .card-list .items-3 .card {
    max-width: 100%;
    margin-right: 0;
  }
}

.card-list .items-3 .card:nth-child(3n+3) {
  margin-right: 0;
}

.card-list .items-4 .card {
  max-width: 280px;
}

@media (min-width: 0) and (max-width: 767px) {
  .card-list .items-4 .card {
    max-width: 100%;
    margin-right: 0;
  }
}

.card-list .items-4 .card:nth-child(4n+4) {
  margin-right: 0;
}

.card-list .tabs {
  background: #ffffff;
  position: relative;
}

.card-list .tabs .icon {
  padding-right: 5px;
}

.card-list .tab-content {
  padding-top: 35px;
  margin-top: 80px;
}

.card-list .tabs > input,
.card-list .tabs > span {
  width: 20%;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
}

@media (min-width: 0) and (max-width: 767px) {
  .card-list .tabs > input,
.card-list .tabs > span {
    width: 35%;
  }
}

.card-list .tabs > input {
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  z-index: 99;
}

.card-list .tabs > span {
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  background-color: #b3b3b3;
}

.card-list .tabs > span i,
.card-list .tabs > span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.card-list .tabs > input:hover + span {
  background: rgba(0, 0, 0, 0.1);
}

.card-list .tabs > input:checked + span {
  background: #ff7000;
  color: #ffffff;
}

.card-list .tabs > input:checked + span {
  color: #ffffff;
}

.card-list #tab-1,
.card-list #tab-1 + span {
  left: 30%;
}

@media (min-width: 0) and (max-width: 767px) {
  .card-list #tab-1,
.card-list #tab-1 + span {
    left: 15%;
  }
}

.card-list #tab-2,
.card-list #tab-2 + span {
  left: 50%;
}

.card-list .tab-content section {
  width: 100%;
  display: none;
}

.card-list #tab-1:checked ~ .tab-content #tab-item-1 {
  display: block;
}

.card-list #tab-2:checked ~ .tab-content #tab-item-2 {
  display: block;
}

.card-list .footnote {
  line-height: 25px;
  font-size: 11px;
  padding: 0 30px;
}
/*# sourceMappingURL=../../../maps/organisms/pricing-card-list/pricing-card-list.css.map */
