/* spremenjen ! dodan spodaj */

/*DEFINE WEBSITE COLORS*/
/*START TEMPLATE STYLES*/
a,
img {
  border: none;
  text-decoration: none;
  outline: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

*:focus {
  outline: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1, h2 {
  font-family: "Bodoni Moda", serif;
}

footer ul,
header ul {
  list-style: none;
}

fieldset {
  border: 0;
}

input {
  padding: 0;
  margin: 0;
}

a {
  color: #000;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #000;
}

.pageAlign {
  margin: 0 auto;
  max-width: 1550px;
  padding: 0 50px;
}

.pageAlign2 {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 50px;
}

.pageAlignFluid {
  margin: 0 auto;
  max-width: 2020px;
  padding: 0 50px;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

.relative {
  position: relative;
}

.fullWidth {
  float: left;
  width: 100%;
}

.invisible {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

html {
  font-size: 62.5%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

body,
input,
select,
textarea {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  /*REMOVE if we DON'T use Google fonts*/
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 100%;
  height: 100%;
  min-width: 100%;
  color: #000;
  font-size: 18px;
  background: #fff;
}

p {
  margin-bottom: 3rem;
  line-height: 1.6;
}

::-moz-selection {
  background: #000;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::selection {
  background: #000;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #000;
  /* Gecko Browsers */
  color: #fff;
}

.responsive-nav {
  display: none;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-nav button {
  padding: 7px 10px;
  background: none;
  border: none;
  position: relative;
  height: 40px;
  width: 51px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
}
.responsive-nav button:hover .line {
  background: #fff;
}

.line {
  position: absolute;
  height: 3px;
  width: 30px;
  background: #fff;
  left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.line-t {
  top: 9px;
}

.line-m {
  top: 19px;
}

.line-b {
  top: 29px;
}

.menu-on .line-m,
.menu-on:hover .line-m {
  background: transparent;
}

.menu-on .line {
  top: 18px;
}

.menu-on .line-t {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-on .line-b {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.overflowed {
  overflow: hidden;
}

a.btn {
  background: #5D4236;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  font-family: "Onest", sans-serif;
  padding: 10px 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  text-align: center;
}
a.btn:hover {
  background: #2B1F1A;
}
a.btn.btn-dark-brown {
  background: #2B1F1A;
}
a.btn.btn-dark-brown:hover {
  background: #5D4236;
}

.sticky-button {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #5D4236;
  position: fixed;
  top: 10%;
  right: -30px;
  z-index: 2000;
  padding-right: 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sticky-button.hidden {
  opacity: 0;
  visibility: hidden;
}
.sticky-button .logo {
  width: 100px;
  height: 90px;
  background: url(../images/logo-beige.svg) no-repeat center center;
  background-size: contain;
  margin-inline: auto;
  margin-top: 20px;
}
.sticky-button .text {
  color: #EADBCD;
  font-weight: 700;
  padding: 5px 40px;
  font-size: 19px;
  margin-top: 10px;
  text-align: center;
}

.slider_center {
  overflow: hidden;
  position: relative;
  margin-top: 100px;
}

.slider_list > li {
  width: 25vw;
  aspect-ratio: 4/3;
  padding: 6px;
}
.slider_list > li img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.pagination .swiper-pagination-bullet {
  background: #D8BEA5;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5D4236;
  width: 40px;
}

/* When using coverflow and slidesPerView: 'auto', side slides may not display properly even with a sufficient number of slides. Adjust the width value (e.g., 200vw) below to ensure correct spacing and visibility. */
.slider_center .inner {
  position: relative;
  left: 50%;
  width: 100vw;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.full-screen-menu {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: #5D4236;
  padding: 30px 0 0 200px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.full-screen-menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.full-screen-menu:after {
  content: "";
  display: block;
  background: url(../images/wave-beige.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 1px;
  height: 100px;
  pointer-events: none;
}
.full-screen-menu.active {
  display: block;
}
.full-screen-menu .logo {
  position: absolute;
  top: 50px;
  right: 50px;
  display: block;
  background: url(../images/logo-beige.svg) no-repeat center center;
  background-size: contain;
  width: 145px;
  height: 145px;
  text-decoration: none;
}
.full-screen-menu nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.full-screen-menu nav ul li {
  font-family: "Bodoni Moda", serif;
  font-size: 3.6rem;
  font-weight: 400;
  text-transform: uppercase;
}
.full-screen-menu nav ul li:hover a, .full-screen-menu nav ul li.active a {
  color: #fff;
}
.full-screen-menu nav ul li a {
  display: block;
  color: #EADBCD;
}

/* Fixed above .full-screen-menu (2000); header stays at 1998 so the menu covers logo bar */
.mobile-trigger-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2001;
  padding-top: 30px;
  pointer-events: none;
}
.mobile-trigger-wrapper .mobile-trigger {
  pointer-events: auto;
  width: 50px;
  height: 50px;
  background: #5D4236;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.mobile-trigger-wrapper .mobile-trigger .mobile-line {
  background: #D8BEA5;
  height: 1px;
  width: 25px;
  margin: 3px 0;
}

header.active ~ .mobile-trigger-wrapper .mobile-trigger {
  background: #EADBCD;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
header.active ~ .mobile-trigger-wrapper .mobile-trigger .mobile-line {
  background: #5D4236;
}

header {
  position: fixed;
  inset: 0;
  bottom: auto;
  z-index: 1998;
  padding: 30px 0 0 0;
}
header:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  bottom: auto;
  height: 250px;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.active:after {
  opacity: 0;
}
header.active a.logo, header.active .socials {
  opacity: 0;
  visibility: hidden;
}
header .pageAlign .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
header .pageAlign .container .logo {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 145px;
  height: 145px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .pageAlign .container .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-left: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .pageAlign .container .socials .social-icon {
  display: block;
  width: 30px;
  height: 30px;
  background: no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .pageAlign .container .socials .social-icon:hover {
  opacity: 0.7;
}
header .pageAlign .container .socials .social-icon.social-instagram {
  background-image: url("../images/instagram.svg");
}
header .pageAlign .container .socials .social-icon.social-facebook {
  background-image: url("../images/facebook.svg");
}

body {
  padding-top: 400px;
}

body.home {
  /* Matched to .hero height via --home-hero-height in main.js (fallback: min hero height) */
  padding-top: var(--home-hero-height, 100svh);
}

.hero {
  position: fixed;
  inset: 0 0 auto 0;
  min-height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Bodoni Moda", serif;
  color: #fff;
  line-height: normal;
  padding-top: 220px;
  padding-bottom: 50px;
  overflow: hidden;
}
.hero .image {
  position: absolute;
  inset: 0;
}
.hero .image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
.hero .pageAlign2 {
  position: relative;
  z-index: 2;
  text-align: center;
}
.hero h1 {
  font-size: 5.5rem;
  text-align: balanced;
  margin: 0;
  position: relative;
}
.hero h1:before, .hero h1:after {
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  background: url("../images/quotes.svg") no-repeat center center;
  background-size: contain;
}
.hero h1:before {
  top: -100px;
  left: -180px;
}
.hero h1:after {
  bottom: -100px;
  right: -180px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hero .quote-author {
  font-size: 3.2rem;
}
.hero .buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 50px;
  width: 370px;
  max-width: 100%;
  margin-inline: auto;
}
.hero .arrow {
  width: 100px;
  height: 100px;
  background: url("../images/arrow-down.svg") no-repeat center center;
  background-size: contain;
  margin-inline: auto;
  margin-top: 50px;
  cursor: pointer;
}

.hero-subpage {
  position: relative;
  position: fixed;
  inset: 0 0 auto 0;
  height: 400px;
}
.hero-subpage .image {
  position: absolute;
  inset: 0;
}
.hero-subpage .image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}

section {
  position: relative;
}
section h2 {
  margin-top: 0;
  font-family: "Bodoni Moda", serif;
  font-size: 10rem;
}

.news-latest {
  background: #EADBCD;
  position: relative;
  text-align: left;
}
.news-latest.wave-beige:after {
  content: "";
  display: block;
  background: url(../images/wave-beige.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  height: 100px;
  pointer-events: none;
}
.news-latest h2 {
  color: #5D4236;
  margin-bottom: 0;
  padding-left: 10rem;
}
.news-latest .news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5rem 0;
}
.news-latest .news-block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.news-latest .news-block:nth-child(even) .number {
  margin-right: 0;
  margin-left: 50px;
}
.news-latest .news-block:nth-child(even) .news-details {
  padding-right: 0;
  padding-left: 5rem;
}
.news-latest .news-block:nth-child(3n+2) .news-picture:after {
  background: #D8BEA5;
  -webkit-transform: translate(15px, -30px);
          transform: translate(15px, -30px);
}
.news-latest .news-block:nth-child(3n+3) .news-picture:after {
  background: #2B1F1A;
  -webkit-transform: translate(-30px, 30px);
          transform: translate(-30px, 30px);
}
.news-latest .news-block .number {
  color: #CABAB1;
  font-size: 28rem;
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  line-height: 1;
  margin-right: 50px;
}
.news-latest .news-block h3 {
  color: #5D4236;
  font-size: 3.6rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.news-latest .news-details {
  min-width: 50%;
  padding-right: 5rem;
}
.news-latest .news-picture {
  aspect-ratio: 1/1;
  margin-left: 20px;
  position: relative;
  z-index: 2;
  border-radius: 100%;
}
.news-latest .news-picture:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 100%;
  background: #5D4236;
  -webkit-transform: translate(30px, 30px);
          transform: translate(30px, 30px);
}
.news-latest .news-picture img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: 100%;
}

.news-archive {
  background: #EADBCD;
  position: relative;
  text-align: left;
  padding-bottom: 13rem;
}
.news-archive.gallery-version:before {
  display: none;
}
.news-archive:before {
  content: "";
  display: block;
  inset: auto 0 0 0;
  height: 150px;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.news-archive.wave-beige:after {
  content: "";
  display: block;
  background: url(../images/wave-beige.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  height: 100px;
  pointer-events: none;
}
.news-archive .top-content p, .news-archive .top-content h3 {
  padding-left: 20rem;
}
.news-archive .top-content h3 {
  font-size: 3.6rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #5D4236;
}
.news-archive .top-content a.btn {
  margin-inline: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-archive h2 {
  color: #5D4236;
  margin-bottom: 0;
  padding-left: 10rem;
}
.news-archive .news-grid.gallery-version {
  padding-top: 0;
}
.news-archive .news-grid.gallery-version .news-block {
  padding-top: 0;
}
.news-archive .news-grid.gallery-version .news-block .news-details {
  margin-left: 20rem;
}
.news-archive .news-grid.gallery-version .news-block:nth-child(2n) .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.news-archive .news-grid.gallery-version .news-block:nth-child(2n) .container .news-details {
  padding-left: 20rem;
  margin-left: 20rem;
}
.news-archive .news-block {
  padding-top: 5rem;
}
.news-archive .news-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5rem 0;
}
.news-archive .news-block:nth-child(even) .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.news-archive .news-block:nth-child(even) .container .number {
  margin-right: 0;
  margin-left: 50px;
}
.news-archive .news-block:nth-child(even) .container .news-details {
  padding-right: 0;
  padding-left: 5rem;
}
.news-archive .news-block .number {
  color: #CABAB1;
  font-size: 28rem;
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  line-height: 1;
  margin-right: 50px;
  padding-top: 40px;
}
.news-archive .news-block h3 {
  color: #5D4236;
  font-size: 3.6rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.news-archive .news-block .slider .slider_center {
  margin-top: 0;
}
.news-archive .news-details {
  width: 800px;
  max-width: 100%;
  padding-right: 5rem;
  padding-top: 40px;
  border-top: 1px solid #fff;
}

.events-latest {
  background: #F4EBE4;
  position: relative;
  text-align: left;
  padding-bottom: 50px;
}
.events-latest.wave-light-beige:after {
  content: "";
  display: block;
  background: url(../images/wave-light-beige.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  height: 100px;
  pointer-events: none;
}
.events-latest h2 {
  color: #5D4236;
  margin-bottom: 0;
  padding-left: 10rem;
  padding-bottom: 5rem;
  width: 100%;
}
.events-latest .events-latest-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.events-latest .big-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 180px;
}
.events-latest .big-icon img {
  height: auto;
}
.events-latest .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: 50px;
}
.events-latest .events-grid {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  background: #D8BEA5;
  border-top: 1px solid #5D4236;
  border-bottom: 1px solid #5D4236;
  padding: 15px 50px;
  margin-bottom: 40px;
}
.events-latest .events-grid .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.events-latest .events-grid .event-date {
  font-family: "Bodoni Moda", serif;
  font-size: 5.7rem;
  font-weight: 400;
  color: #5D4236;
}
.events-latest .events-grid .event-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #5D4236;
}
.events-latest .events-grid .event-info p:last-child {
  margin-bottom: 0;
}
.events-latest a.btn {
  margin-inline: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.member-benefits {
  background: #EADBCD;
  position: relative;
  text-align: left;
  padding-bottom: 10rem;
}
.member-benefits.wave-light-beige {
  background: #F4EBE4;
}
.member-benefits.wave-light-beige:after {
  content: "";
  display: block;
  background: url(../images/wave-light-beige.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  height: 100px;
  pointer-events: none;
}
.member-benefits.wave-beige:after {
  content: "";
  display: block;
  background: url(../images/wave-beige.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  height: 100px;
  pointer-events: none;
}
.member-benefits h2 {
  color: #5D4236;
  margin-bottom: 0;
  padding-left: 10rem;
  padding-bottom: 5rem;
  width: 100%;
}
.member-benefits .signature {
  font-family: "Bodoni Moda", serif;
  font-size: 3.6rem;
  font-weight: 400;
  color: #5D4236;
  text-transform: none;
  margin-top: 30px;
}
.member-benefits hr {
  background: #5E5249;
  border: none;
  height: 1px;
}
.member-benefits h4 {
  font-family: "Bodoni Moda", serif;
  font-size: 3.6rem;
  font-weight: 400;
  color: #5D4236;
  text-transform: none;
  margin: 0;
}
.member-benefits p {
  margin-top: 0;
}
.member-benefits .member-benefits-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.member-benefits .member-benefits-content.offset {
  padding-left: 20rem;
}
.member-benefits .member-benefits-content.offset p {
  width: 100%;
}
.member-benefits .member-benefits-content.offset a.btn {
  margin-inline: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateX(-115px);
          transform: translateX(-115px);
}
.member-benefits .logos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 30px;
}
.member-benefits .big-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 180px;
}
.member-benefits .big-icon img {
  height: auto;
}
.member-benefits .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: 50px;
}
.member-benefits h3 {
  color: #5D4236;
  font-size: 3.6rem;
  font-weight: 700;
  text-transform: uppercase;
}
.member-benefits .buttons a.btn {
  margin-bottom: 5px;
}
.member-benefits .benefits-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3rem;
}
.member-benefits .benefits-columns .benefit-column {
  width: 50%;
  text-align: center;
  padding: 0 5rem;
  position: relative;
}
.member-benefits .benefits-columns .benefit-column:first-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #5D4236;
}
.member-benefits .benefits-columns .benefit-column h3 {
  font-family: "Bodoni Moda", serif;
  font-size: 3.6rem;
  font-weight: 400;
  color: #5D4236;
  margin: 0 0 10px 0;
  text-align: center;
  text-transform: none;
}
.member-benefits .benefits-columns .benefit-column a.btn {
  width: 100%;
}

.academy-introduction {
  background: #D8BEA5;
  position: relative;
  text-align: left;
  padding-bottom: 12rem;
}
.academy-introduction.wave-dark-beige:after {
  content: "";
  display: block;
  background: url(../images/wave-dark-beige.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  height: 100px;
  pointer-events: none;
}
.academy-introduction h2 {
  color: #5D4236;
  margin-bottom: 0;
  padding-left: 10rem;
  padding-bottom: 5rem;
  width: 100%;
}
.academy-introduction .academy-introduction-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.academy-introduction .big-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 180px;
}
.academy-introduction .big-icon img {
  height: auto;
}
.academy-introduction .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: 50px;
}
.academy-introduction h3 {
  color: #5D4236;
  font-size: 3.6rem;
  font-weight: 700;
  text-transform: uppercase;
}
.academy-introduction a.btn {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  -webkit-transform: translateX(-115px);
          transform: translateX(-115px);
}
.academy-introduction .images-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
}
.academy-introduction .images-circle .image-circle {
  aspect-ratio: 1/1;
  position: relative;
  z-index: 2;
  border-radius: 100%;
}
.academy-introduction .images-circle .image-circle:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 100%;
  background: #2B1F1A;
  -webkit-transform: translate(-20px, 20px);
          transform: translate(-20px, 20px);
}
.academy-introduction .images-circle .image-circle img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: 100%;
}
.academy-introduction .images-circle .image-circle:nth-child(2):after {
  -webkit-transform: translate(20px, 20px);
          transform: translate(20px, 20px);
  background: #5E5249;
}
.academy-introduction .images-circle .image-circle:nth-child(3):after {
  -webkit-transform: translate(20px, -5px);
          transform: translate(20px, -5px);
  background: #EADBCD;
}
.academy-introduction .images-circle .image-circle:nth-child(4):after {
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  background: #5D4236;
}

.gallery-introduction {
  background: #EADBCD;
  position: relative;
  text-align: left;
  padding-bottom: 10rem;
}
.gallery-introduction.wave-beige:after {
  content: "";
  display: block;
  background: url(../images/wave-beige.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  height: 100px;
  pointer-events: none;
}
.gallery-introduction h2 {
  color: #5D4236;
  margin-bottom: 0;
  padding-left: 10rem;
  padding-bottom: 5rem;
  width: 100%;
}
.gallery-introduction .gallery-introduction-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.gallery-introduction .big-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 180px;
}
.gallery-introduction .big-icon img {
  height: auto;
}
.gallery-introduction .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: 50px;
}
.gallery-introduction a.btn {
  margin-inline: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateX(-115px);
          transform: translateX(-115px);
}

.about-introduction {
  background: #D8BEA5;
  position: relative;
  text-align: left;
  padding-bottom: 10rem;
}
.about-introduction.wave-dark-beige:after {
  content: "";
  display: block;
  background: url(../images/wave-dark-beige.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  height: 100px;
  pointer-events: none;
}
.about-introduction.wave-beige {
  background: #EADBCD;
}
.about-introduction.wave-beige:after {
  content: "";
  display: block;
  background: url(../images/wave-beige.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  height: 100px;
  pointer-events: none;
}
.about-introduction h2 {
  color: #5D4236;
  margin-bottom: 0;
  padding-left: 10rem;
  padding-bottom: 5rem;
  width: 100%;
}
.about-introduction h3 {
  color: #5D4236;
  font-size: 3.6rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.about-introduction .about-introduction-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.about-introduction .about-introduction-content .become-member {
  text-align: center;
}
.about-introduction .about-introduction-content .become-member h2 {
  font-size: 3.6rem;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
}
.about-introduction .about-introduction-content .become-member a.btn {
  -webkit-transform: none;
          transform: none;
  margin: 10px 0 30px 0;
  justify-self: center;
}
.about-introduction .about-introduction-content .become-member .price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-bottom: 1px solid #5D4236;
  padding: 20px;
  color: #5D4236;
  font-size: 2.4rem;
  font-weight: 700;
}
.about-introduction .about-introduction-content .become-member .price-row .price-column {
  font-family: "Bodoni Moda", serif;
  font-size: 5rem;
  min-width: 150px;
  font-weight: 400;
}
.about-introduction .about-introduction-content .become-member .price-row:first-child {
  border-top: 1px solid #5D4236;
}
.about-introduction .big-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 180px;
}
.about-introduction .big-icon img {
  height: auto;
}
.about-introduction .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: 50px;
}
.about-introduction a.btn {
  margin-inline: auto !important;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateX(-115px);
          transform: translateX(-115px);
}

footer {
  background: #2B1F1A;
  position: relative;
  text-align: left;
  padding: 3rem 0;
  color: #DAC0A7;
  font-size: 16px;
}
footer a {
  color: #DAC0A7;
}
footer a:hover {
  color: #DAC0A7;
  text-decoration: underline;
}
footer h2 {
  margin-top: 0;
  font-family: "Bodoni Moda", serif;
  font-size: 10rem;
  color: #5D4236;
  margin-bottom: 0;
  padding-left: 10rem;
  width: 100%;
}
footer .contact-info {
  padding-left: 15rem;
  border-bottom: 1px solid #D3B89B;
}
footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 30px 0;
}

.people {
  background: #EADBCD;
  padding-bottom: 10rem;
  overflow: hidden;
}
.people .leadership {
  position: relative;
  z-index: 2;
  padding: 5rem 0 0 0;
  margin-bottom: 13rem;
}
.people .leadership:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0px;
  background: url(../images/blob.svg) no-repeat center center;
  background-size: 100% 100%;
  z-index: -1;
}
.people .leadership h3 {
  font-size: 3.6rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #5D4236;
  padding: 0 25rem 0 40rem;
}
.people .leadership .people-list {
  padding-top: 3rem;
}
.people .leadership .people-list h3 {
  padding: 0;
}
.people .leadership .people-list .person {
  width: 700px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.people .leadership .people-list .person:first-child .image-circle:after {
  background: #fff;
}
.people .leadership .people-list .person .image-circle:after {
  background: #5D4236;
}
.people .leadership .people-list .person .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-left: 5rem;
  padding-top: 0;
}
.people .leadership .people-list .person:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.people .members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.people .members .person .image-circle:after {
  background: #5D4236;
}
.people .members .person:nth-child(6n+2) .image-circle:after {
  background: #D8BEA5;
  -webkit-transform: translate(20px, -20px);
          transform: translate(20px, -20px);
}
.people .members .person:nth-child(6n+3) .image-circle:after {
  background: #2B1F1A;
  -webkit-transform: translate(20px, 20px);
          transform: translate(20px, 20px);
}
.people .members .person:nth-child(6n+4) .image-circle:after {
  background: #D8BEA5;
  -webkit-transform: translate(20px, -20px);
          transform: translate(20px, -20px);
}
.people .members .person:nth-child(6n+5) .image-circle:after {
  background: #5E5249;
  -webkit-transform: translate(20px, -20px);
          transform: translate(20px, -20px);
}
.people .members .person:nth-child(6n+6) .image-circle:after {
  background: #5D4236;
  -webkit-transform: translate(-20px, -20px);
          transform: translate(-20px, -20px);
}
.people .person {
  width: 33.3333%;
  text-align: center;
  padding-bottom: 50px;
}
.people .person .image-circle {
  aspect-ratio: 1/1;
  position: relative;
  z-index: 2;
  border-radius: 100%;
  width: 300px;
  min-width: 300px;
  margin-inline: auto;
}
.people .person .image-circle:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 100%;
  background: #2B1F1A;
  -webkit-transform: translate(-20px, 20px);
          transform: translate(-20px, 20px);
}
.people .person .image-circle img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: 100%;
}
.people .person .name {
  padding-top: 40px;
}
.people .person .name h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: #5D4236;
}
.people .person .name p {
  margin: 0;
  font-size: 16px;
}

.documents {
  background: #fff;
  position: relative;
  text-align: left;
  padding-bottom: 10rem;
}
.documents.wave-white:after {
  content: "";
  display: block;
  background: url(../images/wave-white.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  height: 100px;
  pointer-events: none;
}
.documents h2 {
  color: #5D4236;
  margin-bottom: 0;
  padding-left: 10rem;
}
.documents .documents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.documents .documents-list .document {
  width: 50%;
  text-align: center;
  position: relative;
  margin: 30px 0;
  padding: 0 30px;
}
.documents .documents-list .document:not(:nth-child(2n)):after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 auto;
  width: 1px;
  background: #5D4236;
}
.documents .documents-list .document:last-child:after {
  display: none;
}
.documents .documents-list .document h3 {
  font-family: "Bodoni Moda", serif;
  font-size: 3.6rem;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #5D4236;
  text-align: center;
}

.about-history {
  background: #EADBCD;
  position: relative;
  text-align: left;
  padding-bottom: 10rem;
  overflow: hidden;
}
.about-history.wave-beige:after {
  content: "";
  display: block;
  background: url(../images/wave-beige.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  height: 100px;
  pointer-events: none;
}
.about-history h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  color: #5D4236;
}
.about-history .content h3:last-child {
  padding-left: 16rem;
}
.about-history .ceo-list {
  padding: 6rem 0;
}
.about-history .ceo-list .person {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-history .ceo-list .person:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about-history .ceo-list .person:nth-child(even) .image-circle:after {
  background: #5D4236;
}
.about-history .ceo-list .person:nth-child(even) .name {
  text-align: right;
  margin-left: 0;
  margin-right: 50px;
}
.about-history .ceo-list .person .image-circle {
  aspect-ratio: 1/1;
  position: relative;
  z-index: 2;
  border-radius: 100%;
  width: 300px;
  min-width: 300px;
}
.about-history .ceo-list .person .image-circle:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 100%;
  background: #2B1F1A;
  -webkit-transform: translate(-20px, 20px);
          transform: translate(-20px, 20px);
}
.about-history .ceo-list .person .image-circle img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: 100%;
}
.about-history .ceo-list .person .name {
  padding-top: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  margin-left: 50px;
}
.about-history .ceo-list .person .name h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: #5D4236;
}
.about-history .ceo-list .person .name p {
  margin: 0;
  font-size: 16px;
}

