/** Shopify CDN: Minification failed

Line 85:1 Unexpected bad string token
Line 85:2 Unterminated string token

**/
.tabs-heading {
  text-align: center;
  margin-bottom: 3rem;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}


.tabs__list {
  margin: 0;
  margin-bottom: -1px;
}

.tabs__item {
  margin-bottom: 0;
  display: inline-block;
  width: auto;
  vertical-align: top;
}

.tabs__item--active > .tabs__link {
  border: 1px solid #d4d4d4;
  background: white;
  border-bottom: 0;
  position: relative;
  z-index: 3;
  color: #333333;
  font-family: 'League Gothic';
  font-size: 20px;
}

.tabs__item--active > .tabs__link:hover {
  color: #1a1a1a;
  
}

.tabs__link {
  font-weight: 500;
  color: #333333;
  padding: 0.5em 1em;
  line-height: 2;
  display: block;
  text-decoration: none;
  font-family: 'League Gothic';
  font-size: 20px;
}

.tabs__link:hover {
  text-decoration: underline;
}

.tabs__area {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s linear;
  height: 0;
  overflow: hidden;
}

.tabs__area--active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s linear;
  height: auto;
}

.tabs__content {
  margin-bottom: 0;
  background: #fff;
  border: 1px solid #d4d4d4;
  overflow: hidden;
  position: relative;
  clear: both;
  padding: 2.2rem;
  font-family: 'Poppins';
}'

.tab-text-content p:last-child {
  margin-bottom: 0;
}
.tabs__area h3 {
  font-family: 'League Gothic';
    font-size: 45px;
}

@media (max-width: 760px) {
  .tabs--md {
    border: 1px solid #d4d4d4;
  }

  .tabs--md .tabs__content {
    border-width: 0;
    border-top-width: 1px;
  }

  .tabs--md .tabs__list {
    background-color: white;
    margin: 0;
    margin-bottom: -1px;
    display: inline-block;
    width: 100%;
  }

  .tabs--md .tabs__item {
    overflow: hidden;
    position: absolute;
    height: 0;
    width: 100%;
    max-width: 100%;
    border-right: 0;
    text-align: left;
  }

  .tabs--md .tabs__item--active {
    height: auto;
    position: relative;
  }

  .tabs--md .tabs__item--active > .tabs__link {
    background-color:#FC1F1F;
    color: white;
    border: 0;
  }

  .tabs--md .tabs__item--active > .tabs__link:hover {
    color: white;
  }

  .tabs--md .tabs__item--active > .tabs__link:after {
    content: "";
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-top-color: #ffffff;
    float: right;
    margin-top: 0.75em;
  }

  .tabs--md .tabs__list--open .tabs__item {
    position: relative;
    height: auto;
  }

  .tabs--md .tabs__list--open .tabs__item--active > .tabs__link:after {
    content: none;
  }
}


@media (max-width: 620px) {
  .tabs--sm {
    border: 1px solid #d4d4d4;
  }

  .tabs--sm .tabs__content {
    border-width: 0;
    border-top-width: 1px;
  }

  .tabs--sm .tabs__list {
    background-color: white;
    margin: 0;
    margin-bottom: -1px;
    display: inline-block;
    width: 100%;
  }

  .tabs--sm .tabs__item {
    overflow: hidden;
    position: absolute;
    height: 0;
    width: 100%;
    max-width: 100%;
    border-right: 0;
    text-align: left;
  }

  .tabs--sm .tabs__item--active {
    height: auto;
    position: relative;
  }

  .tabs--sm .tabs__item--active > .tabs__link {
    background-color: #333333;
    color: white;
    border: 0;
  }

  .tabs--sm .tabs__item--active > .tabs__link:hover {
    color: white;
  }

  .tabs--sm .tabs__item--active > .tabs__link:after {
    content: "";
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-top-color: #ffffff;
    float: right;
    margin-top: 0.75em;
  }

  .tabs--sm .tabs__list--open .tabs__item {
    position: relative;
    height: auto;
  }

  .tabs--sm .tabs__list--open .tabs__item--active > .tabs__link:after {
    content: none;
  }
}


@media (max-width: 990px) {
  .tabs--lg {
    border: 1px solid #d4d4d4;
  }

  .tabs--lg .tabs__content {
    border-width: 0;
    border-top-width: 1px;
  }

  .tabs--lg .tabs__list {
    background-color: white;
    margin: 0;
    margin-bottom: -1px;
    display: inline-block;
    width: 100%;
  }

  .tabs--lg .tabs__item {
    overflow: hidden;
    position: absolute;
    height: 0;
    width: 100%;
    max-width: 100%;
    border-right: 0;
    text-align: left;
  }

  .tabs--lg .tabs__item--active {
    height: auto;
    position: relative;
  }

  .tabs--lg .tabs__item--active > .tabs__link {
    background-color: #333333;
    color: white;
    border: 0;
  }

  .tabs--lg .tabs__item--active > .tabs__link:hover {
    color: white;
  }

  .tabs--lg .tabs__item--active > .tabs__link:after {
    content: "";
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-top-color: #ffffff;
    float: right;
    margin-top: 0.75em;
  }

  .tabs--lg .tabs__list--open .tabs__item {
    position: relative;
    height: auto;
  }

  .tabs--lg .tabs__list--open .tabs__item--active > .tabs__link:after {
    content: none;
  }
}


@media (max-width: 1070px) {
  .tabs--xl {
    border: 1px solid #d4d4d4;
  }

  .tabs--xl .tabs__content {
    border-width: 0;
    border-top-width: 1px;
  }

  .tabs--xl .tabs__list {
    background-color: white;
    margin: 0;
    margin-bottom: -1px;
    display: inline-block;
    width: 100%;
  }

  .tabs--xl .tabs__item {
    overflow: hidden;
    position: absolute;
    height: 0;
    width: 100%;
    max-width: 100%;
    border-right: 0;
    text-align: left;
  }

  .tabs--xl .tabs__item--active {
    height: auto;
    position: relative;
  }

  .tabs--xl .tabs__item--active > .tabs__link {
    background-color: #333333;
    color: white;
    border: 0;
  }

  .tabs--xl .tabs__item--active > .tabs__link:hover {
    color: white;
  }

  .tabs--xl .tabs__item--active > .tabs__link:after {
    content: "";
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-top-color: #ffffff;
    float: right;
    margin-top: 0.75em;
  }

  .tabs--xl .tabs__list--open .tabs__item {
    position: relative;
    height: auto;
  }

  .tabs--xl .tabs__list--open .tabs__item--active > .tabs__link:after {
    content: none;
  }
}

#tab-tab_xCXHwR h3 {
  font-family: 'League Gothic' ;
  font-size: 45px; 
}


@media (max-width: 384px){
  #tab-tab_xCXHwR h3 {
    font-family: 'League Gothic';
    font-size: 30px;
}
}

