/*
$breakpoints:(
    "xs" "(max-width: 375px)",
    "s" "(max-width: 480px)",
    "m" "(max-width: 768px)",
    "l" "(max-width: 1024px)",
    "xl" "(min-width: 1025px)"
);
*/
@media only screen and (max-width: 479px) {
  .c-tabs {
    display: none !important; } }

.c-tabs .c-tabs {
  justify-content: center; }

.c-tabs .c-tabs__label {
  font-size: 20px;
  align-items: center;
  background-color: transparent;
  border: 1px solid #4C565C;
  border-radius: 2px;
  font-weight: 400;
  letter-spacing: -0.48px;
  margin: 0 12px 16px 12px;
  padding: 8px 24px; }
  @media only screen and (max-width: 1024px) {
    .c-tabs .c-tabs__label {
      display: block; } }
  @media only screen and (max-width: 768px) {
    .c-tabs .c-tabs__label {
      margin: 8px 8px;
      width: 20%;
      font-size: 15px;
      text-align: center;
      display: flex; } }
  @media only screen and (max-width: 479px) {
    .c-tabs .c-tabs__label {
      font-size: 18px; } }

.c-tabs .c-tabs input[type="radio"]:checked + .c-tabs__label {
  background-color: #4C565C;
  color: #ffffff; }

.c-tabs .c-tabs__content {
  padding: 0 16px; }

.c-tabs .c-tabs__content--inner p {
  letter-spacing: -0.32px;
  line-height: 23px; }

.c-tabs--slider {
  display: none !important; }
  @media only screen and (max-width: 479px) {
    .c-tabs--slider {
      display: block !important; } }
  .c-tabs--slider article img {
    width: 100%; }
  .c-tabs--slider .slick-prev {
    top: 70px;
    left: 10px; }
    .c-tabs--slider .slick-prev:before {
      content: url("../img/ui/new-brand-arrow-left.svg"); }
  .c-tabs--slider .slick-next {
    top: 70px;
    right: 10px; }
    .c-tabs--slider .slick-next:before {
      content: url("../img/ui/new-brand-arrow-right.svg"); }
  .c-tabs--slider .slick-dots {
    left: 0;
    right: 0;
    text-align: center;
    bottom: -20px; }
    .c-tabs--slider .slick-dots button {
      background-color: #DBE1E3; }
    .c-tabs--slider .slick-dots li.slick-active button {
      background-color: #44555F; }