.events-archive {
  background: #D8BEA5;
  position: relative;
  text-align: left;
  padding-bottom: 10rem;
}
.events-archive.wave-beige {
  background: #EADBCD;
}
.events-archive.wave-beige:after {
  content: "";
  display: block;
  background: url(../images/wave-beige.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  height: 100px;
  pointer-events: none;
}
.events-archive h2 {
  color: #5D4236;
  margin-bottom: 0;
  padding-left: 10rem;
  padding-bottom: 5rem;
  width: 100%;
}
.events-archive .events-archive-introduction-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.events-archive .big-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 180px;
}
.events-archive .big-icon img {
  height: auto;
}
.events-archive .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: 50px;
}
.events-archive .content .events-list h3 {
  font-size: 3.6rem;
  font-weight: 700;
  margin: 0 0 30px 0;
  color: #5D4236;
}
.events-archive .content .events-list .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #5E5249;
  border-bottom: 1px solid #5E5249;
  margin-bottom: 30px;
  padding: 15px 30px;
}
.events-archive .content .events-list .event-date {
  font-family: "Bodoni Moda", serif;
  font-size: 5.7rem;
  font-weight: 400;
  color: #5D4236;
}
.events-archive .content .events-list .event-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #5D4236;
}
.events-archive .content .events-list .event-info p:last-child {
  margin-bottom: 0;
}

