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

:root {
  color: #0d141a;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.5;
  background: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: #0d141a;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

.page,
.page__blocks,
.top-blocks {
  width: 100%;
}

.block {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.block-background {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--09dd1150, transparent);
}

.block-background__image,
.block-background video,
.block-background__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-background__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, var(--overlay-opacity, 0));
}

.block-layout {
  position: relative;
  z-index: 1;
  width: min(100%, var(--5984c540, var(--width, 1224px)));
  margin: 0 auto;
  padding: var(--block-padding, 56px 16px);
  min-height: var(--block-min-height, auto);
}

.block-layout--layout {
  display: grid;
  grid-template-columns: var(--grid-template-columns, repeat(var(--cols, 12), minmax(0, 1fr)));
  grid-template-rows: var(--grid-template-rows, auto);
  column-gap: var(--column-gap, var(--col-gap, 24px));
  row-gap: var(--row-gap, 16px);
  align-items: stretch;
}

.layout-element {
  position: relative;
  z-index: var(--z-index, 1);
  min-width: 0;
  display: flex;
  align-items: var(--align, stretch);
  justify-content: var(--justify, flex-start);
  text-align: var(--text, inherit);
  grid-row: var(--grid-row, auto);
  grid-column: var(--grid-column, auto);
}

.layout-element__component {
  width: 100%;
}

.text-box {
  overflow-wrap: anywhere;
  white-space: var(--e4116cd0, normal);
}

.text-box :is(h1, h2, h3, h4, h5, h6, p) {
  margin: 0;
}

.text-box h1 {
  font-size: clamp(2.25rem, 5vw, 4.75rem);
  line-height: 1.05;
}

.text-box h2 {
  font-size: clamp(1.8rem, 3.5vw, 3.25rem);
  line-height: 1.12;
}

.text-box h3 {
  font-size: clamp(1.45rem, 2.6vw, 2.5rem);
  line-height: 1.18;
}

.text-box h4,
.text-box h5 {
  font-size: clamp(1.15rem, 1.8vw, 1.75rem);
  line-height: 1.25;
}

.text-box p,
.body,
.body-large {
  font-size: clamp(1rem, 1.2vw, 1.125rem);
}

.image-wrapper,
.image,
.image__image {
  width: 100%;
  height: 100%;
}

.image {
  overflow: hidden;
}

.image__image {
  object-fit: cover;
}

.image--zoom .image__image {
  transition: transform 220ms ease;
}

.image--zoom:hover .image__image {
  transform: scale(1.03);
}

.image-wrapper--mobile {
  display: none;
}

.grid-button,
.form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: #0a1f33;
  cursor: pointer;
}

.grid-button--primary {
  background: #0a1f33;
}

.form {
  display: grid;
  gap: 14px;
  width: 100%;
}

.form__control {
  display: grid;
  gap: 6px;
}

.input__component,
.input,
input,
textarea {
  width: 100%;
  border: 1px solid rgba(13, 20, 26, 0.22);
  border-radius: 4px;
  padding: 12px 14px;
  background: #fff;
  color: #0d141a;
}

.input__label {
  font-size: 0.9rem;
}

.input--light,
.input__component--light,
.input__label--light {
  color: #fff;
}

.input__component--light {
  color: #0d141a;
  background: #fff;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: var(--space-between-icons, 16px);
}

.social-icons--row {
  flex-direction: row;
}

.social-icons__link {
  display: inline-flex;
  width: var(--icon-size, 28px);
  height: var(--icon-size, 28px);
  color: var(--icon-color, currentColor);
}

.social-icons__link svg {
  width: 100%;
  height: 100%;
}

.grid-shape {
  width: 100%;
  height: 100%;
}

.block-header,
.top-blocks--sticky {
  position: sticky;
  top: 0;
  z-index: 100;
}

.block-header {
  background: rgb(116, 203, 230);
}

.block-header-layout-desktop,
.block-header-layout-mobile {
  width: min(100%, var(--width, 1240px));
  min-height: var(--height, 76px);
  margin: 0 auto;
  padding: var(--padding, 11px 16px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--element-spacing, 30px);
}

.block-header__logo,
.block-header-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: var(--logo-width, 134px);
}

.block-header-logo__image,
.block-header__logo img {
  width: 100%;
  height: auto;
}

.block-header__nav,
.block-header__nav-links {
  display: flex;
  align-items: center;
  gap: var(--link-spacing, 28px);
  margin-left: auto;
}

.block-header-item,
.block-header-item__item {
  color: var(--nav-link-text-color, #0d141a);
  white-space: nowrap;
}

.block-header-item:hover,
.block-header-item__item:hover {
  color: var(--nav-link-text-color-hover, #0d141a);
}

.block-header-layout-mobile,
.block-header-layout-mobile__dropdown {
  display: none;
}

.burger {
  width: 32px;
  height: 24px;
  display: grid;
  align-content: space-between;
  border: 0;
  background: transparent;
  padding: 0;
}

.burger__bun,
.burger__meat {
  height: 2px;
  background: currentColor;
}

.transition--root-hidden {
  opacity: 1;
  transform: none;
}

.block--footer {
  color: #fff;
}

@media (max-width: 919px) {
  .block-layout {
    width: min(100%, var(--7876a9fc, 100%));
    padding: var(--m-block-padding, 40px 16px);
    min-height: var(--m-block-min-height, auto);
  }

  .block-layout--layout {
    grid-template-columns: var(--m-grid-template-columns, repeat(6, minmax(0, 1fr)));
    grid-template-rows: var(--m-grid-template-rows, auto);
  }

  .layout-element {
    grid-row: var(--m-grid-row, auto);
    grid-column: var(--m-grid-column, auto);
    margin: var(--m-element-margin, 0);
  }

  .image-wrapper--desktop {
    display: none;
  }

  .image-wrapper--mobile {
    display: block;
  }

  .block-header-layout-desktop {
    display: none;
  }

  .block-header-layout-mobile {
    min-height: var(--m-height, 88px);
    padding: var(--m-padding, 18px 16px);
    display: flex;
  }

  .block-header__logo,
  .block-header-logo {
    width: var(--m-logo-width, 150px);
  }

  .block-header-layout-mobile__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 16px;
    background: rgb(116, 203, 230);
  }
}
