@charset "UTF-8";
.footer {
  background-color: #531E38;
  padding-top: 63px;
  padding-bottom: 20px;
}
.footer__top-container {
  max-width: 1020px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 78px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 80px;
  row-gap: 40px;
}
.footer__bottom-container {
  max-width: 1020px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 33px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer__middle-container-links {
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  text-decoration: underline;
  font-size: 1em;
}
.footer__right-container--top {
  max-width: 390px;
  width: 100%;
}
.footer__logo {
  display: block;
  margin-bottom: 22px;
}
.footer__app-link-container {
  display: inline-flex;
  align-items: baseline;
}
.footer__app-link:nth-child(1) {
  margin-right: 18px;
}
.footer__app-link:nth-child(1) img {
  width: 146px;
}
.footer__app-link:nth-child(2) img {
  width: 169px;
}
.footer__heading {
  color: #FFFFFF;
  margin-bottom: 20px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  font-family: "Chewy", cursive;
  font-style: normal;
  font-weight: normal;
}
.footer__form label {
  font-size: 0.875em;
  font-family: Chewy, cursive;
  font-style: normal;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
}
.footer__form-input {
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  margin-bottom: 20px;
  display: block;
  border-radius: 4px;
  border: 1px solid #979797;
  box-sizing: border-box;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
}
.footer__form-submit {
  width: 133px;
  height: 33px;
  font-size: 1em;
  font-family: Chewy, cursive;
  font-style: normal;
  font-weight: normal;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  background-color: #FED248;
  border-radius: 5px;
  border: 0 solid transparent;
  border-bottom: 3px solid #DEB535;
  box-sizing: content-box;
  position: absolute;
  -webkit-appearance: none;
}
.footer__form-submit:hover {
  cursor: pointer;
}
.footer__form-submit:active {
  border-bottom: none;
  transform: translateY(3px);
}
.footer__social-link {
  display: inline-block;
}
.footer__social-link:not(:nth-child(1)) {
  margin-left: 20px;
}
.footer__bottom-right-links {
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  text-decoration: underline;
  font-size: 0.875em;
}
.footer__bottom-right-links:nth-child(1) {
  margin-right: 40px;
}
.footer__credits {
  font-size: 0.75em;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  display: block;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-top: 34px;
}

@media screen and (max-width: 1150px) {
  .footer {
    padding-top: 41px;
    padding-bottom: 16px;
  }
  .footer__top-container {
    max-width: 663px;
  }
  .footer__logo {
    width: 185px;
    margin-bottom: 17px;
  }
  .footer__app-link:nth-child(1) {
    margin-right: 14px;
  }
  .footer__app-link:nth-child(1) img {
    width: 109px;
  }
  .footer__app-link:nth-child(2) img {
    width: 127px;
  }
  .footer__right-container--top {
    max-width: 254px;
  }
  .footer__heading {
    font-size: 0.9375em;
    margin-bottom: 11px;
  }
  .footer__form-input {
    height: 38px;
    font-size: 0.9375em;
    margin-bottom: 15px;
  }
  .footer__form-submit {
    width: 133px;
    height: 33px;
    font-size: 1em;
  }
  .footer__bottom-container {
    max-width: 663px;
    padding-top: 21px;
  }
  .footer__social-link:not(:nth-child(1)) {
    margin-left: 16px;
  }
  .footer__bottom-right-links {
    font-size: 0.75em;
  }
  .footer__bottom-right-links:nth-child(1) {
    margin-right: 26px;
  }
  .footer__credits {
    margin-top: 26px;
    font-size: 0.6875em;
  }
}
@media screen and (max-width: 760px) {
  .footer__top-container {
    display: flex;
    margin-right: 20px;
    margin-left: 20px;
  }
  .footer__bottom-container {
    margin-left: 20px;
    margin-right: 20px;
  }
  .footer__left-container {
    margin-right: 50px;
  }
}
@media screen and (max-width: 550px) {
  .footer {
    padding-top: 56px;
  }
  .footer__top-container {
    flex-direction: column;
    padding-bottom: 90px;
  }
  .footer__left-container {
    margin-right: 0;
    padding-bottom: 39px;
  }
  .footer__right-container {
    margin-left: 0;
  }
  .footer__right-container--top {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 39px;
    max-width: none;
  }
  .footer__logo {
    width: 284px;
    margin-bottom: 31px;
  }
  .footer__app-link:nth-child(1) {
    margin-right: 18px;
  }
  .footer__app-link:nth-child(1) img {
    width: 121px;
  }
  .footer__app-link:nth-child(2) img {
    width: 140px;
  }
  .footer__form {
    max-width: 336px;
  }
  .footer__bottom-container {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .footer__bottom-container .footer__left__container {
    padding-bottom: 30px;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  filter: none;
}
.hamburger.is-active:hover {
  filter: none;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.fixed {
  overflow: hidden;
}

.header {
  height: 80px;
  width: 100%;
  background-color: #FFFFFF;
  text-align: right;
  position: fixed;
  z-index: 10000;
  transition: background-color 0.2s 0.5s, height 0.5s;
}
.header__image-link {
  height: 80px;
  margin-left: 105px;
  float: left;
  display: flex;
  align-items: center;
}
.header__image {
  width: 215px;
}
.header__image path {
  fill: #386362;
  transition: fill 0.2s 0.5s;
}
.header__navigation {
  display: inline-block;
}
.header__list {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.header__list-item {
  display: inline-block;
  font-size: 1.375em;
}
.header__list-item:not(:nth-child(1)) {
  margin-left: 40px;
}
.header__list-item-link {
  height: 80px;
  color: #386362;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-family: "Chewy", cursive;
  border-bottom: transparent 3px solid;
}
.header__list-item-link:hover {
  border-bottom: #386362 3px solid;
}
.header__list-item-link:visited {
  color: #386362;
}
.header__button {
  width: 205px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 105px 0 65px;
  font-family: "Chewy", cursive;
  font-size: 1.25em;
  color: #FFFFFF;
  background-color: #386362;
  border-radius: 5px;
  border-bottom: #324242 3px solid;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10+ and Edge */
  user-select: none;
  /* Standard syntax */
}
.header__button:active {
  border-bottom: none;
  transform: translateY(3px);
}
.header__bottom {
  visibility: hidden;
  opacity: 0;
  transition: none;
}
.header__bottom__app-container {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 40px 31px;
  align-items: center;
}
.header__bottom__social-container {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 31px 48px 0;
  align-items: center;
}
.header__bottom__app-link:nth-child(1) img {
  margin-right: 17px;
  width: 133px;
}
.header__bottom__app-link:nth-child(2) img {
  width: 154px;
}
.header__bottom__social-link:not(:nth-child(1)) {
  margin-left: 30px;
}

.header--extended {
  height: 100vh;
  max-height: -webkit-fill-available;
  background-color: #119C95;
  position: fixed;
  transition: background-color 0.2s, height 0.5s 0.2s;
  text-align: left;
  overflow: hidden;
}
.header--extended .header__navigation {
  display: flex;
  flex-direction: column;
}
.header--extended .header__image path {
  fill: #FFFFFF;
  transition: fill 0.2s;
}
.header--extended .header__image-link {
  float: none;
}
.header--extended .header__image {
  fill: #FFFFFF;
}
.header--extended .header__list {
  display: flex;
  flex-direction: column;
  margin: 0 30px;
}
.header--extended .header__list-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header--extended .header__list-item:not(:nth-child(1)) {
  margin-left: 0;
}
.header--extended .header__list-item-link {
  height: 65px;
  color: #FFFFFF;
  border-bottom: none;
  width: 100%;
  justify-content: flex-start;
}
.header--extended .header__list-item-link:hover {
  border-bottom: none;
}
.header--extended .header__button {
  background-color: #FFFFFF;
  border-color: #EDEDED;
  color: #386362;
  margin: 21px 0 0 30px;
  font-size: 1.375em;
}
.header--extended .header__bottom {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s 0.7s;
}

.hamburger-container {
  margin: 10px 0;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.hamburger-inner {
  width: 35px;
  background-color: #386362;
}
.hamburger-inner::before {
  width: 35px;
  background-color: #386362;
}
.hamburger-inner::after {
  width: 35px;
  background-color: #386362;
}

.hamburger.is-active .hamburger-inner {
  background-color: #FFFFFF;
}
.hamburger.is-active .hamburger-inner::before {
  background-color: #FFFFFF;
}
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFFFFF;
}

@media screen and (max-width: 1440px) {
  .header__list-item {
    font-size: 1.175em;
  }
  .header__image-link {
    margin-left: 25px;
  }

  .header__button {
    margin: 0 65px;
  }
}
@media screen and (max-width: 1150px) {
  .header__navigation {
    display: none;
  }
  .header .hamburger-container {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .header__image {
    width: 182px;
  }
}
@media screen and (max-width: 650px) {
  .header__bottom {
    position: absolute;
    bottom: 0;
    width: calc(100% - 60px);
    padding: 0 30px;
  }
  .header__bottom__app-container {
    position: static;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0 40px 0;
  }
  .header__bottom__social-container {
    position: static;
    padding: 29px 0 36px 0;
  }
  .header__bottom__app-link:nth-child(1) img {
    margin-right: 17px;
    width: 133px;
  }
  .header__bottom__app-link:nth-child(2) img {
    width: 154px;
  }
}
@media screen and (max-width: 360px) {
  .header__bottom__app-container {
    padding: 0 0 30px 0;
  }
  .header__bottom__app-link:nth-child(1) img {
    margin-right: 17px;
    width: 106px;
  }
  .header__bottom__app-link:nth-child(2) img {
    width: 123px;
  }
}
@media screen and (max-height: 650px) {
  .header--extended .header__list {
    margin: 0 19px;
    position: relative;
    bottom: 15px;
  }
  .header--extended .header__list-item {
    font-size: 1.125em;
  }
  .header--extended .header__list-item-link {
    height: 60px;
  }
  .header--extended .header__button {
    width: 176px;
    height: 39px;
    font-size: 1.1875em;
    margin: 0 0 0 19px;
  }

  .header__bottom {
    width: calc(100% - 38px);
    padding: 0 19px;
  }
  .header__bottom__app-container {
    padding: 0 0 25px 0;
  }
  .header__bottom__social-container {
    padding: 23px 0 25px 0;
  }
}
@media screen and (max-height: 550px) {
  .header--extended .header__list {
    margin: 0 19px;
    position: relative;
    bottom: 15px;
  }
  .header--extended .header__list-item {
    font-size: 0.9375em;
  }
  .header--extended .header__list-item-link {
    height: 45px;
  }
  .header--extended .header__button {
    width: 140px;
    height: 31px;
    font-size: 0.9375em;
  }

  .header__bottom__app-container {
    padding: 0 0 18px 0;
  }
  .header__bottom__social-container {
    padding: 16px 0 18px 0;
  }
}
.news__card {
  max-width: 375px;
  height: 485px;
  background-color: #FFFFFF;
  border-radius: 10px;
  border-bottom: 5px solid #EDEDED;
  box-sizing: border-box;
  padding: 32px 32px 0 32px;
  position: relative;
}
.news__card--last-card {
  display: block;
}
.news__card__image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-bottom: 60%;
  border-radius: 10px;
}
.news__card__content {
  margin-top: 11px;
}
.news__card__content__date {
  font-size: 0.75em;
  color: rgba(68, 68, 68, 0.4);
}
.news__card__content__heading {
  font-size: 1.5em;
  margin-top: 8px;
}
.news__card__content__text {
  width: 100%;
  font-size: 0.875em;
  color: #444444;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}
.news__card__bottom {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 14px 0 22px 0;
  position: absolute;
  width: calc(100% - 64px);
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: right;
  margin-right: 32px;
}
.news__card__bottom__text {
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.57;
  color: #386362;
}
.news__card__bottom__icon {
  margin-left: 9px;
}

@media screen and (max-width: 1150px) {
  .news__card {
    height: auto;
  }
  .news__card--last-card {
    display: none;
  }
  .news__card__content__heading {
    font-size: 1.3125em;
  }
  .news__card__content__text {
    font-size: 0.78125em;
  }
  .news__card__content__date {
    font-size: 0.65625em;
  }
  .news__card__bottom {
    width: auto;
    position: static;
    margin-right: 0;
  }
  .news__card__bottom__text {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 760px) {
  .news__card {
    max-width: 400px;
    height: auto;
  }
  .news__card__bottom {
    width: auto;
    position: static;
    margin-right: 0;
  }
}
.landscape-blocker {
  display: none;
  height: 100vh;
  width: 100%;
  background: linear-gradient(331.47deg, #16B0A9 2.06%, #0D857F 93.09%);
  position: fixed;
  z-index: 20000;
}
.landscape-blocker__text {
  max-width: 522px;
  color: #FFFFFF;
  font-size: 1.875em;
  font-family: Chewy, cursive;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

#star-1 {
  width: 27px;
  position: absolute;
  bottom: 25%;
  left: 9%;
}

#star-2 {
  width: 33px;
  position: absolute;
  top: 17%;
  left: 22%;
}

#star-3 {
  width: 14px;
  position: absolute;
  top: 26%;
  right: 21%;
}

#star-4 {
  width: 27px;
  position: absolute;
  bottom: 13%;
  right: 18%;
}

#star-5 {
  width: 14px;
  position: absolute;
  bottom: 34%;
  right: 13%;
}

@media screen and (orientation: landscape) and (min-aspect-ratio: 13/9) and (max-width: 900px) {
  .landscape-blocker {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.swal2-container {
  z-index: 200000 !important;
}

.swal2-popup {
  width: 100% !important;
  max-width: 300px !important;
  background: #FCF8EE !important;
  border-bottom: 5px solid #EED7B7 !important;
  border-radius: 15px !important;
  padding: 0 !important;
}

.swal2-image {
  width: 42px !important;
  margin: 59px auto 0 auto !important;
}

.swal2-title {
  font-size: 2.0625em !important;
  color: #386362 !important;
  font-weight: normal !important;
  margin: 26px 0 30px 0 !important;
}

.swal2-content {
  max-width: 222px !important;
  margin: 0 auto !important;
  line-height: 150% !important;
}

.swal2-styled.swal2-confirm {
  width: 100% !important;
  font-size: 1.5em !important;
  font-family: Chewy, cursive;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  background-color: #386362 !important;
  border-radius: 8px !important;
  border-bottom: 5px solid #324242 !important;
}

.swal2-actions {
  margin: 70px auto 0 auto !important;
}

.swal2-styled {
  margin: 0 18px 26px 18px !important;
  padding: 0 !important;
  height: 56px;
}

.swal2-popup .swal2-styled:focus {
  box-shadow: none !important;
}

html, body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  background-color: #FCF8EE;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Chewy", cursive;
  color: #386362;
  margin: 0;
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

p {
  line-height: 1.55;
}

label {
  font-size: 0.875em;
  font-family: Chewy, cursive;
  font-style: normal;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.no-select {
  -webkit-tap-highlight-color: transparent;
}

.help__heading, .about__grid__heading, .about__heading, .vision__heading, .news__heading, .home__heading-bottom {
  display: block;
  font-size: 2.5em;
  text-align: center;
  margin: 0 30px;
}

.mobile-card-activated .carousel__slide-right {
  height: 417px;
}
.mobile-card-activated .carousel__slide-right--vision .carousel__slide-right__image {
  width: calc(100% - 38px);
  height: 70%;
  background-size: cover;
}
.mobile-card-activated .carousel__slide-left {
  opacity: 1;
  max-height: 2000px;
  height: 100%;
  margin-top: -40px;
}
.mobile-card-activated .carousel__slide-right__image {
  opacity: 1;
}

.home {
  padding-top: 80px;
}
.home #section-home {
  visibility: hidden;
  position: relative;
  bottom: 65px;
}
.home__top {
  display: flex;
  height: 614px;
  position: relative;
  box-sizing: border-box;
  border-top: 3px solid #FA9D44;
  border-bottom: 5px solid #FA9D44;
  background: linear-gradient(333.12deg, #FFB852 2.06%, #FA9D44 93.09%);
  color: #FFFFFF;
}
.home__top-container {
  display: flex;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto 0 auto;
  z-index: 100;
}
.home__top-left-container {
  max-width: 435px;
  min-width: 350px;
  display: inline-block;
  margin: 150px 80px 0 47px;
}
.home__heading-top {
  font-size: 4.0625em;
  line-height: 1.15;
  color: #FFFFFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}
.home__text-top {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 1.25em;
  margin-bottom: 45px;
}
.home__app-link-container {
  display: inline-flex;
  align-items: center;
}
.home__app-link:nth-child(1) {
  margin-right: 19px;
}
.home__app-link:nth-child(1) img {
  width: 154px;
}
.home__app-link:nth-child(2) img {
  width: 178px;
}
.home__image-container {
  max-width: 600px;
  width: 100%;
  position: relative;
  top: 110px;
  padding-right: 30px;
}
.home__image {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.home__bottom {
  padding-top: 200px;
  padding-bottom: 150px;
  position: relative;
}
.home__bottom-container {
  position: inherit;
  z-index: 100;
}
.home__heading-bottom {
  padding: 0 20px;
}
.home__hospitals-button {
  z-index: 200;
  height: 40px;
  width: 270px;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  margin: 47px auto 0 auto;
  background-color: #386362;
  border-bottom: 4px solid #324242;
  border-radius: 6px;
  font-family: Chewy, cursive;
  font-size: 1.1875em;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.home__hospitals-button:hover {
  cursor: pointer;
}
.home__hospitals-button:active {
  border-bottom: none;
  transform: translateY(4px);
}
.home__hospitals-button__icon {
  width: 20px;
  margin-left: 21px;
}

.carousel {
  margin-bottom: 0 !important;
}
.carousel__button {
  width: 45px;
  height: 48px;
  display: inline-flex;
  background: linear-gradient(333.12deg, #FFB852 2.06%, #FA9D44 93.09%);
  align-items: center;
  justify-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 50%;
  border-bottom: 3px solid #FA9D44;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10+ and Edge */
  user-select: none;
  /* Standard syntax */
  z-index: 100;
}
.carousel__button--next-button {
  position: absolute;
  right: 8%;
  margin-top: 220px;
}
.carousel__button--prev-button {
  position: absolute;
  left: 8%;
  margin-top: 220px;
  visibility: hidden;
}
.carousel__button:hover {
  cursor: pointer;
}
.carousel__button:active {
  border-bottom: none;
  transform: translateY(3px);
}
.carousel__slide {
  height: 500px;
  display: flex !important;
  max-width: 1225px !important;
  width: auto !important;
  margin: auto;
  align-items: center;
  padding-right: 130px;
  padding-left: 100px;
}
.carousel__slide-right {
  display: inline-block;
  background: linear-gradient(310.35deg, #FBE294 0.51%, #FED248 93.09%);
  width: 600px;
  height: 500px;
  border-radius: 10px;
  border-bottom: 6px solid #FFD348;
  box-sizing: border-box;
  padding: 20px 50px;
  position: relative;
}
.carousel__slide-right--cover {
  padding: 0;
  border-bottom-color: #EDEDED !important;
}
.carousel__slide-right--cover div {
  background-size: cover;
}
.carousel__slide-right__image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  border-radius: 10px;
}
.carousel__slide-right__heading {
  font-size: 1.5em;
  color: #FFFFFF;
  margin: 16px 0 21px 19px;
  text-shadow: 0 1.95349px 3.90698px rgba(0, 0, 0, 0.3);
  display: none;
}
.carousel__slide-right__icon {
  display: none !important;
  width: 23px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 29px 22px 22px 22px;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10+ and Edge */
  user-select: none;
  /* Standard syntax */
}
.carousel__slide-right__icon:hover {
  cursor: pointer;
}
.carousel__slide-left {
  width: 655px;
  height: 420px;
  display: inline-block;
  background-color: #FFFFFF;
  position: relative;
  left: 30px;
  border-radius: 10px;
  border-bottom: 6px solid #EDEDED;
  box-sizing: border-box;
  z-index: 200;
  overflow-y: auto;
}
.carousel__text-container {
  margin: 50px;
}
.carousel__heading {
  font-size: 1.875em;
}
.carousel__text {
  font-size: 1.125em;
  color: rgba(0, 0, 0, 0.8);
}
.carousel .slick-dots {
  position: static;
}
.carousel .slick-dots li {
  margin: 60px 11px 0 0;
}
.carousel .slick-dots li .dot {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 100%;
  background: #FCF8EE;
  border: 2px solid #386362;
}
.carousel .slick-dots .slick-active .dot {
  background: #386362;
}

.news {
  background: linear-gradient(310.35deg, #FBE294 0.51%, #FED248 93.09%);
  padding-top: 90px;
  padding-bottom: 138px;
  border-bottom: 7px solid #FFD348;
  border-top: 3px solid #FFD348;
  box-sizing: border-box;
  position: relative;
}
.news #section-news {
  visibility: hidden;
  position: relative;
  bottom: 155px;
}
.news__wrapper {
  position: inherit;
  z-index: 100;
}
.news__heading {
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.news__grid {
  display: grid;
  margin: auto;
  max-width: 1225px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  padding: 0 44px;
}
.news__button {
  height: 40px;
  width: 165px;
  display: flex;
  margin: 47px auto 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #386362;
  border-bottom: 4px solid #324242;
  border-radius: 6px;
  font-family: Chewy, cursive;
  font-size: 1.1875em;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10+ and Edge */
  user-select: none;
  /* Standard syntax */
}
.news__button:hover {
  cursor: pointer;
}
.news__button:active {
  border-bottom: none;
  transform: translateY(4px);
}
.news__button__icon {
  width: 20px;
  margin-left: 21px;
}

.vision {
  padding-top: 139px;
  padding-bottom: 99px;
  position: relative;
}
.vision #section-vision {
  visibility: hidden;
  position: relative;
  bottom: 200px;
}
.vision__wrapper {
  position: inherit;
  z-index: 100;
}

.about {
  background-color: #FFFFFF;
  padding-top: 110px;
  padding-bottom: 105px;
  border-bottom: 2px solid #EDEDED;
  box-sizing: border-box;
  position: relative;
}
.about #section-about {
  visibility: hidden;
  position: relative;
  bottom: 170px;
}
.about__wrapper {
  position: inherit;
  z-index: 100;
}
.about__container {
  display: flex;
}
.about__content-container {
  max-width: 1300px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 0 20px;
}
.about__image {
  width: 625px;
  height: 405px;
  display: inline-block;
  border-bottom: 4px solid #EDEDED;
  border-radius: 10px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.about__text-container {
  display: inline-block;
  margin-left: 76px;
  max-width: 443px;
}
.about__text-heading {
  font-size: 2.5em;
  margin-bottom: 30px;
}
.about__text {
  font-size: 1.125em;
  color: rgba(0, 0, 0, 0.8);
}
.about__grid__container {
  max-width: 1300px;
  margin: 100px auto 0 auto;
}
.about__grid {
  max-width: 1300px;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 23px;
}
.about__grid__heading {
  font-size: 2em;
}
.about__grid__item {
  max-width: 185px;
  height: 95px;
  border: 1px solid #EDEDED;
  border-bottom: 3px solid #EDEDED;
  border-radius: 7px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__grid__item__image {
  width: 90%;
  height: 90%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.help {
  background: linear-gradient(327.82deg, #7F3A5C 0%, #511C36 100.49%);
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}
.help #section-help {
  visibility: hidden;
  position: relative;
  bottom: 140px;
}
.help__wrapper {
  position: inherit;
  z-index: 100;
}
.help__heading {
  color: #FFFFFF;
  font-size: 3.75em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.help__container {
  display: flex;
}
.help__content-container {
  max-width: 1300px;
  width: 100%;
  display: flex;
  margin: 0 auto 0 auto;
  padding: 0 57px;
}
.help__text-container {
  max-width: 600px;
  min-width: 250px;
  display: inline-block;
  vertical-align: top;
  margin-left: 135px;
}
.help__text-container blockquote {
  position: relative;
  margin: 0;
  max-width: 600px;
}
.help__text-container blockquote:before {
  font-family: "Chewy", cursive;
  font-size: 10em;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
  position: absolute;
  top: -50px;
  left: -70px;
  content: "“";
}
.help__text-container blockquote:after {
  font-family: "Chewy", cursive;
  font-size: 10em;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
  position: absolute;
  right: -30px;
  bottom: -140px;
  content: "”";
}
.help__text {
  color: #FFFFFF;
  margin-bottom: 30px;
  padding-right: 30px;
}
.help__image-container {
  width: 78px;
  height: 105px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  background-color: #FFFFFF;
  display: inline-block;
}
.help__image-container:nth-child(2) {
  margin-right: 17px;
}
.help__image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 78px auto;
}
.help__form {
  max-width: 495px;
  min-width: 265px;
  width: 100%;
  display: inline-block;
}
.help__form__input {
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  margin-bottom: 20px;
  display: block;
  border-radius: 4px;
  border: 1px solid #979797;
  box-sizing: border-box;
  font-size: 1.125em;
  font-family: "Open Sans", sans-serif;
}
.help__form__input--textarea {
  height: 195px;
  resize: none;
  margin-bottom: 27px;
}
.help__form__submit {
  width: 160px;
  height: 45px;
  font-size: 1.25em;
  font-family: Chewy, cursive;
  font-style: normal;
  font-weight: normal;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  background-color: #FED248;
  border-radius: 5px;
  border: 0 solid transparent;
  border-bottom: 3px solid #DEB535;
  box-sizing: content-box;
  position: absolute;
  -webkit-appearance: none;
}
.help__form__submit:hover {
  cursor: pointer;
}
.help__form__submit:active {
  border-bottom: none;
  transform: translateY(3px);
}

.line {
  display: block;
  border: 3px solid #FED248;
  border-radius: 2px;
  width: 170px;
  margin: 40px auto 70px auto;
}

.line--white {
  border: 3px solid #FFFFFF;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.star-extra-small {
  width: 14px;
  height: 14px;
}

.star-small {
  width: 23px;
  height: 23px;
}

.star-medium {
  width: 27px;
  height: 27px;
}

.star-large {
  width: 33px;
  height: 33px;
}

#home-star-1 {
  position: absolute;
  left: 6%;
  top: 27%;
}

#home-star-2 {
  position: absolute;
  left: 5%;
  bottom: 14%;
}

#home-star-3 {
  position: absolute;
  top: 12%;
  left: 32%;
}

#home-star-4 {
  position: absolute;
  bottom: 25%;
  left: 44%;
}

#home-star-5 {
  position: absolute;
  top: 9%;
  right: 28%;
}

#home-star-6 {
  position: absolute;
  top: 45%;
  right: 7%;
}

#home-star-7 {
  position: absolute;
  bottom: 8%;
  right: 9%;
}

#home-bee {
  position: absolute;
  width: 95%;
  top: 167px;
  left: 0;
}

#news-leafs {
  width: 145px;
  position: absolute;
  right: 0;
  top: -120px;
}

#news-leaf-1 {
  position: absolute;
  right: 0;
  top: 108px;
}

#news-leaf-2 {
  position: absolute;
  top: 50px;
  left: 0;
}

#news-star-1 {
  position: absolute;
  top: 20%;
  left: 13%;
}

#news-star-2 {
  position: absolute;
  bottom: 29%;
  left: 13%;
}

