.u-flex-row {
  flex-direction: row;
}

.u-flex-column {
  flex-direction: column;
}

.u-flex-row-reverse {
  flex-direction: row-reverse;
}

.u-flex-column-reverse {
  flex-direction: column-reverse;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-flex-nowrap {
  flex-wrap: nowrap;
}

.u-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.u-flex-fill {
  flex: 1 1 auto;
}

.u-flex-grow-0 {
  flex-grow: 0;
}

.u-flex-grow-1 {
  flex-grow: 1;
}

.u-flex-shrink-0 {
  flex-shrink: 0;
}

.u-flex-shrink-1 {
  flex-shrink: 1;
}

.u-justify-content-start {
  justify-content: flex-start;
}

.u-justify-content-end {
  justify-content: flex-end;
}

.u-justify-content-center {
  justify-content: center;
}

.u-justify-content-between {
  justify-content: space-between;
}

.u-justify-content-around {
  justify-content: space-around;
}

.u-align-items-start {
  align-items: flex-start;
}

.u-align-items-end {
  align-items: flex-end;
}

.u-align-items-center {
  align-items: center;
}

.u-align-items-baseline {
  align-items: baseline;
}

.u-align-items-stretch {
  align-items: stretch;
}

.u-align-content-start {
  align-content: flex-start;
}

.u-align-content-end {
  align-content: flex-end;
}

.u-align-content-center {
  align-content: center;
}

.u-align-content-between {
  align-content: space-between;
}

.u-align-content-around {
  align-content: space-around;
}

.u-align-content-stretch {
  align-content: stretch;
}

.u-align-self-auto {
  align-self: auto;
}

.u-align-self-start {
  align-self: flex-start;
}

.u-align-self-end {
  align-self: flex-end;
}

.u-align-self-center {
  align-self: center;
}

.u-align-self-baseline {
  align-self: baseline;
}

.u-align-self-stretch {
  align-self: stretch;
}

@media (min-width: 576px) {
  .u-flex-sm-row {
    flex-direction: row;
  }
  .u-flex-sm-column {
    flex-direction: column;
  }
  .u-flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .u-flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .u-flex-sm-wrap {
    flex-wrap: wrap;
  }
  .u-flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .u-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .u-flex-sm-fill {
    flex: 1 1 auto;
  }
  .u-flex-sm-grow-0 {
    flex-grow: 0;
  }
  .u-flex-sm-grow-1 {
    flex-grow: 1;
  }
  .u-flex-sm-shrink-0 {
    flex-shrink: 0;
  }
  .u-flex-sm-shrink-1 {
    flex-shrink: 1;
  }
  .u-justify-content-sm-start {
    justify-content: flex-start;
  }
  .u-justify-content-sm-end {
    justify-content: flex-end;
  }
  .u-justify-content-sm-center {
    justify-content: center;
  }
  .u-justify-content-sm-between {
    justify-content: space-between;
  }
  .u-justify-content-sm-around {
    justify-content: space-around;
  }
  .u-align-items-sm-start {
    align-items: flex-start;
  }
  .u-align-items-sm-end {
    align-items: flex-end;
  }
  .u-align-items-sm-center {
    align-items: center;
  }
  .u-align-items-sm-baseline {
    align-items: baseline;
  }
  .u-align-items-sm-stretch {
    align-items: stretch;
  }
  .u-align-content-sm-start {
    align-content: flex-start;
  }
  .u-align-content-sm-end {
    align-content: flex-end;
  }
  .u-align-content-sm-center {
    align-content: center;
  }
  .u-align-content-sm-between {
    align-content: space-between;
  }
  .u-align-content-sm-around {
    align-content: space-around;
  }
  .u-align-content-sm-stretch {
    align-content: stretch;
  }
  .u-align-self-sm-auto {
    align-self: auto;
  }
  .u-align-self-sm-start {
    align-self: flex-start;
  }
  .u-align-self-sm-end {
    align-self: flex-end;
  }
  .u-align-self-sm-center {
    align-self: center;
  }
  .u-align-self-sm-baseline {
    align-self: baseline;
  }
  .u-align-self-sm-stretch {
    align-self: stretch;
  }
}
@media (min-width: 768px) {
  .u-flex-md-row {
    flex-direction: row;
  }
  .u-flex-md-column {
    flex-direction: column;
  }
  .u-flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .u-flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .u-flex-md-wrap {
    flex-wrap: wrap;
  }
  .u-flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .u-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .u-flex-md-fill {
    flex: 1 1 auto;
  }
  .u-flex-md-grow-0 {
    flex-grow: 0;
  }
  .u-flex-md-grow-1 {
    flex-grow: 1;
  }
  .u-flex-md-shrink-0 {
    flex-shrink: 0;
  }
  .u-flex-md-shrink-1 {
    flex-shrink: 1;
  }
  .u-justify-content-md-start {
    justify-content: flex-start;
  }
  .u-justify-content-md-end {
    justify-content: flex-end;
  }
  .u-justify-content-md-center {
    justify-content: center;
  }
  .u-justify-content-md-between {
    justify-content: space-between;
  }
  .u-justify-content-md-around {
    justify-content: space-around;
  }
  .u-align-items-md-start {
    align-items: flex-start;
  }
  .u-align-items-md-end {
    align-items: flex-end;
  }
  .u-align-items-md-center {
    align-items: center;
  }
  .u-align-items-md-baseline {
    align-items: baseline;
  }
  .u-align-items-md-stretch {
    align-items: stretch;
  }
  .u-align-content-md-start {
    align-content: flex-start;
  }
  .u-align-content-md-end {
    align-content: flex-end;
  }
  .u-align-content-md-center {
    align-content: center;
  }
  .u-align-content-md-between {
    align-content: space-between;
  }
  .u-align-content-md-around {
    align-content: space-around;
  }
  .u-align-content-md-stretch {
    align-content: stretch;
  }
  .u-align-self-md-auto {
    align-self: auto;
  }
  .u-align-self-md-start {
    align-self: flex-start;
  }
  .u-align-self-md-end {
    align-self: flex-end;
  }
  .u-align-self-md-center {
    align-self: center;
  }
  .u-align-self-md-baseline {
    align-self: baseline;
  }
  .u-align-self-md-stretch {
    align-self: stretch;
  }
}
@media (min-width: 992px) {
  .u-flex-lg-row {
    flex-direction: row;
  }
  .u-flex-lg-column {
    flex-direction: column;
  }
  .u-flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .u-flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .u-flex-lg-wrap {
    flex-wrap: wrap;
  }
  .u-flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .u-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .u-flex-lg-fill {
    flex: 1 1 auto;
  }
  .u-flex-lg-grow-0 {
    flex-grow: 0;
  }
  .u-flex-lg-grow-1 {
    flex-grow: 1;
  }
  .u-flex-lg-shrink-0 {
    flex-shrink: 0;
  }
  .u-flex-lg-shrink-1 {
    flex-shrink: 1;
  }
  .u-justify-content-lg-start {
    justify-content: flex-start;
  }
  .u-justify-content-lg-end {
    justify-content: flex-end;
  }
  .u-justify-content-lg-center {
    justify-content: center;
  }
  .u-justify-content-lg-between {
    justify-content: space-between;
  }
  .u-justify-content-lg-around {
    justify-content: space-around;
  }
  .u-align-items-lg-start {
    align-items: flex-start;
  }
  .u-align-items-lg-end {
    align-items: flex-end;
  }
  .u-align-items-lg-center {
    align-items: center;
  }
  .u-align-items-lg-baseline {
    align-items: baseline;
  }
  .u-align-items-lg-stretch {
    align-items: stretch;
  }
  .u-align-content-lg-start {
    align-content: flex-start;
  }
  .u-align-content-lg-end {
    align-content: flex-end;
  }
  .u-align-content-lg-center {
    align-content: center;
  }
  .u-align-content-lg-between {
    align-content: space-between;
  }
  .u-align-content-lg-around {
    align-content: space-around;
  }
  .u-align-content-lg-stretch {
    align-content: stretch;
  }
  .u-align-self-lg-auto {
    align-self: auto;
  }
  .u-align-self-lg-start {
    align-self: flex-start;
  }
  .u-align-self-lg-end {
    align-self: flex-end;
  }
  .u-align-self-lg-center {
    align-self: center;
  }
  .u-align-self-lg-baseline {
    align-self: baseline;
  }
  .u-align-self-lg-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1800px) {
  .u-flex-xl-row {
    flex-direction: row;
  }
  .u-flex-xl-column {
    flex-direction: column;
  }
  .u-flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .u-flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .u-flex-xl-wrap {
    flex-wrap: wrap;
  }
  .u-flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .u-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .u-flex-xl-fill {
    flex: 1 1 auto;
  }
  .u-flex-xl-grow-0 {
    flex-grow: 0;
  }
  .u-flex-xl-grow-1 {
    flex-grow: 1;
  }
  .u-flex-xl-shrink-0 {
    flex-shrink: 0;
  }
  .u-flex-xl-shrink-1 {
    flex-shrink: 1;
  }
  .u-justify-content-xl-start {
    justify-content: flex-start;
  }
  .u-justify-content-xl-end {
    justify-content: flex-end;
  }
  .u-justify-content-xl-center {
    justify-content: center;
  }
  .u-justify-content-xl-between {
    justify-content: space-between;
  }
  .u-justify-content-xl-around {
    justify-content: space-around;
  }
  .u-align-items-xl-start {
    align-items: flex-start;
  }
  .u-align-items-xl-end {
    align-items: flex-end;
  }
  .u-align-items-xl-center {
    align-items: center;
  }
  .u-align-items-xl-baseline {
    align-items: baseline;
  }
  .u-align-items-xl-stretch {
    align-items: stretch;
  }
  .u-align-content-xl-start {
    align-content: flex-start;
  }
  .u-align-content-xl-end {
    align-content: flex-end;
  }
  .u-align-content-xl-center {
    align-content: center;
  }
  .u-align-content-xl-between {
    align-content: space-between;
  }
  .u-align-content-xl-around {
    align-content: space-around;
  }
  .u-align-content-xl-stretch {
    align-content: stretch;
  }
  .u-align-self-xl-auto {
    align-self: auto;
  }
  .u-align-self-xl-start {
    align-self: flex-start;
  }
  .u-align-self-xl-end {
    align-self: flex-end;
  }
  .u-align-self-xl-center {
    align-self: center;
  }
  .u-align-self-xl-baseline {
    align-self: baseline;
  }
  .u-align-self-xl-stretch {
    align-self: stretch;
  }
}
.u-text-inherit {
  font-family: inherit;
}

.u-text-justify {
  text-align: justify;
}

.u-text-wrap {
  white-space: normal;
}

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

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-center {
  text-align: center;
}

.u-text-lowercase {
  text-transform: lowercase;
}

.u-text-uppercase {
  text-transform: uppercase;
}

.u-text-capitalize {
  text-transform: capitalize;
}

@media (min-width: 576px) {
  .u-text-sm-inherit {
    font-family: inherit;
  }
  .u-text-sm-justify {
    text-align: justify;
  }
  .u-text-sm-wrap {
    white-space: normal;
  }
  .u-text-sm-nowrap {
    white-space: nowrap;
  }
  .u-text-sm-left {
    text-align: left;
  }
  .u-text-sm-right {
    text-align: right;
  }
  .u-text-sm-center {
    text-align: center;
  }
  .u-text-sm-lowercase {
    text-transform: lowercase;
  }
  .u-text-sm-uppercase {
    text-transform: uppercase;
  }
  .u-text-sm-capitalize {
    text-transform: capitalize;
  }
}
@media (min-width: 768px) {
  .u-text-md-inherit {
    font-family: inherit;
  }
  .u-text-md-justify {
    text-align: justify;
  }
  .u-text-md-wrap {
    white-space: normal;
  }
  .u-text-md-nowrap {
    white-space: nowrap;
  }
  .u-text-md-left {
    text-align: left;
  }
  .u-text-md-right {
    text-align: right;
  }
  .u-text-md-center {
    text-align: center;
  }
  .u-text-md-lowercase {
    text-transform: lowercase;
  }
  .u-text-md-uppercase {
    text-transform: uppercase;
  }
  .u-text-md-capitalize {
    text-transform: capitalize;
  }
}
@media (min-width: 992px) {
  .u-text-lg-inherit {
    font-family: inherit;
  }
  .u-text-lg-justify {
    text-align: justify;
  }
  .u-text-lg-wrap {
    white-space: normal;
  }
  .u-text-lg-nowrap {
    white-space: nowrap;
  }
  .u-text-lg-left {
    text-align: left;
  }
  .u-text-lg-right {
    text-align: right;
  }
  .u-text-lg-center {
    text-align: center;
  }
  .u-text-lg-lowercase {
    text-transform: lowercase;
  }
  .u-text-lg-uppercase {
    text-transform: uppercase;
  }
  .u-text-lg-capitalize {
    text-transform: capitalize;
  }
}
@media (min-width: 1800px) {
  .u-text-xl-inherit {
    font-family: inherit;
  }
  .u-text-xl-justify {
    text-align: justify;
  }
  .u-text-xl-wrap {
    white-space: normal;
  }
  .u-text-xl-nowrap {
    white-space: nowrap;
  }
  .u-text-xl-left {
    text-align: left;
  }
  .u-text-xl-right {
    text-align: right;
  }
  .u-text-xl-center {
    text-align: center;
  }
  .u-text-xl-lowercase {
    text-transform: lowercase;
  }
  .u-text-xl-uppercase {
    text-transform: uppercase;
  }
  .u-text-xl-capitalize {
    text-transform: capitalize;
  }
}
.u-font-weight-normal {
  font-weight: 400;
}

.u-font-weight-semibold {
  font-weight: 700;
}

.u-font-weight-bold {
  font-weight: 900;
}

.u-d-none {
  display: none;
}

.u-d-inline {
  display: inline;
}

.u-d-inline-block {
  display: inline-block;
}

.u-d-block {
  display: block;
}

.u-d-table {
  display: table;
}

.u-d-table-row {
  display: table-row;
}

.u-d-table-cell {
  display: table-cell;
}

.u-d-flex {
  display: flex;
}

.u-d-inline-flex {
  display: inline-flex;
}

@media (min-width: 576px) {
  .u-d-sm-none {
    display: none;
  }
  .u-d-sm-inline {
    display: inline;
  }
  .u-d-sm-inline-block {
    display: inline-block;
  }
  .u-d-sm-block {
    display: block;
  }
  .u-d-sm-table {
    display: table;
  }
  .u-d-sm-table-row {
    display: table-row;
  }
  .u-d-sm-table-cell {
    display: table-cell;
  }
  .u-d-sm-flex {
    display: flex;
  }
  .u-d-sm-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .u-d-md-none {
    display: none;
  }
  .u-d-md-inline {
    display: inline;
  }
  .u-d-md-inline-block {
    display: inline-block;
  }
  .u-d-md-block {
    display: block;
  }
  .u-d-md-table {
    display: table;
  }
  .u-d-md-table-row {
    display: table-row;
  }
  .u-d-md-table-cell {
    display: table-cell;
  }
  .u-d-md-flex {
    display: flex;
  }
  .u-d-md-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .u-d-lg-none {
    display: none;
  }
  .u-d-lg-inline {
    display: inline;
  }
  .u-d-lg-inline-block {
    display: inline-block;
  }
  .u-d-lg-block {
    display: block;
  }
  .u-d-lg-table {
    display: table;
  }
  .u-d-lg-table-row {
    display: table-row;
  }
  .u-d-lg-table-cell {
    display: table-cell;
  }
  .u-d-lg-flex {
    display: flex;
  }
  .u-d-lg-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1800px) {
  .u-d-xl-none {
    display: none;
  }
  .u-d-xl-inline {
    display: inline;
  }
  .u-d-xl-inline-block {
    display: inline-block;
  }
  .u-d-xl-block {
    display: block;
  }
  .u-d-xl-table {
    display: table;
  }
  .u-d-xl-table-row {
    display: table-row;
  }
  .u-d-xl-table-cell {
    display: table-cell;
  }
  .u-d-xl-flex {
    display: flex;
  }
  .u-d-xl-inline-flex {
    display: inline-flex;
  }
}
/*
 * Font face importer, multiple file extensions
 * 
 * Usage info: https://gist.github.com/jonathantneal/d0460e5c2d5d7f9bc5e6
 * Usage example: 
 * Usage example: @include font-face(Samplinal, fonts/Samplinal, 500, normal, eot ttf);
 *
 */
.tag {
  background-color: #fff;
  border-radius: 70px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
  color: #333333;
  display: inline-flex;
  font-family: Lato;
  font-size: 12.44px;
  font-style: normal;
  font-weight: normal;
  line-height: 15px;
  padding: 2px 8px 2px 2px;
}
.tag.tag--large {
  color: #424B5A;
  font-size: 14px;
  line-height: 17px;
  padding: 2px 16px 2px 2px;
}
.tag.tag--large .tag__icon {
  font-size: 20px;
  height: 32px;
  min-width: 32px;
  width: 32px;
}
.tag__icon {
  background-color: #008193;
  border-radius: 70px;
  color: #fff;
  font-size: 16px;
  height: 20px;
  margin-right: 7px;
  min-width: 20px;
  width: 20px;
}
.tag__icon--bold {
  font-weight: 800;
  margin-left: 6px;
}
.tag.tag--green .tag__icon {
  background-color: #F8FBD2;
  color: #C4D600;
}
.tag.tag--green2 .tag__icon {
  background-color: #F8FFF1;
  color: #74B92F;
}
.tag.tag--green3 .tag__icon {
  background-color: #F3F9FA;
  color: #008193;
}
.tag.tag--blue .tag__icon {
  background-color: #e2f1f3;
  color: #008193;
}
.tag.tag--red {
  color: #DE3737;
}
.tag.tag--red .tag__icon {
  background-color: #FFF1F1;
  color: #DE3737;
}
.tag.tag--bg-red {
  background: #FFF2F2;
  color: #DE3737;
}
.tag.tag--bg-red .point {
  width: 9px;
  height: 9px;
  background-color: #DE3737;
  margin-right: 5px;
  border-radius: 50%;
}
.tag.tag--bg-orange {
  background: #fff7ee;
  color: #666666;
}
.tag.tag--bg-orange .point {
  width: 9px;
  height: 9px;
  background-color: #ffa745;
  margin-right: 5px;
  border-radius: 50%;
}
.tag.tag--bg-green {
  background: #F8FFF1;
  color: #666666;
}
.tag.tag--bg-green .point {
  width: 9px;
  height: 9px;
  background-color: #74B92F;
  margin-right: 5px;
  border-radius: 50%;
}
.tag.tag--gray2 .tag__icon {
  background-color: #E6E6E6;
  color: #666666;
}
.tag__grad-container {
  background-color: #fff;
  z-index: 1;
  width: 100%;
  border-radius: 70px;
  padding: 2px 10px 2px 2px;
  display: flex;
  align-items: center;
}
.tag--green-grad {
  position: relative;
  z-index: 1;
  padding: 0;
  margin-right: 10px;
}
.tag--green-grad .tag__icon {
  background-color: #F3F9FA;
}
.tag--green-grad .tag__icon::before {
  background: linear-gradient(to left, #11878f, #8ccb95);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tag--green-grad::after {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 70px;
  background: linear-gradient(to left, #11878f, #8ccb95);
  z-index: -1;
}
.tag--blue-grad {
  position: relative;
  z-index: 1;
  padding: 0;
  margin-right: 10px;
}
.tag--blue-grad .tag__icon {
  background-color: #F3F9FA;
}
.tag--blue-grad .tag__icon::before {
  background: linear-gradient(to left, #01b9c5, #84a5e4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tag--blue-grad::after {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 70px;
  background: linear-gradient(to left, #01b9c5, #84a5e4);
  z-index: -1;
}
.tag.tag--gray {
  background-color: #F5F5F5;
  color: #008193;
  font-weight: 700;
  padding: 2px;
  border-radius: 8px;
}
.tag.tag--gray .tag__icon {
  background-color: transparent;
  color: #008193;
  margin-right: 2px;
  width: 16px;
  min-width: 16px;
}
.tag--exclusive {
  align-items: center;
  background: #00B8C5;
  border-radius: 8px 8px 0px 0px;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 14px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tag--exclusive {
    padding: 8px;
  }
}
.tag--exclusive::before {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  border-top: 6px solid #00B8C5;
  border-bottom: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
}
.tag--exclusive i {
  font-size: 26px;
  margin-right: 8px;
}
.tag--exclusive p {
  font-family: Lato;
  font-size: 14px;
  line-height: 17px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .tag--exclusive p {
    font-size: 16.8px;
    line-height: 20px;
  }
}
.tag--exclusive__small {
  padding: 6px;
}
.tag--exclusive__small i {
  font-size: 20px;
}
.tag--exclusive__small p {
  font-size: 14px;
}
.tag--medium {
  font-size: 14px;
}
.tag--medium .tag__icon {
  font-size: 20px;
  height: 32px;
  min-width: 32px;
  width: 32px;
}
.tag--circle {
  width: 69px;
  height: 69px;
  border-radius: 48px;
  background-color: #C4D600;
  color: #fff;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.tag--secondary {
  background: initial;
  border-radius: 8px;
  box-shadow: none;
  font-size: 16.8px;
  line-height: 23px;
  padding: 12px;
}
.tag--secondary .tag__icon {
  background-color: transparent !important;
}
.tag--secondary.tag--blue {
  background-color: #F3F9FA;
}
.tag--transparent .tag__icon {
  background-color: #F3F9FA;
  color: #00B8C5;
}
.tag--bg-blue {
  background-color: #00B8C5 !important;
  color: white !important;
}
.tag--bg-blue .tag__icon {
  background-color: #00B8C5 !important;
  color: white !important;
}

.g-pagination .btn {
  font-size: 14px;
  height: 32px;
}
@media only screen and (min-width: 768px) {
  .g-pagination .btn {
    height: 48px;
  }
}
.g-pagination--item {
  padding: 0;
  width: 32px;
}
@media only screen and (min-width: 768px) {
  .g-pagination--item {
    width: 48px;
    height: 48px;
  }
}
.g-pagination--item.active {
  background: #ffa745;
  color: white;
}
.g-pagination--item.points {
  border: 2px solid #bebebe;
  color: #bebebe;
}