.hero-services {
  position: relative;
}
.hero-services__cards-wrapper {
  width: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hero-services__cards-wrapper::-webkit-scrollbar {
  display: none;
}
.hero-services__cards {
  display: flex;
  width: max-content;
  transition-duration: 0.8s !important;
}
body:not(.no-animate) .hero-services__cards {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.9s;
}
body:not(.no-animate) .animate .hero-services__cards {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .hero-services__cards {
  transform: unset !important;
  opacity: 1 !important;
}
@media (min-width: 640px) {
.hero-services:not(.hero-services--open) .hero-services__cards {
    max-width: calc(15.875rem + (var(--items-count) - 1) * 0.75rem);
}
}
@media (min-width: 1024px) {
.hero-services:not(.hero-services--open) .hero-services__cards {
    max-width: calc(15rem + (var(--items-count) - 1) * 0.75rem);
}
}
@media (min-width: 1920px) {
.hero-services:not(.hero-services--open) .hero-services__cards {
    max-width: calc(15.5rem + (var(--items-count) - 1) * 0.75rem);
}
}
@media (hover: hover) and (pointer: fine) {
.hero-services.hero-services--inited:not(.hero-services--open) .hero-services__cards:hover .hero-services__card, .hero-services.hero-services--inited:not(.hero-services--open) .hero-services__cards.focus-visible .hero-services__card {
    transform: translateX(calc(-100% * var(--item-index) + (var(--item-index) * 1rem)));
}
}
.hero-services.hero-services--inited:not(.hero-services--open) .hero-services__cards.focus-visible .hero-services__card {
  transform: translateX(calc(-100% * var(--item-index) + (var(--item-index) * 1rem)));
}
.hero-services__card {
  top: 0;
  display: inline-flex;
  flex-shrink: 0;
  flex-grow: 1;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity, z-index;
}
.hero-services:not(.hero-services--open) .hero-services__card {
  pointer-events: none;
}
.hero-services--open .hero-services__card:not(:last-child) {
  margin-right: 0.125rem;
}
.hero-services:not(.hero-services--open) .hero-services__card {
  transform: translateX(calc(-100% * var(--item-index) + (var(--item-index) * 0.75rem)));
  z-index: calc(100 - var(--item-index));
  top: 0;
}
.hero-services:not(.hero-services--open) .hero-services__card:nth-child(2) {
  opacity: 0.6;
}
.hero-services:not(.hero-services--open) .hero-services__card:nth-child(3) {
  opacity: 0.4;
}
.hero-services:not(.hero-services--open) .hero-services__card:nth-child(4) {
  opacity: 0.2;
}
.hero-services:not(.hero-services--open) .hero-services__card:nth-child(5) {
  opacity: 0.6;
}
.hero-services:not(.hero-services--open) .hero-services__card:nth-child(n+6) {
  opacity: 0;
}
.hero-services:not(.hero-services--open) .hero-services__card:not(:first-child) .service-card__icon {
  opacity: 0;
}
.hero-services:not(.hero-services--inited) .hero-services__card {
  transform: translateX(calc(-100% * var(--item-index) + (var(--item-index) * 1.5rem)));
}
.hero-services__show {
  transition-duration: 0.8s !important;
  position: absolute;
  padding: 0;
  background-color: transparent;
  border: none;
  background-color: var(--color-orange);
  color: var(--color-white);
  padding: 0.375rem 1.5rem 0.4375rem 2.5rem;
  border-radius: 2rem;
  border: none;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: opacity;
  top: 50%;
  transform: translateY(-50%);
  left: 21.5rem;
  z-index: 101;
}
body:not(.no-animate) .hero-services__show {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 1.8s;
}
body:not(.no-animate) .animate .hero-services__show {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .hero-services__show {
  transform: unset !important;
  opacity: 1 !important;
}
@media (hover: hover) and (pointer: fine) {
.hero-services__show:hover::after, .hero-services__show.focus-visible::after {
    transform: translate(5px, -50%);
}
}
.hero-services__show.focus-visible::after {
  transform: translate(5px, -50%);
}
.hero-services--inited .hero-services__show {
  transition-delay: 0.3s !important;
}
.hero-services--open .hero-services__show {
  opacity: 0 !important;
  pointer-events: none;
}
.hero-services__show::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.5rem;
  width: 4.3125rem;
  height: 1.3125rem;
  background-image: url("data:image/svg+xml,%3Csvg width='69' height='21' viewBox='0 0 69 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 10h66M57.672 1l10 9.5-10 9.5' stroke='%23fff' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(0, -50%);
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hero-services__hide {
  position: absolute;
  top: -4.0625rem;
  right: 2.75rem;
  padding: 0;
  background-color: transparent;
  border: none;
  background-color: var(--color-orange);
  color: var(--color-white);
  padding: 0.375rem 1.5rem 0.4375rem 1.5rem;
  border-radius: 2rem;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: opacity;
}
@media (hover: hover) and (pointer: fine) {
.hero-services__hide:hover, .hero-services__hide.focus-visible {
    background-color: var(--color-white);
    color: var(--color-black);
}
}
.hero-services__hide.focus-visible {
  background-color: var(--color-white);
  color: var(--color-black);
}
.hero-services:not(.hero-services--open) .hero-services__hide {
  opacity: 0;
  pointer-events: none;
}
.hero-main {
  position: relative;
  height: 30.625rem;
  z-index: 1;
  overflow: hidden;
  background-color: #7aa3b5;
}
@media (min-width: 640px) {
.hero-main {
    height: calc(100vh - 6.5rem);
    min-height: 51.875rem;
}
}
@media (min-width: 1024px) {
.hero-main {
    min-height: 43.5625rem;
}
}
@media (min-width: 1920px) {
.hero-main {
    min-height: 59.375rem;
}
}
.hero-main__inner {
  color: var(--color-white);
  padding-top: 5.5625rem;
  padding-left: 1.1875rem;
}
@media (min-width: 640px) {
.hero-main__inner {
    padding-top: 8.25rem;
    padding-left: 2.3125rem;
}
}
@media (min-width: 1024px) {
.hero-main__inner {
    padding-top: 2.5rem;
    padding-left: 3.0625rem;
}
}
@media (min-width: 1920px) {
.hero-main__inner {
    padding-top: 3rem;
    padding-left: 4.625rem;
}
}
.hero-main__title {
  max-width: 12.625rem;
  margin-bottom: 1.5rem;
  transition-duration: 0.8s !important;
  font-size: 2.5rem;
  line-height: 0.96;
  font-weight: 400;
}
body:not(.no-animate) .hero-main__title {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.5s;
}
body:not(.no-animate) .animate .hero-main__title {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .hero-main__title {
  transform: unset !important;
  opacity: 1 !important;
}
@media (min-width: 640px) {
.hero-main__title {
    margin-bottom: 3rem;
    max-width: 20.1875rem;
}
}
.blind-text-medium .hero-main__title {
  font-size: 2.625rem;
}
.blind-text-large .hero-main__title {
  font-size: 2.75rem;
}
@media (min-width: 640px) {
.hero-main__title {
    font-size: 4rem;
}
.blind-text-medium .hero-main__title {
    font-size: 4.125rem;
}
.blind-text-large .hero-main__title {
    font-size: 4.25rem;
}
}
@media (min-width: 1920px) {
.hero-main__title {
    font-size: 5rem;
    margin-bottom: 3.5rem;
}
.blind-text-medium .hero-main__title {
    font-size: 5.125rem;
}
.blind-text-large .hero-main__title {
    font-size: 5.25rem;
}
}
.hero-main__time {
  margin-bottom: 0.5rem;
  transition-duration: 0.8s !important;
}
body:not(.no-animate) .hero-main__time {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.6s;
}
body:not(.no-animate) .animate .hero-main__time {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .hero-main__time {
  transform: unset !important;
  opacity: 1 !important;
}
@media (min-width: 640px) {
.hero-main__time {
    margin-bottom: 1rem;
}
}
@media (min-width: 1920px) {
.hero-main__time {
    margin-bottom: 1.5rem;
}
}
.hero-main__date {
  transition-duration: 0.8s !important;
  margin-bottom: 0.25rem;
}
body:not(.no-animate) .hero-main__date {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.7s;
}
body:not(.no-animate) .animate .hero-main__date {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .hero-main__date {
  transform: unset !important;
  opacity: 1 !important;
}
@media (min-width: 640px) {
.hero-main__date {
    margin-bottom: 0.5rem;
}
}
.hero-main__weather {
  transition-duration: 0.8s !important;
  display: inline-flex;
  align-items: center;
}
body:not(.no-animate) .hero-main__weather {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.8s;
}
body:not(.no-animate) .animate .hero-main__weather {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .hero-main__weather {
  transform: unset !important;
  opacity: 1 !important;
}
.hero-main__weather-icon {
  margin-right: 0.6875rem;
}
.hero-main__services {
  position: absolute;
  bottom: 0.8px;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 639.98px) {
.hero-main__services {
    display: none;
}
}
.hero-main__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  transition-duration: 0.8s !important;
}
body:not(.no-animate) .hero-main__bg {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.2s;
}
body:not(.no-animate) .animate .hero-main__bg {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .hero-main__bg {
  transform: unset !important;
  opacity: 1 !important;
}
.hero-main__bg-img {
  height: 100%;
}
.hero-main__birds {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body:not(.no-animate) .hero-main__birds {
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.5s;
}
body:not(.no-animate) .animate .hero-main__birds {
  opacity: 1;
}
html:not(.has-scroll-init) .hero-main__birds {
  opacity: 1 !important;
}
@media (max-width: 639.98px) {
.hero-main__birds {
    left: auto;
    right: -35%;
    top: 10%;
}
}
@media (min-width: 640px) and (max-width: 1023.98px) {
.hero-main__birds {
    left: 10%;
    top: 0%;
}
}
.blind-images-hidden .hero-main__birds {
  display: none;
}
.hero-main__bird {
  position: absolute;
  transform-origin: 43.8% 48%;
  height: 100%;
  z-index: var(--item-index);
  animation: birds linear infinite;
  animation-duration: calc(200s - var(--item-index) * 35s);
}
.hero-main__clouds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  width: 48rem;
  height: auto;
  transform: rotate(-15deg) scale(1.56);
  animation: cloud_opacity 30s linear infinite, cloud_move 30s linear infinite;
}
body:not(.no-animate) .hero-main__clouds {
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.6s;
}
body:not(.no-animate) .animate .hero-main__clouds {
  opacity: 1;
}
html:not(.has-scroll-init) .hero-main__clouds {
  opacity: 1 !important;
}
.hero-main__clouds img {
  all: inherit;
}
@media (min-width: 640px) {
.hero-main__clouds {
    width: 90rem;
}
}
@media (min-width: 1024px) {
.hero-main__clouds {
    width: 100%;
    height: 100%;
}
}
@keyframes cloud_opacity {
0% {
    opacity: 0;
}
13% {
    opacity: 0.3;
}
27% {
    opacity: 1;
}
52% {
    opacity: 1;
}
90% {
    opacity: 0.9;
}
100% {
    opacity: 0;
}
}
@keyframes cloud_move {
0% {
    transform: translate3d(-10%, -10%, 0);
}
100% {
    transform: translate3d(35%, 40%, 0);
}
}
@keyframes birds {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