.simple-content {
  background: #EADBCD;
  padding: 5rem 0;
}
.simple-content.wave-beige:after {
  content: "";
  display: block;
  background: url(../images/wave-beige.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  height: 100px;
  pointer-events: none;
}
.simple-content h1, .simple-content h2, .simple-content h3, .simple-content h4, .simple-content h5 {
  font-family: "Bodoni Moda", serif;
}
.simple-content h1:first-child, .simple-content h2:first-child, .simple-content h3:first-child, .simple-content h4:first-child, .simple-content h5:first-child {
  padding-top: 0;
  margin-top: 0;
}
.simple-content h1 {
  font-size: 7rem;
}
.simple-content h2 {
  font-size: 5rem;
}
.simple-content h3 {
  font-size: 3.6rem;
}
.simple-content h4 {
  font-size: 3.2rem;
}
.simple-content h5 {
  font-size: 22px;
}
.simple-content a {
  text-decoration: underline;
}
.simple-content a:hover {
  text-decoration: none;
}
.simple-content ul li {
  line-height: 1.6;
  margin-bottom: 5px;
}
.simple-content ul li:last-child {
  margin-bottom: 0;
}

form input[type=text], form input[type=email], form input[type=tel], form textarea {
  width: 100%;
  padding: 15px;
  background: #fff;
  border: none;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 18px;
}
form input[type=text]:focus, form input[type=email]:focus, form input[type=tel]:focus, form textarea:focus {
  background: #F4EBE4;
}
form textarea {
  height: 150px;
  min-height: 150px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
form input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin: 15px 10px 15px 4px;
}
form input[type=submit] {
  background: #5D4236;
  color: #fff;
  border: none;
  padding: 15px 40px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  font-family: "Bodoni Moda", serif;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
form input[type=submit]:hover {
  background: #2B1F1A;
}
@media only screen and (max-width: 1650px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 1450px) {
  html {
    font-size: 45%;
  }
}
@media only screen and (max-width: 1250px) {
  html {
    font-size: 45%;
  }
  .sticky-button {
    top: auto;
    bottom: 10%;
  }
  footer .bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1000px) {
  .hero .hero-content {
    padding: 0 100px;
  }
  .full-screen-menu {
    padding: 30px 0 0 80px;
  }
  .full-screen-menu:after {
    height: 30px !important;
  }
  .full-screen-menu .logo {
    display: none;
  }
  .news-latest {
    padding-bottom: 10rem;
  }
  .news-latest .news-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    position: relative;
  }
  .news-latest .news-block .number {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 20rem;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0 !important;
  }
  .news-latest .news-block .news-details {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-top: 40px;
  }
  .news-latest .news-block .news-picture {
    width: 300px;
    margin-left: 25rem;
  }
  .member-benefits .benefits-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .member-benefits .benefits-columns .benefit-column {
    width: 100%;
    padding: 3rem 0;
  }
  .member-benefits .benefits-columns .benefit-column:first-child:after {
    top: auto;
    left: 0;
    width: auto;
    height: 1px;
  }
  .academy-introduction .images-circle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .academy-introduction .images-circle .image-circle {
    width: 35%;
  }
  .people .leadership h3 {
    padding: 0;
  }
  .people .leadership .people-list .person {
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .people .leadership .people-list .person .name {
    padding-left: 0;
    text-align: center;
    padding-top: 40px;
  }
  .people .person {
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .people .person .name {
    padding-left: 0;
    text-align: center;
    padding-top: 40px;
  }
  .about-history .ceo-list .person {
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .about-history .ceo-list .person .name {
    padding-left: 0;
    text-align: center;
    padding-top: 40px;
  }
  .news-archive .news-details {
    width: auto;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 800px) {
  html {
    font-size: 35%;
  }
  body {
    font-size: 16px;
  }
  a.btn {
    font-size: 16px;
  }
  .pageAlign, .pageAlign2, .pageAlignFluid {
    padding: 0 12px;
  }
  .wave-beige, .wave-light-beige, .wave-dark-beige, .wave-white {
    padding-top: 50px;
  }
  .wave-beige:after, .wave-light-beige:after, .wave-dark-beige:after, .wave-white:after {
    height: 30px !important;
  }
  header:after {
    height: 200px;
  }
  header .pageAlign .container .logo {
    width: 90px;
    height: 90px;
  }
  .hero {
    padding-top: 150px;
  }
  .hero .hero-content {
    padding: 0 20px;
  }
  .hero .buttons {
    width: auto;
  }
  .hero .arrow {
    display: none;
  }
  .hero h1:before, .hero h1:after {
    width: 70px;
    height: 70px;
  }
  .hero h1:before {
    top: 0;
    left: -80px;
  }
  .hero h1:after {
    bottom: 0;
    right: -80px;
  }
  .news-latest h2 {
    font-size: 7rem;
    padding-left: 0;
    text-align: center;
  }
  .news-latest .news-block .number {
    font-size: 10rem;
  }
  .news-latest .news-block .news-picture {
    width: 220px;
    margin-left: 15rem;
  }
  .events-latest {
    padding-bottom: 10rem;
  }
  .events-latest h2 {
    font-size: 7rem;
    padding-left: 0;
    text-align: center;
  }
  .events-latest .big-icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .events-latest .big-icon img {
    width: 90px;
  }
  .events-latest .content {
    margin-left: 0;
  }
  .events-latest .events-latest-content {
    display: block;
  }
  .events-latest .events-grid {
    padding: 15px 30px;
  }
  .events-latest .events-grid .event {
    display: block;
  }
  .events-latest .events-grid .event-info {
    margin-left: 0;
  }
  .member-benefits {
    padding-bottom: 10rem;
  }
  .member-benefits h2 {
    font-size: 7rem;
    padding-left: 0;
    text-align: center;
  }
  .member-benefits .big-icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .member-benefits .content {
    margin-left: 0;
  }
  .member-benefits .member-benefits-content.offset {
    padding-left: 0;
  }
  .member-benefits .member-benefits-content.offset a.btn {
    -webkit-transform: none;
            transform: none;
  }
  .academy-introduction {
    padding-bottom: 10rem;
    overflow: hidden;
  }
  .academy-introduction h2 {
    font-size: 7rem;
    padding-left: 0;
    text-align: center;
  }
  .academy-introduction .big-icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .academy-introduction .content {
    margin-left: 0;
  }
  .academy-introduction a.btn {
    -webkit-transform: none;
            transform: none;
  }
  .events-archive {
    padding-bottom: 10rem;
    overflow: hidden;
  }
  .events-archive h2 {
    font-size: 7rem;
    padding-left: 0;
    text-align: center;
  }
  .events-archive .big-icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .events-archive .content {
    margin-left: 0;
  }
  .events-archive a.btn {
    -webkit-transform: none;
            transform: none;
  }
  .events-archive .content .events-list .event-date {
    width: 100%;
  }
  .events-archive .content .events-list .event-info {
    margin-left: 0;
  }
  .gallery-introduction {
    padding-bottom: 10rem;
  }
  .gallery-introduction h2 {
    font-size: 7rem;
    padding-left: 0;
    text-align: center;
  }
  .gallery-introduction .big-icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .gallery-introduction .content {
    margin-left: 0;
  }
  .gallery-introduction a.btn {
    -webkit-transform: none;
            transform: none;
  }
  .gallery-introduction .slider_center {
    margin-top: 20px;
  }
  .about-introduction {
    padding-bottom: 10rem;
  }
  .about-introduction h2 {
    font-size: 7rem;
    padding-left: 0;
    text-align: center;
  }
  .about-introduction .big-icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .about-introduction .content {
    margin-left: 0;
  }
  .about-introduction a.btn {
    -webkit-transform: none;
            transform: none;
  }
  .documents {
    padding-bottom: 10rem;
  }
  .documents h2 {
    font-size: 7rem;
    padding-left: 0;
    text-align: center;
  }
  .documents .big-icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .documents .content {
    margin-left: 0;
  }
  .documents a.btn {
    -webkit-transform: none;
            transform: none;
  }
  .documents .documents-list .document {
    width: 100%;
    border-bottom: 1px solid #5D4236;
    padding-bottom: 20px;
  }
  .documents .documents-list .document:after {
    display: none !important;
  }
  .news-archive {
    padding-bottom: 10rem;
  }
  .news-archive .top-content p, .news-archive .top-content h3 {
    padding-left: 0;
  }
  .news-archive h2 {
    font-size: 7rem;
    padding-left: 0;
    text-align: center;
  }
  .news-archive .big-icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .news-archive .content {
    margin-left: 0;
  }
  .news-archive a.btn {
    -webkit-transform: none;
            transform: none;
  }
  .sticky-button {
    width: 150px;
    height: 150px;
  }
  .sticky-button .text {
    font-size: 16px;
    padding: 0px 18px;
  }
  .sticky-button .logo {
    width: 60px;
    height: 55px;
  }
  .about-introduction .about-introduction-content .become-member .price-row .price-column {
    min-width: 0;
  }
  .people .members {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .people .leadership:before {
    inset: 0;
  }
  footer {
    font-size: 12px;
  }
  footer .bottom {
    gap: 10px;
  }
  .slider_list > li {
    width: 50vw;
  }
}/*# sourceMappingURL=styles.css.map */

body.subpage .hero {min-height:400px;}
.col50 { width: 50%; float: left; }
@media only screen and (max-width: 1000px) { .col50 { width: 100%; float: none; } }
.slimBox { max-width:600px; margin:auto;}