/* body color */
/*Header*/
/* Navigation */
/* Links */
/*Footer*/
/* predefine width */
/* colors */
/* Base font */
/* heading font */
/* Fonts family Icon font linear */
/* Fonts family Icon font awesome */
/* General line-height */
/* Breakpoints */
/* mixins.scss */
/* reset list */
/* all transition */
/* default horisontal list */
/*generic transform*/
/* scale*/
/* translate*/
.content-column-block {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.content-column-block .main-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-column-block .top-column-content {
  margin: 0 auto;
  z-index: 9;
}
.content-column-block .top-column-content .main-title,
.content-column-block .top-column-content .desc {
  text-align: center;
}
.content-column-block .top-column-content .desc {
  margin: 36px 0 40px;
  font-size: 21px;
}
.content-column-block:after {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.content-column-block .section-memberships .memberships .classes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) [3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 40px;
  grid-row-gap: 5rem;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .content-column-block .section-memberships .memberships .classes {
    -ms-grid-columns: minmax(min-content, 1fr) [1];
    grid-template-columns: repeat(1, minmax(-webkit-min-content, 1fr));
    grid-template-columns: repeat(1, minmax(min-content, 1fr));
  }
}
.content-column-block .section-memberships .memberships .classes.simple {
  -ms-grid-columns: minmax(0, 1fr) [4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .content-column-block .section-memberships .memberships .classes.simple {
    -ms-grid-columns: minmax(0, 1fr) [1];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.content-column-block .section-memberships .memberships .classes:not(.simple):not(.price) .class {
  cursor: pointer;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.content-column-block .section-memberships .memberships .classes:not(.simple):not(.price) .class .class-name {
  color: #ffffff;
  font-size: 35px;
}
.content-column-block .section-memberships .memberships .classes:not(.simple):not(.price) .class .class-desc h4 {
  font-family: "Avenir Next Condensed";
  font-weight: 400;
  font-style: italic;
  color: #fff;
  font-size: 18px;
}
.content-column-block .section-memberships .memberships .classes:not(.simple):not(.price) .class .class-desc p {
  margin-top: 35px;
}
.content-column-block .section-memberships .memberships .classes:not(.simple):not(.price) .class .class-desc,
.content-column-block .section-memberships .memberships .classes:not(.simple):not(.price) .class .class-name {
  padding: 0 35px;
}
.content-column-block .section-memberships .memberships .classes:not(.simple):not(.price) .class img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-column-block .section-memberships .memberships .classes:not(.simple):not(.price) .class .class-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(14, 104, 137, 0.7882352941);
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.content-column-block .section-memberships .memberships .classes:not(.simple):not(.price) .class:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: rgba(2, 51, 99, 0.4) 0px 0px 24px;
  box-shadow: rgba(2, 51, 99, 0.4) 0px 0px 24px;
}
.content-column-block .section-memberships .memberships .classes:not(.simple):not(.price) .class:hover .class-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.content-column-block .section-memberships .memberships .classes.simple .class {
  text-align: center;
}
.content-column-block .section-memberships .memberships .classes.simple .class .class-img {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-column-block .section-memberships .memberships .classes.simple .class .class-img img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.content-column-block .section-memberships .memberships .classes.simple .class h3 {
  text-transform: capitalize;
  margin: 20px 10px 15px;
  min-height: 52px;
}
.content-column-block .section-memberships .memberships .classes.price .class {
  -webkit-box-shadow: rgba(2, 51, 99, 0.4) 0px 0px 24px;
  box-shadow: rgba(2, 51, 99, 0.4) 0px 0px 24px;
  background: #fff;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.content-column-block .section-memberships .memberships .classes.price .class h3.class-name {
  border-bottom: 1px solid rgba(2, 51, 99, 0.5);
  padding: 12px 0px;
  text-transform: uppercase;
  text-align: center;
}
.content-column-block .section-memberships .memberships .classes.price .class .class-desc {
  padding: 20px;
}
.content-column-block .section-memberships .memberships .classes.price .class .class-desc .dropdown-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-column-block .section-memberships .memberships .classes.price .class .class-desc span.class-column {
  background-color: #008BAC;
  margin-right: 0;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  padding: 5px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.content-column-block .section-memberships .memberships .classes.price .class .class-desc span.class-column:after {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 40px;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  background-color: #008BAC;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.content-column-block .section-memberships .memberships .classes.price .class .class-desc span.class-column.column-1 {
  margin-right: 20px;
}
.content-column-block .section-memberships .memberships .classes.price .class .class-desc span.class-column.column-1:after {
  right: -15px;
}
.content-column-block .section-memberships .memberships .classes.price .class .class-desc span.class-column.column-2 {
  margin-left: 20px;
}
.content-column-block .section-memberships .memberships .classes.price .class .class-desc span.class-column.column-2:after {
  left: -15px;
}
.content-column-block .section-memberships .memberships .classes.price .class .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(14, 104, 137, 0.7882352941);
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.content-column-block .section-memberships .memberships .classes.price .class .back.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}