/* Text Elements */

h1.hero-heading {
  margin-top: 0;
  margin-bottom: 24px;
  color: #003057;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  font-style: normal;
  font-size: 72px;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  line-height: 1;
}

h2.h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  color: #003057;
  text-align: left;
  text-transform: none;
  letter-spacing: -1px;
  font-weight: 400;
  font-style: normal;
  font-size: 56px;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  line-height: 1;
}

h2.hero-subheading {
  margin-top: 0;
  margin-bottom: 24px;
  color: #003057;
  letter-spacing: -1px;
  font-weight: 400;
  font-size: 24px;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1.4;
}

h2.heading-contact {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 600px;
  width: auto;
  color: #fff;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  font-style: normal;
  font-size: 64px;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  line-height: 1;
}

h4.content-video-paragraph {
  margin-top: 16px;
  margin-bottom: 32px;
  max-width: 860px;
  color: #fff;
  text-align: left;
  text-transform: none;
  font-weight: 400;
  font-size: 24px;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1.4;
}

h4.h4-heading {
  margin-top: 16px;
  margin-bottom: 0;
  color: #003057;
  text-align: left;
  font-weight: 500;
  font-size: 24px;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  line-height: 1.4;
}

p.paragraph.big-paragraph {
  margin-top: 16px;
  color: #003057;
  text-align: left;
  font-weight: 400;
  font-size: 22px;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 31px;
}

p.paragraph.paragraph-text {
  margin-top: 16px;
  color: #003057;
  text-align: left;
  font-weight: 400;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 25px;
}

a.link-text.navbar-logo {
  margin-right: 16px;
  margin-left: 16px;
  color: #003057;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 36px;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
}

a.link-text.footer-logo {
  margin-right: 16px;
  margin-left: 16px;
  color: #f2f6f7;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
}

a.link-text.navbar-logo:hover {
  text-decoration: overline;
}

a.link-text.footer-logo:hover {
  text-decoration: overline;
}

/* Layout Elements */

body.body {
  padding-top: 0;
  background-color: #f2f6f7;
}

.container.footer-3-columns {
  display: grid;
  max-width: none;
  width: 100%;

  grid-template-columns: repeat(3 , 33.3%);
  grid-template-rows: auto;
}

.container.container-content-footer {
  padding: 32px 16px;
  width: auto;
}

.container.footer {
  position: relative;
  z-index: 901;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  -ms-flex-align: start;
  padding-right: 24px;
  padding-left: 24px;
  min-height: 400px;
  background-color: #003057;

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container.container-club-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: start;
  max-width: 1280px;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.rec-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 96px 24px;
  min-height: 50vh;
  background-color: #003057;
  background-image: url('../images/damir-kopezhanov-VM1Voswbs0A-unsplash.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background-blend-mode: multiply;
}

.container.neutral-article-section-1-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 0;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.neutral-three-columns-article-1 {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  max-width: 1480px;

  grid-template-columns: repeat(3 , 1fr);
  grid-template-rows: auto;
  grid-row-gap: 48px;
  grid-column-gap: 24px;
}

.container.navbar {
  position: fixed;
  right: auto;
  left: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-right: 24px;
  padding-bottom: 0;
  padding-left: 24px;
  min-height: 100px;
  max-width: none;
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(214, 214, 214, .4) 5px 5px 10px 0;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.container-navbar-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.hero-section-index {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  padding-top: 136px;
  min-height: 80vh;
  max-width: 1480px;

  grid-template-areas: 'content image';
  grid-template-columns: repeat(2 , 50%);
  grid-template-rows: auto;
}

.container.content-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 48px 24px;
  background-color: #f2f6f7;

  grid-area: content;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.hero-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  margin-left: 0;
  padding-top: 96px;
  padding-bottom: 96px;
  max-width: 600px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.area-container-card {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  padding: 16px 16px 32px;
  min-height: 550px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: #c0d2d7 5px 5px 10px 0;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.areas-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 120px 24px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.areas-container-title-wrapper {
  margin-bottom: 48px;
  max-width: 1480px;
  width: 100%;
}

.container.articles-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 120px 24px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

div.responsive-picture.area-picture {
  margin-bottom: 8px;
  border-radius: 12px;
  -webkit-filter: saturate(1) grayscale(0) sepia(0) invert(0) blur(0px) hue-rotate(-12deg);
          filter: saturate(1) grayscale(0) sepia(0) invert(0) blur(0px) hue-rotate(-12deg);
}

.rule.footer-rule {
  margin-top: 8px;
  margin-bottom: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  max-width: 1680px;
}

.rule.footer-rule hr {
  border-top-color: #0a97b6;
}

@media screen and (max-width: 79.9375rem) {
  /* Layout Elements */

  .container.areas-section {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.hero-section-index {
    background-image: url('../images/25509166114_603e505c90_o.jpg');
    background-attachment: local;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.content-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    max-height: 50%;
  }

  .container.container-club-wrapper {
    width: 50%;
  }

  .container.rec-section {
    -ms-flex-align: start;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.footer {
    background-color: #4080b5;
  }

  div.responsive-picture.area-picture {
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  div.responsive-picture.picture-1 {
    border-radius: 12px;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }
}

@media screen and (max-width: 60rem) {
  /* Text Elements */

  h2.h2-heading {
    font-size: 56px;
  }

  h2.heading-contact {
    font-size: 48px;
  }

  /* Layout Elements */

  .container.container-club-wrapper {
    max-width: 800px;
  }

  .container.neutral-three-columns-article-1 {
    grid-template-rows: auto;
    grid-template-columns: repeat(3 , auto);
  }

  .container.hero-section-index {
    grid-template-areas: 'image' 'content';
    grid-template-rows: minmax(70vh, auto) minmax(50vh, auto);
    grid-template-columns: minmax(100%, 1px);
  }

  .container.hero-content-wrapper {
    margin-top: 16px;
    margin-left: 0;
    max-width: 800px;
  }
}

@media screen and (max-width: 48rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 72px;
  }

  a.link-text.navbar-logo {
    margin-bottom: 16px;
    font-size: 32px;
  }

  /* Layout Elements */

  .container.footer-3-columns {
    grid-template-rows: repeat(3 , auto);
    grid-template-columns: auto;
  }

  .container.neutral-three-columns-article-1 {
    grid-template-columns: auto;
    grid-template-rows: repeat(3 , auto);
  }

  .container.hero-section-index {
    min-height: auto;

    grid-template-columns: 1fr;
  }

  .container.navbar {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    padding-top: 16px;
    padding-bottom: 16px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 35.3125rem) {
  /* Text Elements */

  h2.h2-heading {
    letter-spacing: -1px;
    font-size: 48px;
  }

  h2.hero-subheading {
    letter-spacing: -1px;
    font-size: 5.72vw;
  }

  h2.heading-contact {
    letter-spacing: -1px;
  }

  a.link-text.footer-logo {
    margin-right: 8px;
    margin-left: 8px;
    font-size: 24px;
  }

  /* Layout Elements */

  .container.footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container.rec-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container.neutral-article-section-1-1 {
    padding-right: 0;
    padding-left: 0;
  }

  .container.navbar {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 12px;
    padding-bottom: 24px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.container-navbar-logo {
    margin-top: 16px;
  }

  .container.content-hero {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container.areas-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container.articles-section {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 23.375rem) {
  /* Text Elements */

  h1.hero-heading {
    text-align: center;
    font-size: 64px;
  }

  h2.h2-heading {
    font-size: 40px;
  }
}