/* Colors */
.gd-green {
  background: #919F6D;
}
/* Responsive */
/* Sizes */
.border-radius0 {
  border-radius: 2px;
}
.border-radius {
  border-radius: 5px;
}
.border-radius2 {
  border-radius: 9px;
}
/* transitions */
/* Shadows */
.ts-grey {
  text-shadow: 0 0.1em 0 #444;
}
.ts-dgrey {
  text-shadow: 0 0.1em 0.1em #000;
}
/* Fonts */
.main-font {
  font-family: "Open Sans", Tahoma;
}
.italic {
  font-style: italic;
}
.w300 {
  font-weight: 300;
}
.w400 {
  font-weight: 400;
}
.w500 {
  font-weight: 500;
}
.w600 {
  font-weight: 600;
}
.w700 {
  font-weight: 700;
}
.w800 {
  font-weight: 800;
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  position: relative;
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
button,
input[type=submit] {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  outline: 0 none;
  border-width: 0;
  user-select: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  appearance: none;
  border-radius: 0;
}
textarea {
  border-radius: 0;
}
input:focus {
  outline: 0;
}
body .banner {
  background: linear-gradient(180deg, #7B8B51 38.94%, #6A7943 100%);
}
body .banner .content {
  width: 1600px;
  padding: 1.2em;
  margin: auto;
  color: #C7DA94;
  line-height: 1.2;
}
@media screen and (max-width: 1600px) {
  body .banner .content {
    width: 100%;
    padding: 0.75em;
    min-height: 5em;
  }
}
body .banner .content > .lblock {
  display: inline-block;
  padding-left: 2em;
  font-style: italic;
  font-size: 75%;
}
@media screen and (max-width: 1600px) {
  body .banner .content > .lblock {
    width: 40%;
  }
}
@media screen and (max-width: 500px) {
  body .banner .content > .lblock {
    display: none;
  }
}
body .banner .content > .lblock > span {
  vertical-align: middle;
}
body .banner .content > .rblock {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  padding-right: 2em;
}
@media screen and (max-width: 500px) {
  body .banner .content > .rblock {
    width: 100%;
    padding-left: 2em;
  }
}
body .banner .content > .rblock .tel {
  display: inline-block;
  margin-top: 1em;
  margin-right: 1.2em;
  font-weight: 800;
}
@media screen and (max-width: 1600px) {
  body .banner .content > .rblock .tel {
    display: block;
    margin: 0.75em 0 0.25em 0;
    text-align: right;
  }
}
@media screen and (max-width: 500px) {
  body .banner .content > .rblock button {
    width: 100%;
  }
}
body .menu {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #F6F1E1;
}
@media screen and (max-width: 500px) {
  body .menu {
    position: relative;
  }
}
body .menu .content {
  width: 1280px;
  margin: auto;
  padding: 0.75em 0;
}
@media screen and (max-width: 1280px) {
  body .menu .content {
    width: 100%;
  }
  body .menu .content:after {
    display: block;
    clear: both;
    content: "";
  }
}
body .menu .content h1 {
  display: inline-block;
  color: #324305;
}
@media screen and (max-width: 500px) {
  body .menu .content h1 {
    display: block;
    width: 100%;
    text-align: center;
  }
}
body .menu .content h1 > a:hover,
body .menu .content h1 > a.active {
  border: 2px solid transparent;
}
body .menu .content h1 > a > * {
  vertical-align: middle;
}
body .menu .content nav {
  display: inline;
  float: right;
}
@media screen and (max-width: 1280px) {
  body .menu .content nav {
    font-size: 80%;
    line-height: 1.6;
  }
}
@media screen and (max-width: 500px) {
  body .menu .content nav {
    margin-top: 0.75em;
    font-size: 70%;
  }
}
body .menu .content nav ul {
  float: right;
}
body .menu .content nav ul li {
  display: inline-block;
}
main .hero {
  background: #7B8B51;
  padding: 4em 1.2em calc(2em*2 + 70px);
}
@media screen and (max-width: 500px) {
  main .hero {
    padding: 2em 0.75em calc(2em + 70px);
  }
}
main .hero .content {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1600px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  main .hero .content {
    flex-direction: column;
  }
}
main .hero .content .img-right {
  flex: 1;
  width: 50%;
}
@media screen and (max-width: 1280px) {
  main .hero .content .img-right {
    position: absolute;
    right: 0;
    top: -2em;
    width: 10em;
  }
}
@media screen and (max-width: 500px) {
  main .hero .content .img-right {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }
}
main .hero .content .img-right img {
  width: 100%;
}
main .hero .content .text-left {
  flex: 1;
  width: 50%;
  padding-right: 2em;
}
@media screen and (max-width: 1280px) {
  main .hero .content .text-left {
    width: 100%;
    padding-right: 0;
  }
}
main .hero .content .text-left h2 {
  margin-bottom: 0.35em;
  text-transform: uppercase;
  font-size: 175%;
  font-weight: 400;
  font-style: italic;
}
@media screen and (max-width: 1280px) {
  main .hero .content .text-left h2 {
    min-height: 4em;
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  main .hero .content .text-left h2 {
    min-height: auto;
    width: 100%;
    font-size: 125%;
  }
}
main .hero .content .text-left h2 b {
  color: #F8A662;
}
main .hero .content .text-left p {
  margin-bottom: 0.35em;
}
main .hero .content .text-left .card-white {
  margin-top: 5em;
  font-style: italic;
}
main .hero .content .text-left .card-white h3 {
  margin-bottom: 0.75em;
  font-weight: 700;
}
main .hero .content .text-left .card-white .sign {
  position: absolute;
  top: -4em;
  height: 6em;
  right: 0;
}
@media screen and (max-width: 500px) {
  main .hero .content .text-left .card-white .sign {
    top: -3em;
    height: 4em;
  }
}
main .hero .content .text-left .card-white:before,
main .hero .content .text-left .card-white:after {
  position: absolute;
  display: block;
  width: 68px;
  height: 56px;
  content: "";
}
main .hero .content .text-left .card-white:before {
  top: 0;
  right: calc(100% + 1.2em);
  background: url("images/gui.svg");
}
main .hero .content .text-left .card-white:after {
  bottom: 0;
  left: calc(100% + 1.2em);
  background: url("images/gui2.svg");
}
main .acc {
  padding: 0 0 2em;
}
main .acc h2 {
  display: block;
  padding: 0.35em;
  margin: 0 0 0.75em;
  width: 100%;
  background: #F8A662;
  text-transform: uppercase;
  text-align: center;
  font-size: 175%;
  font-weight: 800;
  font-style: italic;
}
main .acc h2.blue {
  background: #57BCEF;
}
main .acc h2.green {
  background: #C7DA94;
}
main .acc .content {
  max-width: 1280px;
  margin: auto;
}
@media screen and (max-width: 1600px) {
  main .acc .content {
    padding: 0 2em;
  }
}
main .acc .content p {
  width: 70%;
}
@media screen and (max-width: 1280px) {
  main .acc .content p {
    width: 100%;
  }
}
main .acc .content .center {
  width: 100%;
  margin: 2em auto 0;
  text-align: center;
}
main .acc .content .center button {
  margin-right: 0.75em;
}
@media screen and (max-width: 1280px) {
  main .acc .content .center button {
    display: block;
    width: 100%;
    margin-bottom: 0.75em;
  }
}
main .place {
  background: #7B8B51;
  padding: 4em 1.2em;
}
main .place .content {
  max-width: 1600px;
  margin: auto;
}
main .place .content .left-content {
  padding: 21em 2em 2em 2em;
  width: 50%;
  background: linear-gradient(171deg, #FFFDD2 1.14%, #D5D293 94.52%);
  border-radius: 15em 0 0 0;
}
@media screen and (max-width: 1280px) {
  main .place .content .left-content {
    width: 100%;
  }
}
main .place .content .left-content img {
  position: absolute;
  top: -3.2em;
  left: 100%;
  height: 34em;
  transform: translateX(-50%);
}
@media screen and (max-width: 1280px) {
  main .place .content .left-content img {
    left: 0;
    height: 27em;
    transform: translateX(0%);
  }
}
@media screen and (max-width: 500px) {
  main .place .content .left-content img {
    left: -4em;
  }
}
main .place .content .left-content h2 {
  width: 60%;
}
@media screen and (max-width: 1280px) {
  main .place .content .left-content h2 {
    width: 100%;
  }
}
main .place .content .left-content p {
  margin-top: 1.2em;
  width: 80%;
}
@media screen and (max-width: 1280px) {
  main .place .content .left-content p {
    width: 100%;
  }
}
main .family {
  padding: 2em 0;
}
main .family .content {
  max-width: 1280px;
  margin: auto;
  padding-left: 0.75em;
}
@media screen and (max-width: 1280px) {
  main .family .content {
    padding-right: 0.75em;
  }
}
main .family .content p {
  margin-bottom: 0.75em;
}
main .family .content .line {
  display: inline-block;
  padding: 0.35em 0.75em 0.35em 0.35em;
  margin: 0.25em 0 0 -0.75em;
  border: 4px solid #324305;
  border-radius: 1.7em;
}
@media screen and (max-width: 1280px) {
  main .family .content .line {
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  main .family .content .line {
    padding-left: 2em;
  }
}
main .family .content .line img {
  margin: 0 0.75em 0 0.25em;
  height: 1em;
}
@media screen and (max-width: 500px) {
  main .family .content .line img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
main .medissine {
  padding: 2em 0 0 0;
  background: #7B8B51;
}
main .medissine .content {
  margin: auto;
  max-width: 1600px;
  text-align: center;
}
main .medissine .content a {
  color: #F6F1E1;
  border-color: #F6F1E1;
}
@media screen and (max-width: 500px) {
  main .medissine .content a {
    font-size: 60%;
  }
}
main .medissine .content img {
  margin-top: 2em;
  margin-left: 5%;
  width: 100%;
}
main .medissine .gradient {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9em;
  background: linear-gradient(180deg, rgba(145, 159, 109, 0) 0%, #919F6D 100%);
}
main .up {
  display: block;
  position: absolute;
  bottom: 1.2em;
  left: 50%;
  width: 70px;
  height: 78.5px;
  transform: translateX(-50%);
  border: 0 none;
}
main .up:hover {
  border: 0 none;
}
footer {
  padding: 2em 0;
}
footer:before {
  display: block;
  position: absolute;
  right: 2em;
  top: 2em;
  height: calc(100% - 2em);
  width: 40%;
  background: url(images/snw.svg);
  background-size: cover;
  content: '';
}
footer .content {
  margin: auto;
  max-width: 1600px;
  padding: 0 0.75em;
}
footer .content h2 {
  margin-left: -9px;
  margin-bottom: 0.75em;
}
footer .content a {
  border: 0 none;
}
footer .content p {
  width: 20em;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  footer .content p {
    width: 100%;
  }
}
footer .content nav {
  margin-top: 0.75em;
  margin-left: -0.25em;
}
footer .content nav a {
  font-weight: 300;
  font-size: 90%;
}
footer .content .center {
  margin-top: -1.2em;
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  footer .content .center {
    margin-top: 2em;
  }
}
footer .content .center button {
  pointer-events: visible;
}
/* base */
html {
  height: 100%;
  font-size: 24px;
  font-family: "Open Sans", Tahoma;
  overflow-x: hidden;
}
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #F6F1E1;
  background-image: url('/images/background.jpg');
  background-size: 107% 120%;
  background-repeat: repeat;
  background-position: center center;
  background-attachment: fixed;
  text-align: left;
  color: #324305;
  line-height: 1.1;
}
a {
  text-decoration: none;
  color: #324305;
  padding: 0.25em 0.35em;
  border: 2px solid transparent;
  border-radius: 1em;
  font-weight: 600;
  transition: all 0.35s ease;
}
a.disabled {
  pointer-events: none;
}
a:hover,
a.active {
  border: 2px solid #324305;
}
a.button,
button {
  padding: 0.35em 2em;
  border-radius: 1em 0 0 0;
  border-color: #919F6D;
  background-color: #C7DA94;
  background-image: none;
  box-shadow: 0 11px 12.9px 0 rgba(103, 85, 26, 0.13);
  color: #324305;
  transition: all 0.35s ease;
}
a.button:hover,
button:hover {
  border-radius: 1em;
  background-image: url(images/green-noise.webp);
}
@media screen and (max-width: 1280px) {
  a.button,
  button {
    padding: 0.25em 0.75em;
  }
}
button {
  cursor: pointer;
}
ul {
  padding: 0;
}
.no-events {
  pointer-events: none;
}
.pointer {
  cursor: pointer;
}
.card-white {
  padding: 1.2em;
  background: url(images/white-noise.webp);
  border-radius: 0 2em 0 0;
}
#popupLinks {
  display: none;
}
#popupLinks.show {
  display: block;
}
#popupLinks .overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000050;
}
#popupLinks .popup {
  display: block;
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  height: 80%;
  max-height: 40em;
  padding: 4em 2em;
  background: #F6F1E1;
  transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  #popupLinks .popup {
    padding: 2em 2em;
  }
}
#popupLinks .popup .center-text {
  display: block;
  text-align: center;
}
#popupLinks .popup .links {
  display: flex;
  width: 100%;
  height: calc(100% - 2em*2);
  margin-top: 4em;
  text-align: center;
}
@media screen and (max-width: 500px) {
  #popupLinks .popup .links {
    flex-direction: column;
    margin-top: 1.2em;
  }
}
#popupLinks .popup .links .card {
  flex: 1;
  margin-top: 3em;
  height: 10em;
}
@media screen and (max-width: 500px) {
  #popupLinks .popup .links .card {
    height: auto;
    margin-top: 2em;
  }
}
#popupLinks .popup .links .card img {
  max-height: 4em;
  max-width: 90%;
}
#popupLinks .popup .links .card a {
  position: absolute;
  top: 6em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  #popupLinks .popup .links .card a {
    width: 100%;
    top: auto;
    bottom: 0;
  }
}
@media screen and (min-width: 1281px) {
  .medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .no-medium {
    display: none !important;
  }
}
@media screen and (min-width: 501px) {
  .small-only {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  body {
    background-size: cover;
  }
  .no-small {
    display: none !important;
  }
}
