:root {
  --main-black: black;
  --main-yellow: #fcd620;
  --large-text: 1.35em;
  --white: #fff;
  --grey: #787878;
  --black: black;
  --normal-text: 16px;
  --font-family: baloo-thambi-2, sans-serif;
  --size: 12px;
  --white-2: white;
}

body {
  color: #fcd620;
  background-color: #000;
  font-family: baloo-thambi-2, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

a {
  color: var(--main-black);
  text-decoration: underline;
  transition: opacity .2s;
}

a:hover {
  opacity: .6;
}

.top-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 90vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.page-wrapper {
  background-image: url('../images/eloh-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.container.footer {
  justify-content: flex-end;
}

.column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-link {
  color: var(--main-yellow);
  text-decoration: none;
}

.logo-link.w--current {
  padding: 24px;
}

.heading {
  font-size: var(--large-text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3em;
}

.image {
  width: 100%;
  max-width: 400px;
}

.code-embed {
  z-index: 0;
  width: 100%;
  position: relative;
}

.tob-bar {
  z-index: 9999;
  justify-content: flex-end;
  align-items: center;
  height: 10vh;
  min-height: 60px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.menu-dropdown {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  color: var(--white);
  font-weight: 700;
}

.dropdown-link {
  border-bottom: 1px dotted var(--grey);
  background-color: var(--white);
  color: var(--grey);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.dropdown-link:hover {
  border-bottom-color: var(--main-black);
  opacity: 1;
  color: var(--main-black);
}

.dropdown-link.w--current {
  border-bottom-color: var(--main-black);
  color: var(--black);
  flex: 1;
}

.dropdown-link.top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.dropdown-link.bottom {
  border-bottom-style: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.dropdown-list {
  z-index: 999;
  border-radius: 20px;
}

.dropdown-list.w--open {
  z-index: 9999;
  background-color: rgba(20, 20, 20, 0);
  flex-flow: column;
  min-width: 200px;
  display: flex;
  left: -80px;
  overflow: hidden;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, .5);
}

.bottom-bar {
  justify-content: flex-end;
  align-items: center;
  height: 10vh;
  min-height: 60px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.footer-link {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--main-yellow);
}

.footer-link-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copyright {
  color: var(--white);
}

.fs-cc-banner3_text {
  color: var(--main-yellow);
  font-size: 1.25rem;
  font-weight: 700;
}

.fs-cc-banner3_paragraph {
  color: var(--main-black);
  margin-top: .75rem;
  margin-bottom: 0;
}

.fs-cc-banner3_buttons-wrapper {
  flex: none;
}

.fs-cc-banner3_button {
  color: #fff;
  background-color: #129657;
  border-radius: 500px;
  padding: .875rem 2rem;
  font-size: 1.125rem;
  text-decoration: none;
}

.fs-cc-banner3_button.fs-cc-button-alt {
  background-color: #df6966;
  margin-right: .75rem;
}

.fs-cc-banner3_button-text {
  display: inline-block;
}

.fs-cc-banner3_button-icon {
  width: 1rem;
  margin-right: .625rem;
}

.fs-cc-banner3_block {
  margin-right: 2rem;
}

.fs-cc-banner3_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-cc-banner3_component {
  z-index: 998;
  background-color: var(--white);
  border-radius: 1rem;
  margin: 2rem;
  padding: 2rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 7px 7px 12px rgba(0, 0, 0, .1);
}

.fs-cc-banner3_text-2 {
  color: var(--main-black);
  font-size: 1.25rem;
  font-weight: 700;
}

.fs-cc-banner3_text-link {
  color: #4b53eb;
  border-bottom: 2px solid #4b53eb;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner3_paragraph-2 {
  color: var(--main-black);
  margin-top: .75rem;
  margin-bottom: 0;
}

.fs-cc-banner3_component-2 {
  z-index: 998;
  background-color: #fff;
  border-radius: 1rem;
  margin: 2rem;
  padding: 2rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 7px 7px 12px rgba(0, 0, 0, .1);
}

.language-selector {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.selector-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--white);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  font-weight: 700;
  display: flex;
}

.icon {
  margin: 0;
  position: relative;
}

.selector-menu {
  z-index: 999;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  min-width: 200px;
  height: auto;
  min-height: 400px;
  display: none;
  position: absolute;
  top: 60px;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
  box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

@media screen and (max-width: 991px) {
  .top-section {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: 90vh;
    padding: 2rem 1rem;
  }

  .container {
    flex-flow: column;
  }

  .container.footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .column {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    width: 100%;
  }

  .image {
    max-width: 300px;
  }

  .tob-bar {
    height: auto;
    min-height: 10vh;
  }

  .bottom-bar {
    height: auto;
    min-height: 10vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-link-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .bottom-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-link-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .fs-cc-banner3_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner3_container {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tob-bar {
    justify-content: center;
    align-items: center;
  }

  .menu-dropdown {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .dropdown-link {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-list.w--open {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    top: 60px;
    left: auto;
  }

  .fs-cc-banner3_buttons-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .fs-cc-banner3_button {
    text-align: center;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .fs-cc-banner3_button.fs-cc-button-alt {
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .fs-cc-banner3_block {
    text-align: left;
    margin-right: 0;
  }

  .fs-cc-banner3_component-2 {
    margin: 1rem;
    padding: 1rem;
  }

  .language-selector {
    position: static;
  }

  .selector-menu {
    width: 100%;
    top: 60px;
    bottom: 0%;
    left: 0;
    right: 0;
  }
}