#news-star-3 {
  position: absolute;
  bottom: 11%;
  left: 33%;
}

#news-star-4 {
  position: absolute;
  top: 3%;
  right: 38%;
}

#news-star-5 {
  position: absolute;
  top: 15%;
  right: 18%;
}

#vision-leaf-1 {
  width: 120px;
  position: absolute;
  right: 24px;
  bottom: 200px;
  z-index: 200;
}

#vision-leaf-2 {
  position: absolute;
  top: 66px;
  left: 53px;
}

#about-monkey {
  width: 160px;
  position: absolute;
  top: -150px;
  left: 0;
}

#help-star-1 {
  position: absolute;
  top: 13%;
  left: 3%;
}

#help-star-2 {
  position: absolute;
  top: 45%;
  right: 4%;
}

#help-leaf-1 {
  position: absolute;
  top: 225px;
  left: 0;
}

#help-leaf-2 {
  position: absolute;
  top: 50px;
  right: 0;
}

#help-lion {
  width: 135px;
  position: absolute;
  right: 5%;
  bottom: -10px;
}

@media screen and (max-width: 1650px) {
  .carousel__button--next-button {
    right: 6%;
  }
  .carousel__button--prev-button {
    left: 6%;
  }
}
@media screen and (max-width: 1440px) {
  .carousel__button--next-button {
    right: 4%;
    margin-top: 200px;
  }
  .carousel__button--prev-button {
    left: 4%;
    margin-top: 200px;
  }
  .carousel__slide {
    height: 432px;
  }
  .carousel__slide-right {
    height: 432px;
  }
  .carousel__slide-left {
    height: 394px;
  }
  .carousel__text-container {
    margin: 25px;
  }
  .carousel__heading {
    font-size: 1.125em;
  }
  .carousel__text {
    font-size: 0.9375em;
  }

  #home-star-1 {
    top: 17%;
  }
}
@media screen and (max-width: 1150px) {
  .carousel__button--next-button {
    right: 6px;
  }
  .carousel__button--prev-button {
    left: 6px;
  }
  .carousel__slide {
    padding-right: 30px;
    padding-left: 0;
  }
  .carousel .slick-dots li {
    margin: 42px 9px 0 0;
  }
  .carousel .slick-dots li .dot {
    width: 11px;
    height: 11px;
  }

  .home__top {
    height: 400px;
  }
  .home__top-left-container {
    margin: 89px 20px 0 47px;
  }
  .home__heading-top {
    font-size: 2.8125em;
  }
  .home__text-top {
    font-size: 1.0625em;
    margin-bottom: 32px;
    line-height: 25px;
  }
  .home__app-link:nth-child(1) {
    margin-right: 16px;
  }
  .home__app-link:nth-child(1) img {
    width: 116px;
  }
  .home__app-link:nth-child(2) img {
    width: 135px;
  }
  .home__image {
    height: 400px;
  }
  .home__image-container {
    top: 60px;
  }
  .home__bottom {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .home__heading-bottom {
    font-size: 1.5em;
  }

  .news {
    padding-top: 42px;
    padding-bottom: 104px;
  }
  .news #section-news {
    bottom: 105px;
  }
  .news__heading {
    font-size: 1.5em;
  }
  .news__grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    max-width: 800px;
  }
  .news__button {
    height: 34px;
    width: 149px;
    margin: 37px auto 0 auto;
    font-size: 1.0625em;
  }
  .news__button__icon {
    width: 18px;
    margin-left: 19px;
  }

  .vision {
    padding-top: 65px;
    padding-bottom: 50px;
  }
  .vision #section-vision {
    bottom: 125px;
  }
  .vision__heading {
    font-size: 1.5em;
    padding: 0 50px;
  }

  #vision-leaf-1 {
    width: 80px;
    right: 44px;
    bottom: 80px;
  }

  #vision-leaf-2 {
    width: 60px;
    top: 36px;
    left: 23px;
  }

  .about {
    padding-top: 49px;
    padding-bottom: 60px;
  }
  .about #section-about {
    bottom: 110px;
  }
  .about__content-container {
    max-width: 613px;
    width: 100%;
    display: block;
  }
  .about__image {
    max-width: 613px;
    width: auto;
    height: 320px;
    display: block;
    margin-bottom: 23px;
  }
  .about__text-container {
    max-width: 613px;
    display: block;
    margin-left: 0;
  }
  .about__text-heading {
    font-size: 1.3125em;
    margin-bottom: 6px;
  }
  .about__text {
    font-size: 0.9375em;
    margin-top: 0;
  }
  .about__grid {
    max-width: 613px;
    grid-gap: 11px;
    margin-top: 37px;
  }
  .about__grid__item {
    max-width: 93px;
    height: 48px;
    border-radius: 4px;
  }

  .help__heading {
    font-size: 2em;
  }
  .help__text {
    font-size: 0.9375em;
    margin-bottom: 15px;
  }
  .help__text-container {
    margin-left: 73px;
  }
  .help__text-container blockquote:before {
    top: -35px;
    left: -50px;
    font-size: 7em;
  }
  .help__text-container blockquote:after {
    bottom: -100px;
    right: -10px;
    font-size: 7em;
  }
  .help__form__input {
    font-size: 0.9375em;
  }
  .help__form__input--textarea {
    height: 128px;
    margin-bottom: 20px;
  }
  .help__form__submit {
    width: 138px;
    height: 39px;
    font-size: 1.0625em;
  }
  .help__image-container {
    width: 45px;
    height: 61px;
    border-radius: 3px;
  }
  .help__image-container:nth-child(2) {
    margin-right: 10px;
  }
  .help__image {
    background-size: 45px;
  }

  .line {
    width: 100px;
    margin: 20px auto 40px auto;
  }

  .star-extra-small {
    width: 8px;
    height: 8px;
  }

  .star-small {
    width: 12px;
    height: 12px;
  }

  .star-medium {
    width: 15px;
    height: 15px;
  }

  .star-large {
    width: 19px;
    height: 19px;
  }

  #home-bee {
    top: 100px;
  }

  #news-leafs {
    width: 100px;
    top: -90px;
  }

  #news-leaf-1 {
    width: 170px;
    top: 60px;
  }

  #news-leaf-2 {
    width: 60px;
    top: 30px;
  }

  #about-monkey {
    width: 100px;
    top: -100px;
  }

  #help-leaf-1 {
    width: 120px;
    top: 135px;
  }

  #help-leaf-2 {
    width: 100px;
  }

  #help-lion {
    width: 100px;
  }
}
@media screen and (max-width: 760px) {
  .home__top {
    height: 620px;
  }
  .home__top-container {
    display: block;
  }
  .home__top-left-container {
    margin: 47px auto 0 auto;
    max-width: 400px;
    min-width: 280px;
    padding: 0 20px;
    display: block;
  }
  .home__app-link:nth-child(1) img {
    max-width: 144px;
    width: 100%;
  }
  .home__app-link:nth-child(2) img {
    max-width: 167px;
    width: 100%;
  }
  .home__image-container {
    margin: 0 auto;
    padding-right: 0;
  }
  .home__bottom {
    padding-top: 208px;
  }
  .home__heading-bottom {
    font-size: 1.375em;
  }
  .home__image {
    height: 377px;
  }

  .carousel__button {
    display: none;
  }
  .carousel__slide {
    flex-direction: column;
    margin: 0 20px 15px 20px;
    padding-right: 0;
    height: auto;
  }
  .carousel__slide-left {
    order: 2;
    max-width: 500px;
    width: 90%;
    left: 0;
    max-height: 0;
    margin: 0 14px 0 14px;
    opacity: 0;
    transition: all 0.4s;
  }
  .carousel__slide-right {
    order: 1;
    max-width: 528px;
    height: 71px;
    width: 100%;
    padding: 0;
    transition: height 0.6s;
  }
  .carousel__slide-right__image {
    width: 80%;
    height: 70%;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.1s 0.1s;
  }
  .carousel__slide-right__heading {
    display: block;
  }
  .carousel__slide-right__icon {
    display: block !important;
  }
  .carouselcarousel__slide-right--vision {
    padding: 0;
    border-bottom: #EDEDED !important;
  }
  .carouselcarousel__slide-right--vision div {
    background-size: cover;
  }

  .news__heading {
    font-size: 1.5625em;
  }
  .news__grid {
    max-width: 400px;
    grid-template-columns: 1fr;
  }

  .help {
    padding-bottom: 122px;
    padding-top: 38px;
  }
  .help #section-help {
    bottom: 100px;
  }
  .help__content-container {
    flex-direction: column;
    max-width: 500px;
    padding: 0 20px;
  }
  .help__form {
    order: 2;
  }
  .help__text-container {
    order: 1;
    margin-left: 0;
    margin-bottom: 50px;
  }
  .help__text-container blockquote::before {
    top: -45px;
    left: -10px;
  }
  .help__text {
    margin-bottom: 23px;
    padding-right: 0;
  }

  #home-bee {
    display: none;
  }

  #home-star-1 {
    top: 3%;
  }

  #home-star-5 {
    top: 4%;
  }

  #vision-leaf-1 {
    display: none;
  }

  #help-lion {
    width: 70px;
  }
}
@media screen and (max-width: 550px) {
  .about__grid {
    margin: 34px auto 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 7px;
    grid-row-gap: 16px;
    max-width: 400px;
  }
  .about__grid__item {
    max-width: 107px;
    height: 54px;
  }

  .mobile-card-activated .carousel__slide-right--vision {
    height: 350px;
  }
  .mobile-card-activated .carousel__slide-right--vision .carousel__slide-right__image {
    height: 60%;
  }
}

/*# sourceMappingURL=hh_homepage.css.map */
