/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #0c2340;
}

.block-tabs {
  overflow: hidden;
}

.container + .block-tabs {
  margin-top: 0;
}

@media (min-width: 768px) {
  .container + .block-tabs {
    margin-top: -0.4375rem;
  }
}

@media (max-width: 767.98px) {
  .block-grid-columns .block-tabs {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

.tabs__link-list {
  overflow-x: auto;
  margin: 0;
  white-space: nowrap;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.tabs__link-list:before, .tabs__link-list:after {
  content: '';
  display: table;
}

.tabs__link-list:after {
  clear: both;
}

@media (min-width: 768px) {
  .tabs__link-list {
    padding: 0 !important;
    margin: 0;
  }
}

.tabs__link-list li {
  margin-bottom: 0;
}

.tabs__link-list li::before {
  content: none !important;
}

.tabs__link-list-wrapper {
  position: relative;
}

.tabs__link-list-wrapper.has-scroll::before {
  display: block;
}

.block-grid-columns .tabs__link-list-wrapper .container {
  padding: 0;
}

.block-grid-columns .tabs__link-list-wrapper .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.tabs__link {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  display: block;
  float: none;
  border-bottom: 1px solid #f1f8ff;
}

.tabs__link a {
  position: relative;
  display: block;
  padding: 0.8125rem 1.125rem 0.9375rem;
  transition: color .2s linear;
  text-align: center;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.0625rem;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  text-transform: uppercase;
  color: #0c2340;
  font-weight: 700;
}

@media (min-width: 576px) {
  .tabs__link a {
    min-width: 200px;
  }
}

@media (min-width: 768px) {
  .tabs__link a {
    line-height: 1.5rem;
    padding: 0.6875rem 1.375rem;
  }
}

.tabs__link a:hover {
  color: #616e7c;
}

.tabs__link a:focus, .tabs__link a:hover {
  color: inherit;
}

.tabs__link a:after {
  position: absolute;
  right: auto;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 5px;
  content: '';
  transition: all .2s linear;
  background-color: #03b8ff;
}

.tabs__link.active a::after {
  width: 100%;
}

.tabs__tab-content {
  background-color: #f1f8ff;
  position: static;
  visibility: visible;
  transition: opacity .2s linear;
  opacity: 1;
  color: #0c2340;
  padding-bottom: 2.9375rem;
  padding-top: 1.5625rem;
}

@media (min-width: 576px) {
  .tabs__tab-content {
    padding-bottom: 3.5625rem;
  }
}

@media (min-width: 768px) {
  .tabs__tab-content {
    padding-bottom: 4.1875rem;
  }
}

@media (min-width: 1200px) {
  .tabs__tab-content {
    padding-bottom: 4.8125rem;
  }
}

@media (min-width: 1320px) {
  .tabs__tab-content {
    padding-bottom: 5.4375rem;
  }
}

@media (min-width: 576px) {
  .tabs__tab-content {
    padding-top: 1.921875rem;
  }
}

@media (min-width: 768px) {
  .tabs__tab-content {
    padding-top: 2.28125rem;
  }
}

@media (min-width: 1200px) {
  .tabs__tab-content {
    padding-top: 2.640625rem;
  }
}

@media (min-width: 1320px) {
  .tabs__tab-content {
    padding-top: 3rem;
  }
}

.tabs__tab-content:not(.active) {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: -9999px;
}

.tabs__divider {
  background: #bcbfc1;
  height: 1px;
  font-size: 0;
  overflow: hidden;
  margin-top: 2.9375rem;
}

@media (min-width: 768px) {
  .tabs__divider {
    margin-top: 4.9375rem;
  }
}

.tab-head-wrap {
  position: relative;
}

@media (max-width: 767.98px) {
  .tab-head-wrap {
    margin: 0 -20px;
  }
  .tab-head-wrap .tab-head:before, .tab-head-wrap .tab-head:after {
    content: '';
    display: table;
  }
  .tab-head-wrap .tab-head:after {
    clear: both;
  }
}

.tab-head-wrap.has-scroll:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 70px;
  content: '';
  background-image: linear-gradient(270deg, #fffcf2 0%, rgba(255, 252, 242, 0) 100%);
}
