@font-face {
  font-family: "Untitled Sans";
  src: url("../fonts/UntitledSans-Bold.woff2") format("woff2"), url("../fonts/UntitledSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Untitled Sans";
  src: url("../fonts/UntitledSans-Medium.woff2") format("woff2"), url("../fonts/UntitledSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Untitled Sans";
  src: url("../fonts/UntitledSans-Regular.woff2") format("woff2"), url("../fonts/UntitledSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

html {
  box-sizing: border-box;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 1800px) {
  html {
    font-size: 20px;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: "Untitled Sans", sans-serif;
  font-size: 1.4583333333vw;
  line-height: 1.21;
  letter-spacing: -0.01em;
  color: #000f9f;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga", "kern";
  overflow-x: hidden;
  background: linear-gradient(#74bcfd, #9ec5e8);
  background-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

:target {
  display: block;
  position: relative;
}

.post-edit-link {
  position: fixed;
  z-index: 10000;
  left: 0;
  bottom: 0px;
  color: #fff;
  background: #ff4d00;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 12px;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.footer {
  padding: 32px 32px 0;
  position: relative;
  background: #e7fffa;
}

body.home .footer {
  background: #a5e5d9;
}

@media (min-width: 768px) {
  body.home .footer {
    background: #cff1eb;
  }
}
@media (min-width: 768px) {
  .footer {
    background: #cff1eb;
    padding: 3% 3% 0;
    padding: 0;
  }
}
.footer__logo-mobile {
  margin-left: -32px;
  margin-right: -32px;
}

@media (min-width: 768px) {
  .footer__logo-mobile {
    display: none;
  }
}
.footer__logo {
  display: none;
  margin-bottom: 0;
  position: relative;
  margin-left: -32px;
  margin-right: -32px;
}

@media (min-width: 768px) {
  .footer__logo {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
}
.footer__logo-logo {
  display: block;
  width: 100%;
}

.footer__logo-egret, .footer__logo-man, .footer__logo-woman, .footer__logo-biker, .footer__logo-poppy, .footer__logo-cloud1, .footer__logo-cloud2 {
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  filter: drop-shadow(0px 10px 3px rgba(0, 0, 0, 0.4));
}

.footer__logo-egret {
  width: 9.21875vw;
  height: 14.2708333333vw;
  top: 17.1354166667vw;
  left: 36.3541666667vw;
}

.footer__logo-poppy {
  width: 8.0729166667vw;
  height: 10.3645833333vw;
  top: 18.59375vw;
  left: 55.3645833333vw;
}

.footer__logo-man {
  width: 11.3541666667vw;
  height: 16.40625vw;
  top: 19.84375vw;
  left: 76.6145833333vw;
}

.footer__logo-woman {
  width: 13.59375vw;
  height: 9.375vw;
  top: 48.9583333333vw;
  left: 17.1875vw;
}

.footer__logo-biker {
  width: 17.03125vw;
  height: 15.625vw;
  top: 42.7083333333vw;
  left: 49.5833333333vw;
}

.footer__logo-cloud1 {
  width: 18.90625vw;
  height: 7.1354166667vw;
  top: 11.1458333333vw;
  left: 48.8020833333vw;
}

.footer__logo-cloud2 {
  width: 24.0625vw;
  height: 11.5625vw;
  top: 4.9479166667vw;
  left: 0.5208333333vw;
  transform: scaleX(-1);
}

.footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  border-bottom: 3px solid #000f9f;
  padding-bottom: 10px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .footer__top {
    padding: 3% 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 3%;
    margin-right: 3%;
  }
}
.footer__top > *:nth-child(1) {
  grid-column: 1/3;
}

@media (min-width: 768px) {
  .footer__top > *:nth-child(1) {
    margin-left: 0;
    margin-right: auto;
  }
}
.footer__top > *:nth-child(2) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .footer__top > *:nth-child(2) {
    margin-right: 0;
    margin-left: auto;
  }
}
.footer__top > *:nth-child(3) img {
  margin-right: 0;
  margin-left: auto;
}

.footer__top p {
  font-size: 20px;
  letter-spacing: -0.05em;
  font-weight: 500;
}

@media (min-width: 768px) {
  .footer__top p {
    font-size: 1.1458333333vw;
  }
}
.footer__top img {
  display: block;
}

@media (min-width: 768px) {
  .footer__top img {
    height: 1.6666666667vw;
    width: auto;
    margin-left: 20px;
  }
}
.footer__bottom {
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.05em;
}

@media (min-width: 768px) {
  .footer__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0.8333333333vw;
    padding: 20px 3%;
  }

  body:not(.home) .footer__bottom {
    position: fixed;
  }
}
.footer__bottom > *:nth-child(1) {
  margin-right: 2.0833333333vw;
}

.footer__bottom > *:nth-child(2) {
  margin-right: 2.0833333333vw;
  flex: 1;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .footer__bottom > *:nth-child(2) {
    display: block;
  }
}
.footer__bottom > *:nth-child(2) br {
  display: none;
}

@media (min-width: 768px) {
  .footer__bottom > *:nth-child(2) br {
    display: block;
  }
}
.footer__bottom > *:nth-child(3) {
  margin-left: auto;
  margin-right: 0;
}

.footer__bottom-link {
  color: #000f9f;
  text-decoration: underline;
  margin-right: auto;
}

.footer__bottom-siteby a {
  color: #000f9f;
  text-decoration: underline;
}

.nav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #000f9f 0%, #0008cc 100%);
  height: 100px;
  padding: 0 32px;
  transition: transform 0.5s ease;
}

.nav__tagline {
  display: none;
}

@media (min-width: 768px) {
  .nav__tagline {
    position: absolute;
    left: 3%;
    display: block;
    font-weight: 700;
    letter-spacing: -0.055em;
    color: #a5e5d9;
  }
}
.nav__logo {
  margin-left: 0;
  margin-right: auto;
}

@media (min-width: 768px) {
  .nav__logo {
    margin: auto;
  }
}
.nav__logo svg {
  width: 67px;
}

.nav__contact {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.055em;
  text-decoration: none;
  color: #a5e5d9;
  position: relative;
}

@media (min-width: 768px) {
  .nav__contact {
    position: absolute;
    top: 20px;
    right: 3%;
    font-size: 1.6145833333vw;
  }
}
.nav__contact:before {
  content: "";
  width: 51px;
  height: 41px;
  background: url(../images/Mail-1.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(180px, 50px, 0) rotate(-45deg);
  transition: all 0.5s ease-out;
}

@media (min-width: 768px) {
  .nav__contact:before {
    width: 4.53125vw;
    height: 3.6458333333vw;
    transform: translate3d(10.4166666667vw, 2.6041666667vw, 0) rotate(-45deg);
  }
}
.nav__contact:hover:before {
  transform: translate3d(-90%, 0vw, 0);
}

@media (min-width: 768px) {
  .nav__contact:hover:before {
    transform: translate3d(-3.6458333333vw, 0vw, 0);
  }
}
.nav--hidden {
  transform: translateY(-100%);
}

.nav--visible {
  transform: translateY(0%);
}

.nav--scrolled-down {
  transform: translateY(-100%);
}

.nav--scrolled-up {
  transform: translateY(0%);
}

.top {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 32px;
}

.top__contact {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.055em;
  text-decoration: none;
  color: #000f9f;
  position: relative;
}

@media (min-width: 768px) {
  .top__contact {
    position: absolute;
    top: 20px;
    right: 3%;
    font-size: 1.6145833333vw;
  }
}
.top__contact:before {
  content: "";
  width: 87px;
  height: 70px;
  background: url(../images/Mail-1.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(200px, 50px, 0) rotate(-45deg);
  transition: all 0.5s ease-out;
}

@media (min-width: 768px) {
  .top__contact:before {
    width: 4.53125vw;
    height: 3.6458333333vw;
    transform: translate3d(10.4166666667vw, 2.6041666667vw, 0) rotate(-45deg);
  }
}
.top__contact:hover:before {
  transform: translate3d(-100%, 0vw, 0);
}

@media (min-width: 768px) {
  .top__contact:hover:before {
    transform: translate3d(-3.6458333333vw, 0vw, 0);
  }
}
/* Section LOGO */
.section-logo {
  background: #a5e5d9;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 1s ease;
}

@media (min-width: 768px) {
  .section-logo {
    z-index: 10;
  }
}
.section-logo--inview {
  opacity: 1;
}

.section-logo__logo {
  width: 90%;
  max-width: 388px;
  margin: auto;
  transition: all 0.3s;
}

.section-logo__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50px);
}

@media (min-width: 768px) {
  .section-logo__scroll {
    bottom: 80px;
  }
}
.section-logo__scroll-label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.055em;
}

@media (min-width: 768px) {
  .section-logo__scroll-label {
    font-size: 1.0416666667vw;
  }
}
.section-logo__scroll svg {
  margin-left: 10px;
  animation: bounce 1s infinite alternate-reverse;
}

.section-logo__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  transition: all 0.3s ease;
}

.section-headline {
  min-height: 100vh;
  position: relative;
}

@media (min-width: 768px) {
  .section-headline {
    display: block;
    transition: opacity 1s ease;
    margin-bottom: 20%;
  }
}
.section-headline__taglines {
  padding-left: 24px;
  padding-top: 100px;
  color: #fff;
  font-size: 23.6842105263vw;
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
}

@media (min-width: 768px) {
  .section-headline__taglines {
    font-size: 10.4166666667vw;
    padding-left: 80px;
  }
}
.section-headline__copy {
  position: absolute;
  left: 24px;
  bottom: 80px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.055em;
}

@media (min-width: 768px) {
  .section-headline__copy {
    width: 26%;
    bottom: 10%;
    font-size: 1.5625vw;
    right: 80px;
    left: auto;
  }
}
.section-headline--inview {
  opacity: 1;
}

.section-headline__birds-1, .section-headline__birds-2, .section-headline__birds-3 {
  position: absolute;
  display: block;
  transform-origin: center center;
}

.section-headline__birds-1 {
  width: 34.2105263158vw;
  top: 20%;
  left: 0%;
}

@media (min-width: 768px) {
  .section-headline__birds-1 {
    width: 9.8958333333vw;
    left: 25.2%;
  }
}
.section-headline__birds-2 {
  width: 34.2105263158vw;
  top: 50%;
  right: 0%;
}

@media (min-width: 768px) {
  .section-headline__birds-2 {
    width: 10.4166666667vw;
    right: 50%;
  }
}
.section-headline__birds-3 {
  width: 34.2105263158vw;
  top: 120%;
  left: 5.2%;
  display: none;
}

@media (min-width: 768px) {
  .section-headline__birds-3 {
    display: block;
    width: 13.5416666667vw;
    left: 85.2%;
  }
}
/* Section SKY */
.section-sky {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 120px;
  overflow: visible;
  margin-top: -50%;
}

@media (min-width: 768px) {
  .section-sky {
    margin-top: -30%;
  }
}
.section-sky__image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

@media (min-width: 768px) {
  .section-sky__image {
    display: none;
  }
}
.section-sky__image-large {
  display: none;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .section-sky__image-large {
    display: block;
    margin-bottom: 0;
    margin-top: auto;
  }
}
.section-sky__texts {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
  will-change: transform;
  position: relative;
  left: 32px;
  top: 0;
  order: 1;
}

.section-sky__texts svg {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .section-sky__texts {
    left: 3%;
    position: absolute;
    top: 10%;
  }
}
@media (min-width: 768px) {
  .section-sky__texts svg {
    width: 41.6666666667vw;
  }
}
.section-sky__copy {
  color: #fff;
  background: #000f9f;
  padding: 60px 32px 60px 32px;
  order: 3;
}

@media (min-width: 768px) {
  .section-sky__copy {
    background: transparent;
    padding: 0;
  }
}
.section-sky__copy strong {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.055em;
  margin-bottom: 1em;
  display: block;
}

@media (min-width: 768px) {
  .section-sky__copy strong {
    font-size: 1.4583333333vw;
  }
}
.section-sky__copy p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

@media (min-width: 768px) {
  .section-sky__copy p {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 768px) {
  .section-sky__copy {
    width: 25%;
    position: absolute;
    z-index: 10;
    right: 3%;
    top: 40%;
    background: transparent;
  }
}
.section-sky__building {
  order: 2;
  margin-bottom: 0;
  position: relative;
}

.section-sky__poppy, .section-sky__cloud-1, .section-sky__cloud-2, .section-sky__sun {
  position: absolute;
  display: block;
  transform-origin: center center;
}

.section-sky__poppy {
  z-index: 11;
  top: 7.5%;
  left: 25.2%;
  width: 25%;
  transform: scaleX(-1) rotate(36deg);
}

@media (min-width: 768px) {
  .section-sky__poppy {
    width: 15.3125vw;
    transform-origin: 0 0;
    transform: scaleX(-1) rotate(36deg);
    left: 42.2%;
    top: auto;
    bottom: 25.8333333333vw;
  }
}
.section-sky__cloud-1 {
  top: 45%;
  left: -5%;
  width: 187px;
  z-index: 999;
}

@media (min-width: 768px) {
  .section-sky__cloud-1 {
    z-index: 1;
    top: auto;
    bottom: 5.5%;
    left: 5%;
    width: 35%;
  }
}
.section-sky__cloud-2 {
  top: 60%;
  right: 0;
  width: 201px;
}

@media (min-width: 768px) {
  .section-sky__cloud-2 {
    top: auto;
    bottom: 5.5%;
    right: 10%;
    width: 35%;
  }
}
.section-sky__sun {
  top: 1%;
  right: 10%;
  width: 112px;
}

@media (min-width: 768px) {
  .section-sky__sun {
    top: auto;
    bottom: 8%;
    right: 5%;
    width: 15%;
  }
}
.section-sky__birds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-150%);
}

.section-sky__birds-1, .section-sky__birds-2, .section-sky__birds-3 {
  position: absolute;
  display: block;
  transform-origin: center center;
}

.section-sky__birds-1 {
  width: 34.2105263158vw;
  top: 0%;
  left: 0%;
}

@media (min-width: 768px) {
  .section-sky__birds-1 {
    width: 9.8958333333vw;
    top: -20%;
    left: 15%;
  }
}
.section-sky__birds-2 {
  width: 34.2105263158vw;
  top: 50%;
  right: 0%;
}

@media (min-width: 768px) {
  .section-sky__birds-2 {
    width: 10.4166666667vw;
    right: 50%;
  }
}
.section-sky__birds-3 {
  width: 34.2105263158vw;
  top: 70%;
  left: 85.2%;
  display: none;
}

@media (min-width: 768px) {
  .section-sky__birds-3 {
    display: block;
    width: 13.5416666667vw;
  }
}
/* Section SPECS */
.section-specs {
  position: relative;
  z-index: 1;
  background: #ffa9e6;
  display: flex;
  align-items: center;
  padding: 32px;
}

@media (min-width: 768px) {
  .section-specs {
    padding: 0;
  }
}
.section-specs__image-large {
  display: none;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {
  .section-specs__image-large {
    display: block;
  }
}
.section-specs__inner {
  flex: 1;
}

@media (min-width: 768px) {
  .section-specs__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 3%;
    z-index: 1;
  }
}
.section-specs .washer {
  position: absolute;
  top: -5%;
  left: 60%;
  width: 150px;
  transform-origin: 40% 0%;
  -webkit-animation: animateWasher 3s linear infinite alternate;
          animation: animateWasher 3s linear infinite alternate;
}

@media (min-width: 768px) {
  .section-specs .washer {
    width: 14.21875vw;
    top: -5%;
    left: 40%;
  }
}
.section-specs__title {
  font-size: 24px;
  letter-spacing: -0.055em;
  font-weight: 700;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .section-specs__title {
    position: absolute;
    top: 6%;
    left: 3%;
    font-size: 1.6145833333vw;
  }
}
.section-specs__cols {
  flex: 1;
  margin-bottom: 40px;
  display: grid;
}

@media (min-width: 768px) {
  .section-specs__cols {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
.section-specs__cols > * {
  border-bottom: 1px solid #000f9f;
  padding-top: 20px;
  padding-bottom: 20px;
  order: 3;
}

@media (min-width: 768px) {
  .section-specs__cols > * {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5%;
    padding-top: 5%;
    border-bottom: 0;
    border-left: 3px solid #000f9f;
  }
}
.section-specs__cols > *:first-child {
  margin-bottom: 20px;
  border-bottom: 0;
  order: 1;
}

@media (min-width: 768px) {
  .section-specs__cols > *:first-child {
    border-left: 0;
    padding-top: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .section-specs__cols > *:nth-child(3) {
    display: flex;
    align-items: flex-end;
  }
}
.section-specs__cols > *:last-child {
  border-bottom: 0;
  border-left: 0;
  padding-left: 0;
  padding-top: 0;
  order: 2;
}

@media (min-width: 768px) {
  .section-specs__cols > *:last-child {
    order: initial;
  }
}
.section-specs__cols > * br {
  display: none;
}

@media (min-width: 768px) {
  .section-specs__cols > * br {
    display: initial;
  }
}
.section-specs__cols > * span {
  display: block;
}

.section-specs__big > div {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .section-specs__big > div {
    margin-bottom: 3.125vw;
  }
}
.section-specs__big big {
  font-size: 96px;
}

@media (min-width: 768px) {
  .section-specs__big big {
    font-size: 6.25vw;
  }
}
.section-specs__big strong {
  font-size: 96px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.055em;
}

@media (min-width: 768px) {
  .section-specs__big strong {
    font-size: 6.25vw;
  }
}
.section-specs__big span {
  display: block;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .section-specs__big span {
    font-size: 1.25vw;
  }
}
.section-specs__small {
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .section-specs__small {
    font-size: 1.5625vw;
  }
}
.section-specs__buttons {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .section-specs__buttons {
    position: absolute;
    bottom: 6%;
    left: 3%;
    display: flex;
  }
}
.section-specs__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000f9f;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.05em;
  border: 1.5px solid #000f9f;
  padding: 15px;
  text-decoration: none;
  transition: all 0.3s;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .section-specs__button {
    padding: 1.0416666667vw;
    font-size: 1.6666666667vw;
    border-width: 2px;
  }
}
.section-specs__button svg {
  display: block;
  margin-left: auto;
  transition: all 0.3s;
  color: #000f9f;
}

@media (min-width: 768px) {
  .section-specs__button svg {
    margin-left: 20px;
  }
}
.section-specs__button:hover {
  background: #000f9f;
  color: #fff;
}

.section-specs__button:hover svg {
  color: #fff;
}

@media (min-width: 768px) {
  .section-specs__button {
    width: auto;
  }
}
@media (min-width: 768px) {
  .section-specs__button:first-child {
    margin-right: 20px;
  }
}
.section-specs__button:nth-child(2) {
  display: none;
}

.section-uptown {
  position: relative;
  z-index: 1;
  background-size: contain;
}

.section-uptown__image {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .section-uptown__image {
    display: none;
  }
}
.section-uptown__image-large {
  display: none;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .section-uptown__image-large {
    display: block;
  }
}
.section-uptown__flowers {
  position: absolute;
  display: block;
  transform-origin: center center;
  z-index: 11;
  top: 32%;
  left: 19.2%;
  width: 37%;
}

@media (min-width: 768px) {
  .section-uptown__flowers {
    width: 17%;
    top: 54%;
    left: 34.2%;
  }
}
.section-uptown__texts {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
  will-change: transform;
  position: absolute;
  top: 32px;
  left: 32px;
}

.section-uptown__texts svg {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .section-uptown__texts {
    position: absolute;
    top: 10%;
    left: 3%;
  }
}
.section-uptown__texts span {
  display: block;
  color: #fff;
}

.section-uptown__texts span:nth-child(1) {
  transform: translateX(10%);
}

.section-uptown__texts span:nth-child(2) {
  color: #000f9f;
}

@media (min-width: 768px) {
  .section-uptown__texts svg {
    width: 28.6458333333vw;
  }
}
.section-uptown__copy {
  color: #fff;
  background: #000f9f;
  padding: 60px 32px 60px 32px;
}

@media (min-width: 768px) {
  .section-uptown__copy {
    background: transparent;
    padding: 0;
  }
}
.section-uptown__copy strong {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.055em;
  margin-bottom: 1em;
  display: block;
}

@media (min-width: 768px) {
  .section-uptown__copy strong {
    font-size: 1.4583333333vw;
  }
}
.section-uptown__copy p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

@media (min-width: 768px) {
  .section-uptown__copy p {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 768px) {
  .section-uptown__copy {
    position: absolute;
    width: 25%;
    right: 3%;
    top: 5%;
  }
}
.section-town {
  position: relative;
  z-index: 1;
}

.section-town__image {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .section-town__image {
    display: none;
  }
}
.section-town__image-large {
  display: none;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .section-town__image-large {
    display: block;
  }
}
.section-town__texts {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
  will-change: transform;
  position: relative;
  margin-top: -150px;
  margin-bottom: 0;
  left: 32px;
}

.section-town__texts svg {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .section-town__texts {
    position: absolute;
    top: 70%;
    left: 3%;
  }
}
@media (min-width: 768px) {
  .section-town__texts svg {
    width: 33.8541666667vw;
  }
}
.section-town__copy {
  color: #fff;
  background: #000f9f;
  padding: 60px 32px 60px 32px;
}

@media (min-width: 768px) {
  .section-town__copy {
    background: transparent;
    padding: 0;
  }
}
.section-town__copy strong {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.055em;
  margin-bottom: 1em;
  display: block;
}

@media (min-width: 768px) {
  .section-town__copy strong {
    font-size: 1.4583333333vw;
  }
}
.section-town__copy p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

@media (min-width: 768px) {
  .section-town__copy p {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 768px) {
  .section-town__copy {
    width: 25%;
    position: absolute;
    right: 3%;
    bottom: 20%;
  }
}
.section-town__mandog {
  position: absolute;
  top: 15%;
  left: 6%;
}

@media (min-width: 768px) {
  .section-town__mandog {
    bottom: 5%;
    left: 56%;
    top: auto;
  }
}
.section-town__mandog img {
  width: 26.3157894737vw;
}

@media (min-width: 768px) {
  .section-town__mandog img {
    width: 16.9270833333vw;
  }
}
.page-bottom {
  background: #a5e5d9;
}

@media (min-width: 768px) {
  .page-bottom {
    background: linear-gradient(180deg, #a5e5d9 0%, #cff1eb 100%);
  }
}
.section-contacts {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
}

@media (min-width: 768px) {
  .section-contacts {
    flex-direction: row;
    gap: 3%;
    padding: 3%;
  }
}
.section-contacts__texts {
  flex: 0 1 26.0416666667vw;
  position: relative;
}

.section-contacts__texts img {
  display: block;
  position: absolute;
  width: 10.4166666667vw;
  top: 15%;
  left: 5%;
}

@media (min-width: 768px) {
  .section-contacts__texts img {
    width: 4.1666666667vw;
    top: 4.4270833333vw;
    left: 2.0833333333vw;
  }
}
@media (min-width: 768px) {
  .section-contacts__texts svg {
    width: 31.25vw;
    height: auto;
  }
}
.section-contacts__subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .section-contacts__subtitle {
    font-size: 1.4583333333vw;
    margin-top: 40px;
  }
}
.section-contacts__contacts {
  flex: 1;
}

.section-contacts__contact {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .section-contacts__contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.section-contacts__contact-title {
  grid-column: 1/3;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 3px solid #000f9f;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .section-contacts__contact-title {
    font-size: 1.25vw;
  }
}
.section-contacts__contact-title span {
  margin-left: auto;
  margin-right: 0;
  white-space: nowrap;
}

.section-contacts__contact-licence {
  font-size: 10px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .section-contacts__contact-licence {
    font-size: 0.8333333333vw;
  }
}
.section-contacts__contact-name {
  margin: 0;
  grid-row: 2/4;
  font-size: 30px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .section-contacts__contact-name {
    grid-row: 2/4;
    font-size: 2.0833333333vw;
  }
}
.section-contacts__contact-name br {
  display: none;
}

@media (min-width: 768px) {
  .section-contacts__contact-name br {
    display: initial;
  }
}
.section-contacts__contact-phone, .section-contacts__contact-email {
  background-size: contain;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

@media (min-width: 768px) {
  .section-contacts__contact-phone, .section-contacts__contact-email {
    font-size: 1.875vw;
  }
}
.section-contacts__contact-phone:before, .section-contacts__contact-email:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 50%;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .section-contacts__contact-phone:before, .section-contacts__contact-email:before {
    margin-right: 20px;
    width: 3.3854166667vw;
    height: 3.3854166667vw;
  }
}
.section-contacts__contact-phone a, .section-contacts__contact-email a {
  text-decoration: none;
  color: #000f9f;
}

.section-contacts__contact-email {
  font-size: 18px;
}

@media (min-width: 768px) {
  .section-contacts__contact-email {
    font-size: 1.875vw;
  }
}
.section-contacts__contact-phone {
  grid-row: 2/3;
}

.section-contacts__contact-phone:before {
  background-image: url(../images/Phone-1.png);
}

.section-contacts__contact-email {
  grid-row: 3/4;
}

.section-contacts__contact-email:before {
  background-image: url(../images/Mail-1.png);
}

section {
  overflow: hidden;
  overflow-x: hidden;
}

/* Animations */
@-webkit-keyframes animateClouds {
  0% {
    transform: translateX(-5%);
  }
  50% {
    transform: skewX(2deg) scaleY(0.97);
  }
  100% {
    transform: skewX(1deg) scaleY(1.03);
    transform: translateX(5%);
  }
}
@keyframes animateClouds {
  0% {
    transform: translateX(-5%);
  }
  50% {
    transform: skewX(2deg) scaleY(0.97);
  }
  100% {
    transform: skewX(1deg) scaleY(1.03);
    transform: translateX(5%);
  }
}
@-webkit-keyframes animatePoppy {
  0% {
    transform: rotate(-37deg) skewX(5deg);
  }
  50% {
    transform: rotate(-37deg) skewX(-5deg);
  }
  100% {
    transform: rotate(-37deg) skewX(5deg);
  }
}
@keyframes animatePoppy {
  0% {
    transform: rotate(-37deg) skewX(5deg);
  }
  50% {
    transform: rotate(-37deg) skewX(-5deg);
  }
  100% {
    transform: rotate(-37deg) skewX(5deg);
  }
}
@-webkit-keyframes animateFlowers {
  0% {
    transform: rotate(2deg) skewX(5deg);
  }
  50% {
    transform: rotate(2deg) skewX(-5deg);
  }
  100% {
    transform: rotate(2deg) skewX(5deg);
  }
}
@keyframes animateFlowers {
  0% {
    transform: rotate(2deg) skewX(5deg);
  }
  50% {
    transform: rotate(2deg) skewX(-5deg);
  }
  100% {
    transform: rotate(2deg) skewX(5deg);
  }
}
@-webkit-keyframes animateWasher {
  0% {
    transform: skewX(0deg);
  }
  50% {
    transform: skewX(0deg) rotate(5deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
@keyframes animateWasher {
  0% {
    transform: skewX(0deg);
  }
  50% {
    transform: skewX(0deg) rotate(5deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(10px);
  }
}
@keyframes bounce {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(10px);
  }
}
[data-aos=appear] {
  transform: translateX(-50%);
  opacity: 0;
  transition-property: transform, opacity;
}

@media (min-width: 768px) {
  [data-aos=appear] {
    transform: translateY(50%);
  }
}
[data-aos=appear].aos-animate {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

[data-aos=appearAlt] {
  transform: translateY(50%);
  opacity: 0;
  transition-property: transform, opacity;
}

@media (min-width: 768px) {
  [data-aos=appearAlt] {
    transform: translateX(-50%);
  }
}
[data-aos=appearAlt].aos-animate {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.article {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  padding: 32px;
  background: linear-gradient(180deg, #a5e5d9 0%, #e7fffa 100%);
  padding-top: 100px;
}

@media (min-width: 768px) {
  .article {
    padding: 3%;
    flex-wrap: nowrap;
    padding-top: 140px;
    padding-right: 10%;
    padding-bottom: 100px;
  }
}
.article__meta {
  flex: 0 0 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 768px) {
  .article__meta {
    flex: 0 1 28.6458333333vw;
    width: 28.6458333333vw;
  }
}
.article__meta svg {
  max-width: 41.6666666667vw;
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  .article__meta svg {
    max-width: 17.7083333333vw;
  }
}
.article__meta h1 {
  grid-column: 1/3;
  grid-row: 1/2;
  margin: 0;
}

.article__meta p {
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: 31px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .article__meta p {
    font-size: 1.6145833333vw;
  }
}
.article__meta img {
  grid-column: 2/3;
  grid-row: 2/3;
  max-width: 20.8333333333vw;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .article__meta img {
    max-width: 12.6041666667vw;
  }
}
body.privacy-policy .article__meta img {
  max-width: 10.4166666667vw;
}

@media (min-width: 768px) {
  body.privacy-policy .article__meta img {
    max-width: 5.625vw;
  }
}
.article__content {
  font-size: 12px;
  line-height: 1.3;
  max-width: 960px;
  flex: 1;
}

@media (min-width: 768px) {
  .article__content {
    padding-top: 15.625vw;
  }
}
.article__content hr {
  border: 0;
  border-bottom: 2px solid #000f9f;
  margin: 1em 0;
}

.article__content strong {
  font-size: 12px;
  font-weight: 500;
}

.article__content h2 {
  font-size: 18px;
  font-weight: 700;
  border-top: 2px solid #000f9f;
  margin: 40px 0 20px;
}

.article__content h3 {
  margin: 0;
  font-size: 18px;
}

.article__content h4 {
  font-size: 20px;
  letter-spacing: -0.05em;
  font-weight: 500;
  margin: 0;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

@media (min-width: 768px) {
  .article__content h4 {
    font-size: 22px;
  }
}
.article__content a {
  color: #000f9f;
  text-decoration: none;
}

.article__content ul {
  padding-left: 1em;
}

@media (min-width: 768px) {
  .article__content ul {
    padding-left: 2em;
  }
}
.article__return {
  position: absolute;
  z-index: 1;
  top: 120px;
  right: 3%;
}

.article__return-link {
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  color: #000f9f;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .article__return-link {
    font-size: 18px;
  }
}
.article__return-link svg {
  display: block;
  margin-right: 9px;
}

/* Login page */
.login {
  height: 100vh;
  background: #bababa;
  color: #323232;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login h1 a {
  background-image: url(../images/logo.png);
  background-size: contain;
  background-position: center center;
  width: 200px;
  height: 100px;
  margin-bottom: 0;
  color: #000;
}

.login #login {
  width: 100%;
  max-width: 400px;
  background: #fff;
  padding: 30px 30px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 0;
}

.login form {
  box-shadow: none;
  border: 0;
}

.login .button.button-large {
  height: auto !important;
  line-height: 1 !important;
  padding: 10px 20px !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  text-transform: uppercase;
}
