:root {
  --dark-slate-gray-2: #312b3de3;
  --gj-green: #7cb829;
  --white-smoke: #e9e9e9;
  --dark-slate-gray: #262c46;
  --silver: #c2beb396;
  --light-sea-green: #1abc9c;
  --peru: #b59143;
  --sandy-brown: #fac960;
}

h1 {
  color: #8a6d2f;
  letter-spacing: 0;
  text-shadow: none;
  margin: 10px 0;
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 54px;
}

h2 {
  color: #8a6d2f;
  text-shadow: none;
  margin: 0 0 27px;
  font-size: 38px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  text-shadow: none;
  margin: 5px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #0006;
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
}

.button {
  float: right;
  color: #fff;
  text-align: center;
  background-color: #7cb829;
  border-radius: 5px;
  width: 30%;
  height: 54px;
  margin-left: 0;
  padding: 4px 29px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
}

.button:hover {
  color: #fff;
  background-color: #7cb829;
}

.field {
  float: left;
  color: #806732;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  width: 31%;
  height: 54px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 300;
  transition: box-shadow .15s;
  box-shadow: inset 0 0 8px #0000;
}

.field:focus {
  box-shadow: inset 0 0 0 2px #b59143;
}

.sign-up-form {
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 50px;
}

.social-widget {
  float: left;
  width: 100px;
  transition: opacity .3s;
}

.social-widget-wrapper {
  width: 223px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: block;
}

.success-message {
  color: #fff;
  background-color: #0000;
  border-radius: 2px;
  padding: 20px 20px 20px 0;
  transition: all .3s;
}

