﻿.pe56315 {
  background-color: #f3eeea;
  color: #010101;
}

.pe56315__content {
  max-width: 1500px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .pe56315__content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}

.pe56315__column {
  padding: 20px 10px;
}
@media (min-width: 960px) {
  .pe56315__column {
    padding: 20px 40px;
  }
}

@media (min-width: 960px) {
  .pe56315__column--1 {
    width: 50%;
  }
}

.pe56315__column--2 {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (min-width: 960px) {
  .pe56315__column--2 {
    width: 50%;
  }
}

.pe56315__title {
  padding: 10px 0;
  font-family: "Lato", arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-transform: none;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 0 !important;
  color: #5b768b;
}
@media (min-width: 960px) {
  .pe56315__title {
    padding: 20px 0;
  }
}

.pe56315__copy {
  padding: 10px 0;
  font-family: "Droid Serif", times, serif;
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.6;
  text-transform: none;
}
@media (min-width: 960px) {
  .pe56315__copy {
    padding: 20px 0;
  }
}

.pe56315-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
  position: static;
  transform: none;
}

.pe56315-nav__link {
  font-family: "Lato", arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-transform: none;
  display: block;
  padding: 5px 15px 10px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #010101;
  border-bottom: 2px solid transparent;
}

.pe56315-nav__link--active {
  border-bottom: 2px solid #5b768b;
}

.glide .pe56315-nav {
  position: static;
  transform: none;
}
.glide .pe56315-nav__link {
  border: none;
  width: auto;
  height: auto;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  transition: none;
}
.glide .pe56315-nav__link:focus {
  outline: none;
  border: none;
  border-bottom: 2px solid transparent;
  background-color: transparent;
}
.glide .pe56315-nav__link.glide__bullet--active {
  border-bottom: 2px solid #5b768b;
}

.pe56315-table {
  width: 100%;
}

.pe56315-table th {
  color: #5b768b;
}

.pe56315-table th,
.pe56315-table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 22%;
  padding: 5px 0;
  text-align: center;
}

.pe56315-table th:first-of-type,
.pe56315-table td:first-of-type {
  width: 12%;
}
