body {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 100vh;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-size: 2.5em;
    margin-bottom: .5em;
    margin-top: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.logo-wrapper.image {
    margin-bottom: 2em;
}

.section {
    flex-grow: 1;
    padding: 2em;
    text-align: center;
    position: relative;
}

.section-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-grow: 10;
    width: 70%;
    max-width: 1170px;
    min-height: calc(100vh - 7em);
    margin: 0 auto;
}

.graphic-logo {
    width: auto;
    max-width: 500px;
    max-height: 300px;
    margin: 0 auto;
}

.text-logo {
    font-size: 2em;
}

.section-body p {
    font-size: 1.2em;
    line-height: 1.5em;
}

#background-wrapper, #background-image, #background-color, .background-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#background-wrapper {
    overflow: hidden;
}

#background-image {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#background-image.pattern {
    background-size: initial;
    background-repeat: repeat;
}

.video-banner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

#background-image {
    opacity: 0;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

#background-image.loaded {
    opacity: 1;
}

.video-banner iframe, .video-banner video {
    -o-transition: opacity 1500ms;
    transition: opacity 1500ms;
}

.social-list {
    height: 3em;
    padding: 0;
    margin: 0;
    z-index: 100;
    text-align: center;
}

.social-list li {
    list-style: none;
    display: inline-block;
    padding: 0 2px;
}

.social-list a {
    display: block;
    height: 3em;
    width: 2.5em;
    line-height: 3em;
    background: transparent;
    -o-transition: background 300ms linear;
    transition: background 300ms linear;
    border-radius: 5px;
}

.social-list i {
    font-size: 1em;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.social-list a:hover i {
    -webkit-animation: spin 300ms linear;
    animation: spin 300ms linear;
}

.lang-switch-wrapper {
    position: absolute;
    top: 50px;
    right: 50px;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 1024px) {
    .graphic-logo {
        padding: 20px 0;
    }
    .section-body, .social-list {
        font-size: 16px!important;
    }
    .section-body h1:not(.text-logo), .section-body h2, .section-body h3, .section-body h4, .section-body h5, .section-body h6, .text-logo-wrapper {
        font-size: 1.8em!important;
    }
}

@media only screen and (max-width: 680px) {
    .section-body, .social-list {
        font-size: 15px!important;
    }
    .text-logo {
        font-size: 1.6em;
    }
    .lang-switch-wrapper {
        position: absolute;
        top: 20px;
        right: 20px;
    }
}

@media only screen and (max-width: 560px) {
    .section {
        padding: 4em 1em;
        min-height: calc(100vh - 11em);
    }
    .section-body {
        width: auto;
    }
    .graphic-logo {
        max-height: 200px;
        padding-bottom: 0;
        max-width: 100%;
    }
    .section-body, .social-list {
        font-size: 14px!important;
    }
}
body,
input {
  font-family: "Open Sans", "sans-serif";
  color: #ffffff;
}
a {
  color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "sans-serif";
}
body {
  font-size: 17px;
  letter-spacing: 0px;
  font-weight: 400;
}
h1:not(.text-logo),
h2,
h3,
h4,
h5,
h6,
.text-logo-wrapper {
  font-size: 2.3529411764706em;
  letter-spacing: 0px;
  font-weight: 700;
  font-style: normal;
}
h1 {
  font-weight: 700;
  font-style: normal;
}
.text-logo {
  display: inline-block;
}
input,
button {
  box-shadow: inset 0 0 0 0 !important;
  -webkit-box-shadow: inset 0 0 0 0 !important;
  -webkit-appearance: none;
  outline: none;
}
#background-image.loaded {
  opacity: 1;
  background-size: 50% !important;
  background: url(brain-glow.png) #31c4f3;
  background-position: 10% center;
  background-blend-mode: overlay;
  background-repeat: no-repeat;
}

.panel {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 3rem;
  margin: 1rem;
  border-radius: 10px;
}

.panel-head img {
  width: 250px;
}

.panel-title {
  color: #4e4e4e;
  padding: 2rem 0 0.5rem;
  font-family: "Montserrat", "sans-serif" !important;
}

.panel-body p,
.panel-body li {
  color: #4e4e4e;
}

.panel-body .btn {
  padding: 0.3rem 2rem;
  background: #009dd0;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.5s ease;
}

.panel-body .btn:hover {
  background: #0182ac;
}

.panel-body div {
  display: inline-block;
  margin: 1rem;
}

.panel-copy {
  text-align: left;
}

.button {
    display: inline-block;
    padding: 1rem 2rem;
    margin: 0.5rem;
    border: 1px solid #31c4f3;
    border-radius: 5px;
    text-decoration: none;
    color: #2790b0;
    background-color: white;
    transition: background-color 0.3s, color 0.3s;
}

.button:hover {
    background-color: #2790b0;
    color: white;
}

.twocolgrid p {
    font-size: 1.2rem;
}
.threecolgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.threecolgrid__right {
    grid-column: 1 / span 2;
    justify-items: center;
}

@media (max-width: 60rem) {
    .threecolgrid {
        grid-template-columns: 1fr;
    }
    .threecolgrid__right {
        grid-column: 1;
        justify-items: center;
    }
}

.button-disabled {
    border-color: #aaa;
    background-color: #ddd;
    color: #777;
    cursor: pointer;
}
.button-disabled:hover,
.button-disabled:active {
    border-color: #aaa;
    background-color: #ddd;
    color: #777;
    cursor: not-allowed;
}