.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;
}

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

.news__overview__heading {
  margin: 0;
  padding-top: 173px;
  font-size: 3.125em;
  text-align: center;
}
.news__overview__grid {
  display: grid;
  margin: auto;
  max-width: 1225px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  padding: 0 44px 123px 44px;
}

@media screen and (max-width: 1150px) {
  .news__overview__heading {
    font-size: 2.5em;
  }
  .news__overview__grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    max-width: 800px;
  }

  .line {
    width: 100px;
    margin: 20px auto 40px auto;
  }
}
@media screen and (max-width: 760px) {
  .news__overview__heading {
    font-size: 1.875em;
  }
  .news__overview__grid {
    max-width: 400px;
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }
}

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