.spread-word {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 20px;
  margin-bottom: 9px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.error-message {
  background-color: red;
  border-radius: 2px;
  padding-bottom: 5px;
}

.bar {
  float: left;
  background-color: #1abc9c;
  width: 14.285%;
  height: 7px;
}

.container {
  padding-left: 70px;
  padding-right: 70px;
}

.social-section {
  text-align: center;
  background-color: #7cb829;
  padding-top: 58px;
  padding-bottom: 58px;
}

.share-btn {
  width: 61px;
  margin-top: 0;
  margin-left: 14px;
  margin-right: 14px;
  padding-top: 0;
  display: inline-block;
}

.share-wrapper {
  margin-top: 32px;
}

.social-btn {
  opacity: .15;
  margin-left: 17px;
  padding-left: 2px;
  padding-right: 2px;
  transition: opacity .25s;
}

.social-btn:hover {
  opacity: .7;
}

.social-btn.footer {
  margin-left: 9px;
  margin-right: 9px;
}

.navbar {
  color: #1abc9c;
  background-color: #000;
  padding-top: 23px;
  padding-bottom: 23px;
}

.right-nav {
  text-align: right;
  margin-top: 30px;
  padding-top: 2px;
}

.brand {
  color: #2e2e2e;
  font-size: 32px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.logo {
  margin-top: 0;
  margin-right: 13px;
}

.logo.footer {
  margin: 0 auto 21px;
  display: block;
}

.section {
  color: #ce1717;
  text-align: center;
  padding-top: 81px;
  padding-bottom: 81px;
}

.section.hero {
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(#000, #0000 71%), url('../images/PHOTO-2021-11-10-08-53-36.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 630px;
  margin: -130px 0 0;
  padding: 0;
  display: flex;
}

.section.hero.success {
  background-color: #18c7aa;
  height: 100vh;
  margin-top: 0;
}

.section.hero.lander {
  height: 500px;
  margin-top: 0;
}

.section.grey {
  background-color: #f2f2f2;
}

.grey-heading {
  color: #0000008f;
  text-shadow: none;
}

.image-crop {
  height: 368px;
  margin-top: 39px;
  margin-bottom: -81px;
  overflow: hidden;
}

.phone-image {
  width: 381px;
}

.infinite {
  opacity: .15;
  margin-top: 52px;
}

.sign-up-heading {
  float: left;
  color: #7cb829;
  text-align: left;
  margin-bottom: 50px;
}

.sign-up-heading.main {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 300;
}

.sign-up-heading.sub {
  font-size: 30px;
}

.sign-up-heading.sub._2 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.main-image {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -3px;
  display: block;
}

.bold-header {
  color: #fff;
  font-weight: 400;
}

.paragraph {
  color: #000;
  text-align: center;
  flex: 1;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 33px;
}

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

.parapgraph-white {
  float: left;
  color: #fff;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.paragrpah-white {
  color: #fff;
}

.social-media-section {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 30px;
}

.social-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.social-image._2 {
  margin-top: 30px;
}

.link-block {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.row {
  margin-bottom: 0;
  padding-bottom: 0;
}

.imae {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 0;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.html-embed {
  margin-top: 0;
  margin-bottom: 0;
}

._70-div {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  padding-bottom: 0;
  display: flex;
}

._70-div.inside {
  justify-content: center;
  display: block;
}

._70-div.inside.legal {
  display: flex;
}

.navbar-2 {
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 130px;
  display: flex;
}

.nav-link {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.nav-link:hover {
  opacity: .5;
}

.about-section {
  background-color: #fff;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.about-section.grey {
  background-color: #e9e9e9;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.about-section.bio {
  background-color: #f0f0f0;
}

.column {
  padding-left: 0;
  padding-right: 50px;
}

.heading-1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 84px;
}

.vertical-div-50px {
  height: 50px;
}

.link {
  float: none;
  background-color: #7cb829;
  border: 5px #000;
  border-radius: 5px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
  display: inline-block;
}

.link:hover {
  background-color: #334d11;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.paragraph-2, .paragraph-1 {
  color: #fff;
}

.column-3 {
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  height: 500px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.column-4 {
  background-image: url('../images/214_bermondsey-8796.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-left: 0;
  display: flex;
}

.fancy-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
}

.fancy-heading.smaller {
  color: #7cb829;
  text-align: center;
  flex: none;
  width: 100%;
  font-size: 30px;
  line-height: 34px;
}

.intro-dection {
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.div-block {
  width: 100%;
}

._20px-div {
  width: 100%;
  height: 20px;
  display: inline-block;
}

.footer {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.footer-text {
  color: #fff;
  text-align: left;
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
}

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

.footer-text.legal {
  color: #000;
  text-align: center;
  width: auto;
  text-decoration: none;
  display: inline-block;
}

.column-5 {
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  height: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-2 {
  background-color: #7cb829;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.heading-2.testimonial {
  color: #fff;
}

.heading-2.footer {
  color: #fff;
  text-align: left;
  flex: none;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.heading-2.footer.right {
  text-align: right;
}

.column-6, .column-7 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-7.form {
  display: flex;
}

.column-8 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-3 {
  width: 30px;
  display: inline-block;
}

.text-field {
  border-radius: 5px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.form-block {
  width: 70%;
}

.testimonial-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/PHOTO-2021-11-10-08-53-36-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.column-9 {
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.column-10 {
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.legal-div {
  background-color: #e9e9e9;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.pwd-link {
  background-color: #777;
  padding: 10px 20px;
}

.image {
  margin-left: 10px;
}

.slider {
  height: 600px;
}

.slide {
  background-image: url('../images/PHOTO-2021-11-10-08-53-36-4.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-2 {
  background-image: url('../images/PHOTO-2021-11-10-08-53-36-6.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
}

.slide-3 {
  background-image: url('../images/PHOTO-2021-11-10-08-53-36.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/PHOTO-2021-11-10-08-57-14-6.jpg');
  background-position: 50%;
  background-size: cover;
}

.success-message-2 {
  background-color: #7cb829;
  border-radius: 5px;
  font-family: Lato, sans-serif;
}

.text-block {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  line-height: 33px;
}

.text-block-2 {
  color: #fff;
  font-size: 23px;
  line-height: 33px;
}

.error-message-2 {
  background-color: red;
  border-radius: 5px;
}

.image-div {
  background-image: url('../images/PHOTO-2021-11-10-09-03-02.jpg');
  background-position: 50%;
  background-size: cover;
  width: 70%;
  height: 500px;
  margin-left: 0;
}

.slide-5 {
  background-image: url('../images/IMG-20180711-WA0006.jpg');
  background-position: 50% 17%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/IMG-20180711-WA0023.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.html-embed-3 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-2 {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.standard-container-div {
  width: 80%;
}

.image-2 {
  object-fit: contain;
  width: 100%;
  min-height: 200px;
  max-height: 220px;
}

.drinks-name {
  color: var(--dark-slate-gray-2);
  font-size: 30px;
  font-weight: 400;
}

.drinks-name.smaller {
  font-size: 26px;
}

.drinks-description {
  color: var(--dark-slate-gray-2);
  height: 70px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 16px;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-5 {
  background-color: var(--gj-green);
  color: var(--white-smoke);
  text-align: center;
  flex-wrap: wrap;
  flex: none;
  place-content: center;
  align-items: center;
  width: 100px;
  height: 70px;
  display: flex;
}

.div-block-5.grey {
  background-color: var(--dark-slate-gray-2);
}

.text-block-3 {
  flex: 0 auto;
  width: 100%;
}

.text-block-3.light {
  font-weight: 300;
  line-height: 16px;
}

.text-block-3.larger {
  margin-bottom: 5px;
  font-size: 18px;
}

.abv {
  width: 100%;
  font-size: 18px;
}

.abv.price {
  font-size: 24px;
}

.columns {
  align-items: center;
  display: flex;
}

.div-block-6 {
  margin-left: 30px;
}

.under {
  margin-top: 50px;
}

.title-div {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.section-title {
  color: var(--dark-slate-gray);
  text-align: center;
  flex: 0 auto;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Sedgwick Ave, sans-serif;
  font-size: 50px;
  line-height: 1em;
}

.div-block-7 {
  border-style: solid none none;
  border-width: .5px;
  border-color: var(--dark-slate-gray);
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-8, .div-block-9 {
  display: none;
}

.section-3 {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.standard {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.section-4 {
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  display: flex;
}

.column-17 {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  object-fit: contain;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

.columns-2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  h1, p {
    text-shadow: none;
  }

  .button {
    width: 100%;
    margin-top: 20px;
  }

  .field {
    width: 100%;
  }

  .social-btn {
    transition: all .2s;
  }

  .social-btn:hover {
    opacity: .8;
  }

  .section.hero {
    height: auto;
    padding: 200px 100px 100px;
  }

  .sign-up-heading {
    float: none;
    text-align: center;
  }

  .main-image {
    float: none;
    clear: none;
    flex: 0 auto;
    margin-bottom: 0;
    display: block;
  }

  ._70-div {
    flex: 0 auto;
  }

  ._70-div.nav {
    flex-wrap: wrap;
    flex: 0 auto;
    place-content: center space-between;
    align-items: center;
    height: 130px;
  }

  .footer {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-text, .footer-text.right {
    text-align: center;
  }

  .column-5 {
    height: auto;
  }

  .heading-2.footer, .heading-2.footer.right {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-7 {
    margin-top: 50px;
  }

  .form-block {
    width: 100%;
  }

  .column-9 {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .column-10 {
    height: auto;
  }

  .menu-button {
    color: #fff0;
    text-align: right;
    background-color: #0000;
    flex: 1;
    padding-right: 0;
    position: static;
  }

  .menu-button.w--open {
    background-color: #fff0;
  }

  .icon {
    color: #fff;
  }

  .brand-2 {
    flex: 0 auto;
    position: static;
  }

  .nav-menu {
    background-color: #000000d6;
  }

  .standard-container-div {
    width: 90%;
  }

  .image-2 {
    object-fit: cover;
    width: auto;
    height: 300px;
  }

  .columns {
    display: block;
  }

  .column-12, .column-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-16 {
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1, p {
    text-shadow: none;
  }

  .button, .field {
    width: 100%;
  }

  .container {
    padding-left: 33px;
    padding-right: 33px;
  }

  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section.hero {
    padding: 200px 50px 100px;
  }

  .sign-up-heading {
    font-size: 42px;
  }

  .heading-1 {
    font-size: 60px;
    line-height: 70px;
  }

  .link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    height: auto;
  }

  .div-block-3 {
    width: 10px;
  }

  .testimonial-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .menu-button {
    padding-right: 0;
  }

  .image-2 {
    height: 250px;
  }

  .drinks-name {
    font-size: 26px;
  }

  .column-11 {
    padding-left: 0;
  }

  .div-block-5 {
    width: 80px;
  }

  .columns {
    margin-bottom: 50px;
    display: flex;
  }

  .under {
    margin-top: 0;
  }

  .column-14 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-shadow: none;
    font-size: 36px;
    line-height: 46px;
  }

  h2 {
    text-shadow: none;
    font-size: 30px;
    line-height: 31px;
  }

  p {
    text-shadow: none;
    padding-left: 18px;
    padding-right: 18px;
  }

  .button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
    margin-left: 0;
  }

  .field {
    text-align: center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
  }

  .social-widget {
    width: 96px;
  }

  .social-widget-wrapper {
    width: 194px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .section {
    padding: 47px 20px;
  }

  .section.hero {
    background-image: linear-gradient(#000 15%, #0000 71%), url('../images/IMG_6032.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grey-heading {
    text-shadow: none;
  }

  .image-crop {
    height: 278px;
    margin-bottom: -47px;
  }

  .phone-image {
    width: 80%;
  }

  .sign-up-heading {
    font-size: 26px;
    line-height: 35px;
  }

  .main-image {
    width: 150px;
    margin-top: 0;
  }

  .paragraph {
    font-size: 18px;
  }

  .html-embed-2 {
    margin-top: 50px;
  }

  ._70-div.inside {
    width: 90%;
  }

  ._70-div.inside.legal {
    flex-wrap: wrap;
  }

  .heading-1 {
    font-size: 40px;
    line-height: 55px;
  }

  .footer-text.legal {
    width: 100%;
  }

  .image {
    margin-left: 0;
  }

  .menu-button {
    padding-right: 0;
  }

  .link-block-2 {
    margin-top: 10px;
  }

  .image-2 {
    height: auto;
    min-height: auto;
  }

  .drinks-name.gotm {
    color: var(--gj-green);
    margin-bottom: 0;
    font-family: Sedgwick Ave, sans-serif;
  }

  .drinks-name.nm, .drinks-name.shots, .drinks-name.nomarg {
    margin-bottom: 0;
  }

  .drinks-description {
    height: auto;
  }

  .column-11 {
    text-align: center;
    padding-right: 0;
  }

  .div-block-4 {
    flex-wrap: wrap;
    place-content: center;
  }

  .div-block-5 {
    flex: 1;
  }

  .div-block-5.grey {
    flex-wrap: wrap;
    display: flex;
  }

  .columns {
    border: 1px solid #858585;
    margin-bottom: 20px;
    padding: 20px;
    display: block;
  }

  .columns.gotm {
    border-width: 2px;
    border-color: var(--gj-green);
  }

  .div-block-6 {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-14 {
    justify-content: center;
  }

  .column-16 {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-5 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tabs-menu {
    z-index: 9999;
    font-weight: 400;
    position: sticky;
    top: 0;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    padding-top: 20px;
    display: flex;
  }

  .tabs {
    width: 100%;
    position: relative;
  }

  .tab {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .tab.w--current {
    background-color: var(--gj-green);
    color: var(--white-smoke);
    text-align: center;
  }

  .div-block-12 {
    text-align: center;
    border: 1px solid #858585;
    padding: 20px;
    position: relative;
  }

  .tab-pane-tab-5 {
    width: 100%;
  }

  .columns-3 {
    margin: 20px;
  }

  .div-block-13 {
    padding: 0;
  }

  .div-block-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-16 {
    padding: 20px;
  }

  .div-block-17 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .tab-pane-tab-2, .tabs-content {
    width: 100%;
  }

  .gotm-bottom-text {
    margin-top: 20px;
  }

  .announcement-div {
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .div-block-18 {
    border: 1px solid var(--gj-green);
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
  }

  .div-block-19 {
    color: var(--white-smoke);
    text-align: center;
    background-color: red;
    border-radius: 1000px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: -5px;
    right: -5px;
    transform: rotate(10deg);
  }

  .newtext {
    font-family: Sedgwick Ave, sans-serif;
    font-size: 14px;
    line-height: 1em;
  }

  .div-block-20 {
    background-color: #414141;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-block-21 {
    color: var(--white-smoke);
    text-align: center;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-span {
    color: red;
  }

  #w-node-e18f17c8-47c4-26f5-bd1c-305ad83baae1-3ab0fb09, #w-node-_07241c50-d7e3-f678-b140-4acdbf8a75f0-3ab0fb09, #w-node-_5e5fc7ac-8c76-deb7-59ce-224bea34c392-3ab0fb09, #w-node-b0d1ca00-83a6-2367-5a7d-745b6faf6acc-3ab0fb09, #w-node-_01880c56-ecde-6a46-b40f-7f9808900225-3ab0fb09, #w-node-_9d7036e3-8b33-3c12-da25-440f7fc64144-3ab0fb09, #w-node-_29868fc6-6a6f-1029-e96a-d9e38ac29528-3ab0fb09, #w-node-_672ef9bb-2226-0115-1959-35f4d808cd4a-3ab0fb09, #w-node-_74f917b7-06f9-2040-c235-fe8c7a4ac7ff-3ab0fb09, #w-node-d343b4cb-6195-18e6-3082-efc860b73b31-3ab0fb09, #w-node-_984c6a10-a721-bf5a-e455-0199528cfb2d-3ab0fb09, #w-node-_90d81ea0-bd3d-611e-234d-e52b47dbbace-3ab0fb09, #w-node-_3e8c35fd-afec-7e3f-4172-76afd97fa7dd-3ab0fb09, #w-node-_8a3a31fe-9587-7dee-393b-6c7ef5103b6b-3ab0fb09 {
    justify-self: stretch;
  }
}


