:root {
  --white: white;
  --black: black;
  --blue-base: #275fef;
  --gray-base: #757575;
  --elements-webflow-library--accent--primary-1: #466ab5;
  --elements-webflow-library--neutral--100: white;
  --h1-color: #1a366d;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --yellow: #fec84b;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--white: white;
  --untitled-ui--gray900: #101828;
  --untitled-ui--warning300: #fec84b;
  --untitled-ui--gray600: #475467;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-500: #6b7094;
  --elements-webflow-library--general--shadow-05: #14142b29;
  --elements-webflow-library--general--shadow-04: #14142b24;
  --light-blue: #a5c5fc;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray700: #344054;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--success-base: #0ebc6e;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--success-lighter: #ebfff6;
  --waves-library--dark-elevation: #ede0d8;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: #000;
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  font-size: 80px;
}

.section {
  max-width: 428px;
}

.section-2 {
  background-color: #000;
  width: 100%;
  max-width: 428px;
  height: auto;
  min-height: 400vh;
  margin-left: auto;
  margin-right: auto;
}

.bg {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: linear-gradient(132deg, #275fef, #1b42a6);
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hero {
  background-image: linear-gradient(5deg, #536696, #fff);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.div-block {
  width: 356px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
}

.div-block._320-mob {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 0;
  display: block;
  position: relative;
}

.heading {
  color: #ffa26a;
  letter-spacing: -2px;
  text-indent: -16px;
  column-count: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 275px;
  height: 155px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  padding-left: 0;
  font-family: Markerfelt, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 100;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  transform: rotate(-17.1887deg);
}

.heading.heading-2 {
  color: #fff;
  margin-top: 16px;
}

.div-block-2 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 428px;
  height: 216px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 64px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 24px 36px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  display: block;
}

.text-block {
  color: #92b0ff;
  text-align: center;
  margin-top: -24px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.prem {
  background-color: var(--white);
  min-height: 100vh;
  overflow: hidden;
}

.image {
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  width: 280px;
  height: 320px;
  margin-top: -420px;
  margin-bottom: 0;
  margin-left: 180px;
  padding-bottom: 0;
  transform: rotate(-17.1887deg);
}

.text-block-2 {
  color: #fff;
  width: 163px;
  height: 64px;
  margin-top: -20px;
  margin-left: 130px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 140%;
  transform: rotate(-17.1887deg);
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 332px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.paragraph {
  color: #92b0ff;
  width: 162px;
  height: 60px;
  font-family: Manrope, sans-serif;
  font-size: 10px;
  line-height: 140%;
}

.button-2 {
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 64px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 162px;
  height: 47px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 120%;
  display: flex;
}

.div-block-4 {
  background-color: #fff;
  min-height: 110vh;
}

.div-block-5 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.heading-3 {
  color: var(--black);
  letter-spacing: -2px;
  width: 280px;
  height: 86px;
  margin-top: 0;
  margin-left: 48px;
  padding-top: 16px;
  padding-left: 0;
  font-family: Marker Felt, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 90%;
  display: block;
  transform: rotate(-17.1887deg);
}

.text-span {
  color: var(--blue-base);
}

.text-block-3 {
  color: var(--black);
  width: 235px;
  height: 84px;
  margin-top: auto;
  margin-left: 141px;
  padding-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  transform: rotate(-17.1887deg);
}

.image-3 {
  margin-top: -28px;
  margin-left: 264px;
  padding-top: 0;
  display: block;
  transform: rotate(-17.1887deg);
}

.prem-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: flex-start;
  width: 332px;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 162px;
  height: 72px;
  display: flex;
}

.paragraph-2 {
  font-family: Manrope, sans-serif;
  font-size: 14px;
}

.div-block-8 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 332px;
  height: 278px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.div-block-9 {
  width: 100%;
  height: 136px;
  margin-left: auto;
  margin-right: auto;
}

.heading-4 {
  color: var(--black);
  width: 200px;
  height: 86px;
  margin-top: 0;
  margin-left: 13px;
  padding-top: 24px;
  font-family: Markerfelt, sans-serif;
  font-size: 48px;
  line-height: 90%;
  transition: opacity .2s;
  transform: rotate(15deg);
}

.text-span-2 {
  color: var(--blue-base);
}

.slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border: 1px solid #797777;
  border-width: 1px 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 332px;
  height: 500px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  color: #8f1717;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  object-fit: fill;
  background-clip: border-box;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin: auto;
  padding-top: 0;
  font-size: 12px;
  line-height: 12px;
  display: inline-flex;
  position: absolute;
  inset: 520px 0% 0%;
  overflow: visible;
}

.slide {
  height: 412px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-right: 0;
}

.mask {
  width: 100%;
}

.left-arrow {
  background-color: #db909000;
  justify-content: center;
  align-items: center;
  width: 12%;
  font-size: 24px;
  display: flex;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 12%;
  font-size: 24px;
  display: flex;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 247px;
  height: 365px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 247px;
  height: 365px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  width: 247px;
  margin-top: 16px;
  display: flex;
}

.div-block-11.div-2 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  display: flex;
  position: relative;
}

.heading-5 {
  color: var(--black);
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 135px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  display: flex;
}

.button-3 {
  color: var(--black);
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 36px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  line-height: 120%;
  display: flex;
}

.paragraph-3 {
  color: var(--gray-base);
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 12px;
  line-height: 140%;
  display: block;
}

.image-4 {
  width: 247px;
  height: 143px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-1 {
  color: var(--blue-base);
  font-size: 18px;
}

.div-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 420px;
  display: flex;
  overflow: visible;
}

.icon {
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  outline: 2px #942b2b;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-5 {
  width: 24px;
  height: 24px;
}

.primary-small {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.primary-small:hover {
  background-color: var(--h1-color);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.hamburger-menu-bar-bottom, .hamburger-menu-bar-top {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.header-nav-link {
  color: var(--h1-color);
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: color .3s;
}

.header-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.header-nav-list-item {
  flex-flow: column;
  flex: 0 auto;
  margin-bottom: 0;
  padding-left: 24px;
  list-style-type: none;
  display: block;
}

.dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-pd {
  padding: 40px;
}

.dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-right-col {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logo {
  max-width: 80%;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-content-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-default {
  color: var(--elements-webflow-library--neutral--100);
  margin-left: auto;
  margin-right: auto;
}

.header-wrapper {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
}

.opacity-10 {
  opacity: .1;
  overflow: clip;
}

.floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.opacity-20 {
  opacity: .2;
}

.floating-image-hero-v1---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.btn-icon-left {
  width: 10%;
  margin-right: 8px;
}

.btn-download-app-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--white);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #b4bbeb;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 6px #211f540f;
}

.btn-download-app-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  transform: translate3d(0, -3px, .01px);
}

.btn-download-app {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 8px #4a3aff1a;
}

.btn-download-app:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.button-row-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  margin-right: 16px;
  display: flex;
}

.buttons-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-default {
  color: var(--yellow);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  display: block;
}

.color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Manrope, sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 66px;
}

.color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.grid-hero {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  display: grid;
}

.section-hero-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 12vw 5vw 70px;
  display: block;
  position: relative;
  overflow: hidden;
}

.heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.text-100-medium {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.text-center {
  text-align: center;
}

.content-inside-card-v9 {
  padding: 40px 28px 30px;
}

.image-width-100 {
  width: 100%;
}

.image-wrapper---br-top {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.inner-container-600px---center {
  margin-left: auto;
  margin-right: auto;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.rudn---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.footer-bottom {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.heading-h2-size-link {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  text-decoration: none;
  transition: color .3s;
}

.heading-h2-size-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.footer-list-item {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1px;
}

.footer-list-wrapper {
  box-sizing: border-box;
  border-radius: 0;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  font-style: normal;
  list-style-type: none;
  display: block;
}

.text-300-bold {
  color: var(--white);
  padding-bottom: 1rem;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.footer-big-links-col {
  margin-right: 96px;
}

.footer-big-links-wrapper {
  border-left: 1px solid var(--elements-webflow-library--neutral--300);
  padding-left: 128px;
  display: flex;
}

.icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.icon-square-36px:hover {
  transform: scale(.92);
}

.social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.mg-bottom-24px {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.grid-footer-v17 {
  grid-column-gap: 110px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: block;
}

.footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
}

.text-block-4 {
  font-size: 16px;
}

.hidden-desktop {
  display: none;
}

.btn-slider-arrow-right---testimonial-v6 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.btn-slider-arrow-right---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

.btn-slider-arrow-left---testimonial-v6 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  transform: translate(0, -50%);
}

.btn-slider-arrow-left---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

.text-200-medium {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.color-neutral-803 {
  color: var(--elements-webflow-library--neutral--600);
}

.mg-top-16px {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.avatar-circle-05-border {
  border: 3px solid var(--yellow);
  box-shadow: 0 8px 28px 0 var(--elements-webflow-library--general--shadow-03);
  border-radius: 50%;
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
  overflow: hidden;
  transform: translate(0);
}

.card-testimonial-v6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  background-color: #fec84b00;
  background-image: url('../images/Items-Background-1.png'), linear-gradient(90deg, #3b5bb3, #577eb9);
  background-position: 50% 100%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  border-radius: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 540px;
  padding: 0 16px;
  display: flex;
}

.inner-container-800px---center {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}

.slider-item-pd {
  vertical-align: baseline;
  padding: 15px 0;
}

.slider-mask {
  flex: 0 auto;
}

.slider-wrapper {
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
}

.heading-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.instagram-image-hidden-on-tablet, .instagram-image {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.grid-instagram-v2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3rem;
  display: grid;
}

.color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600);
}

.heading-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: none;
  transition: color .3s;
}

.heading-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.color-neutral-805 {
  color: var(--elements-webflow-library--neutral--600);
}

.display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.tabs-content-card {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 24px;
  width: 100%;
  padding: 48px 56px;
  overflow: visible;
}

.mg-left-16px {
  margin-left: 16px;
}

.square-icon-48px {
  border-radius: 10px;
  width: 48px;
}

.tab-left-icon {
  border: 2px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 14px;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
}

.tab-left-icon:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
}

.tab-left-icon.w--current {
  border-width: 2px;
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
}

.tabs-menu-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 348px;
  margin-bottom: 0;
  margin-right: 40px;
  display: flex;
}

.tabs-wrapper-tabs-left {
  display: flex;
}

.subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.inner-container-1068px-center {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.social-icon-square-30px {
  background-color: #f2f1ff00;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 30px;
  height: 48px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.social-icon-square-30px:hover {
  transform: scale(.92);
}

.social-media-grid-right---mbp-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: flex-end;
  align-self: center;
  place-items: flex-start end;
  display: flex;
}

.text-area {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.text-area:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.text-area::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.input-label {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 20px;
  display: none;
}

.input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--white);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--yellow);
  border-radius: 100px;
  min-height: 80px;
  margin-bottom: 0;
  padding: 16px 128px 16px 36px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-contact-v11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1.2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-neutral-806 {
  color: var(--elements-webflow-library--neutral--600);
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.color-neutral-807 {
  color: var(--elements-webflow-library--neutral--800);
}

.inner-container-490px-center {
  margin-left: auto;
  margin-right: auto;
}

.text-block-5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.text-block-6 {
  color: var(--h1-color);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.color-neutral-808 {
  color: var(--elements-webflow-library--neutral--600);
}

.paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.color-neutral-809 {
  color: var(--elements-webflow-library--neutral--800);
}

.mg-top-32px {
  margin-top: 32px;
}

.square-icon-large {
  border-radius: 24px;
}

.content-inside-card-bg-top {
  text-align: center;
  margin-top: -46px;
  padding: 0 28px 48px;
}

.card-top-bg {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  min-height: 172px;
}

.card-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.grid-3-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.mg-bottom-12px-2 {
  margin-bottom: 12px;
}

.text-center-2 {
  text-align: center;
}

.inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.rudn---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.btn-primary-small-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-small-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.btn-header-hidden-on-mbl-2 {
  margin-left: 24px;
}

.hamburger-menu-bar-bottom-2, .hamburger-menu-bar-top-2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.hamburger-menu-wrapper-2 {
  padding: 0;
  transition: transform .3s;
}

.hamburger-menu-wrapper-2:hover {
  transform: scale(.96);
}

.hamburger-menu-wrapper-2.w--open {
  background-color: #0000;
}

.header-right-col-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-nav-list-item-show-in-mbl-2 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.header-nav-link-2 {
  color: var(--elements-webflow-library--neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.header-nav-link-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.link-icon-right {
  margin-left: 6px;
}

.text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.color-accent-2 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.color-neutral-810 {
  color: var(--elements-webflow-library--neutral--800);
}

.mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.image-width-100-2 {
  width: 100%;
}

.image-border-radius-24px {
  border-radius: 24px;
  overflow: hidden;
}

.link-content-dropdown {
  color: var(--elements-webflow-library--neutral--600);
  text-decoration: none;
}

.grid-dropdown-cards {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-default-dropdown-full-width {
  width: 100%;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.dropdown-full-width-container {
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 10px 24px 0 var(--elements-webflow-library--general--shadow-02);
  justify-content: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.dropdown-card-full-width {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  min-width: 100%;
  padding-top: 44px;
  top: 32px;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: none;
}

.dropdown-card-full-width.w--open {
  box-shadow: none;
  position: absolute;
  transform: none;
}

.dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

.dropdown-toggle-static {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
  position: static;
}

.dropdown-toggle-static:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.dropdown-wrapper-static {
  position: static;
}

.header-nav-list-middle-full-width {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.header-nav-menu-list-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-menu-wrapper-static {
  position: static;
}

.header-logo-2 {
  max-width: 250px;
}

.header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-content-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-full-width-wrapper {
  z-index: 9;
  position: relative;
}

.header-wrapper-2 {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.testimonial15_slide-nav {
  height: 1.75rem;
  padding-left: 5vw;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.testimonial15_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial15_arrow:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.testimonial15_arrow.left {
  right: 4rem;
}

.text-size-small {
  color: var(--gray-base);
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.testimonial15_client-heading {
  color: var(--h1-color);
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.testimonial15_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  overflow: clip;
}

.testimonial15_client-image-wrapper {
  margin-right: 0;
}

.testimonial15_client {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.heading-xxsmall.text-weight-medium {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.testimonial15_rating-icon {
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial15_rating-wrapper {
  align-items: center;
  display: flex;
}

.testimonial15_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--untitled-ui--gray50-2);
  background-color: var(--untitled-ui--gray50-2);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial15_slide {
  padding-right: 2rem;
}

.testimonial15_mask {
  box-sizing: border-box;
  width: 380px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  overflow: visible;
}

.testimonial15_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 5rem;
  padding-left: 0;
  position: relative;
}

.text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.padding-vertical-xhuge {
  object-fit: fill;
  padding-top: 0;
  padding-bottom: 7rem;
}

.section_testimonial15 {
  padding-left: 5vw;
  padding-right: 5vw;
  overflow: hidden;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 5vw;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.main {
  background-color: var(--blue-base);
}

.prev {
  z-index: 999;
  opacity: .7;
  background-color: #ffffff1a;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 46%;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  transition: opacity 90ms;
  position: fixed;
  top: 50%;
  left: 4vw;
}

.prev:hover {
  opacity: 1;
}

.next {
  z-index: 999;
  opacity: .7;
  background-color: #ffffff1a;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 46%;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  transition: opacity 90ms;
  position: fixed;
  top: 50%;
  right: 4vw;
  transform: rotate(180deg);
}

.next:hover {
  opacity: 1;
}

.content {
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.color-accent-3 {
  color: var(--elements-webflow-library--accent--primary-1);
  font-size: 54px;
}

.display-2 {
  color: var(--h1-color);
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
}

.color-neutral-811 {
  color: var(--elements-webflow-library--neutral--800);
}

.text-300-bold-2 {
  color: var(--h1-color);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.color-neutral-812 {
  color: var(--elements-webflow-library--neutral--600);
}

.icon-stats-v7 {
  border-radius: 16px;
  width: 72px;
}

.mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.card-content-v7 {
  padding: 36px 26px 10px;
}

.card-3 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.display-1 {
  color: var(--yellow);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 94px;
}

.color-neutral-813 {
  color: var(--elements-webflow-library--neutral--100);
}

.display-5 {
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
}

.icon-big-stats-v7 {
  border-radius: 24px;
  width: 108px;
}

.mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.card-stat-purple {
  background-color: var(--elements-webflow-library--accent--primary-1);
  background-image: url('../images/Обложка-преимуществ-1.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 24px;
  height: 100%;
  padding: 56px 56px 0;
}

.stats-v7-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
}

.paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.text-center-3 {
  text-align: center;
}

.rudn---inner-container-600px---center-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.rudn---mg-bottom-56px {
  margin-bottom: 56px;
}

.rudn---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding: 0 5vw 176px;
}

.text-span-3 {
  color: var(--elements-webflow-library--accent--primary-1);
  font-family: Manrope, sans-serif;
}

.text-span-4 {
  color: var(--elements-webflow-library--accent--primary-1);
  font-weight: 700;
}

.rudn---link-icon-right-2 {
  margin-left: 6px;
}

.rudn---text-200-bold-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.rudn---color-accent-4 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.rudn---link-wrapper-2 {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.rudn---link-wrapper-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.rudn---color-neutral-814 {
  color: var(--elements-webflow-library--neutral--600);
}

.rudn---heading-h3-size-3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.rudn---content-inside-card {
  padding: 40px 28px 48px;
}

.rudn---image-width-100-3 {
  width: 100%;
}

.rudn---image-wrapper---br-top-2 {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.rudn--card-link {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.rudn--card-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.rudn---image-card-link-left {
  flex: none;
  width: 100%;
  max-width: 660px;
}

.content-inside-card-v2 {
  flex-direction: column;
  justify-content: center;
  padding: 40px 76px;
  display: flex;
}

.card-link-horizontal {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.card-link-horizontal:hover {
  transform: scale3d(.96, .96, 1.01);
}

.grid-3-columns---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mg-bottom-12px-3 {
  margin-bottom: 12px;
}

.mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.section-4 {
  color: var(--elements-webflow-library--neutral--100);
  padding: 176px 5vw;
}

.btn-circle-accordion-btn {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.btn-circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.color-neutral-815 {
  color: var(--elements-webflow-library--neutral--600);
}

.accordion-spacer {
  min-height: 16px;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.accordion-title {
  margin-top: 0;
  margin-bottom: 0;
}

.color-neutral-816 {
  color: var(--elements-webflow-library--neutral--800);
}

.accordion-header {
  align-items: center;
  display: flex;
}

.accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.accordion-item-wrapper-v3 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.accordion-item-wrapper-v3:hover {
  transform: translate(8px);
}

.accordion-item-wrapper-v3-first {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 40px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.accordion-item-wrapper-v3-first:hover {
  transform: translate(8px);
}

.grid-1-column-gap-row-0 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-content {
  overflow: visible;
}

.badge-secondary---tabs-v2 {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-bottom: 16px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.badge-secondary---tabs-v2:hover, .badge-secondary---tabs-v2.w--current {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
}

.tabs-menu-v2 {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 100px;
  display: flex;
}

.tabs-wrapper-v2 {
  display: flex;
}

.inner-container-1012px-center {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.text-center-4 {
  text-align: center;
}

.inner-container-574px---center-2 {
  margin-left: auto;
  margin-right: auto;
}

.mg-bottom-48px-4 {
  margin-bottom: 48px;
}

.container-default-4 {
  max-width: 1280px;
  padding-left: 5vw;
  padding-right: 5vw;
  overflow: clip;
}

.section-5 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.badge-secondary-small-bold {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: right;
  border-radius: 40px;
  padding: 14px 22px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.badge-wrapper-top-right {
  position: absolute;
  inset: 20px 20px auto auto;
}

.icon-square-36px-2 {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.icon-square-36px-2:hover {
  transform: scale(.92);
}

.social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.team-v13-right-content {
  flex: 1;
  width: 100%;
  max-width: 100%;
  margin-bottom: 4px;
}

.display-3 {
  color: var(--h1-color);
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  display: block;
}

.heading-link-dark {
  color: var(--elements-webflow-library--neutral--800);
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.heading-link-dark:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.text-decoration-none {
  text-decoration: none;
}

.team-v13-left-content {
  max-width: 160px;
  margin-right: 12px;
}

.flex-horizontal-team-v13 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.width-100 {
  width: 100%;
}

.avatar-image-link {
  object-fit: fill;
  width: 100%;
  height: 100%;
  transition: transform .3s;
  display: block;
  overflow: clip;
}

.avatar-image-link:hover {
  transform: scale(1.1);
}

.avatar-circle-07 {
  object-fit: fill;
  border-radius: 50%;
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 280px;
  overflow: hidden;
  transform: translate(0);
}

.card-content-center-v13 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  padding: 96px 25px 48px;
  display: flex;
  position: relative;
}

.grid-3-columns-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-neutral-817 {
  color: var(--elements-webflow-library--neutral--600);
}

.color-neutral-818 {
  color: var(--elements-webflow-library--neutral--800);
}

.mg-bottom-2 {
  margin-bottom: 0;
}

.heading-h3-size-4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.color-neutral-819 {
  color: var(--elements-webflow-library--neutral--800);
}

.mg-bottom-8px-3 {
  margin-bottom: 8px;
}

.card-left-text-wrapper {
  margin-left: 24px;
}

.square-icon {
  border-radius: 16px;
}

.icon-left---content-right {
  align-items: flex-start;
  display: flex;
}

.grid-1-column-gap-row-40px {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-inside-card-v14 {
  padding: 48px;
}

.card-4 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.grid-2-columns---gap-48px {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.button-row-left-2 {
  margin-right: 24px;
}

.buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.inner-container-490px {
  max-width: 490px;
}

.grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.f-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.border-radius-24px-2 {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.link-icon-right-3 {
  margin-left: 6px;
}

.text-200-bold-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.color-accent-5 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.link-wrapper-3 {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.link-wrapper-3:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.display-6 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.color-neutral-820 {
  color: var(--elements-webflow-library--neutral--800);
}

.grid-2-columns-gap-56px {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.tabs-content-card-2 {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 24px;
  width: 100%;
  padding: 48px 56px;
  overflow: visible;
}

.mg-left-12px {
  margin-left: 12px;
}

.square-icon-48px-2 {
  border-radius: 10px;
  width: 48px;
}

.tab-small-center {
  border: 2px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 12px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
}

.tab-small-center:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
}

.tab-small-center.w--current {
  border-width: 2px;
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
}

.tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.subtitle-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.inner-container-640px---center-2 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.inner-container-1068px-center-2 {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.btn-secondary-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-3 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-3:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.button-row-left-3 {
  margin-right: 24px;
}

.buttons-row-center-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.play-button-large {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library--general--shadow-05);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
  display: block;
  overflow: visible;
}

.play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.lightbox-video-icon-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.bg-overlay {
  z-index: 1;
  background-color: #060c201f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0%;
}

.video-bg-image {
  object-fit: fill;
  max-width: 100%;
  display: inline-block;
  overflow: clip;
}

.position-relative {
  z-index: 4;
  position: relative;
}

.image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  border-radius: 24px;
  overflow: clip;
}

.mg-bottom-56px-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
  display: block;
  overflow: visible;
}

.heading-h2-size-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.color-neutral-821 {
  color: var(--elements-webflow-library--neutral--800);
}

.subtitle-3 {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.mg-bottom-16px-4 {
  margin-bottom: 16px;
}

.text-center-5 {
  text-align: center;
}

.inner-container-640px---center-3 {
  margin-left: auto;
  margin-right: auto;
}

.inner-container-1068px-center-3 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: clip;
}

.container-default-5 {
  padding-left: 0;
  padding-right: 0;
}

.section-6 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.image-6 {
  object-fit: fill;
  width: 100%;
  max-width: 80%;
  height: 0%;
  margin-left: auto;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.bold-text {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.subheader {
  color: var(--h1-color);
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.btn-circle-accordion-btn-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.btn-circle-accordion-btn-2:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.accordion-right-side-2 {
  margin-left: 24px;
  margin-right: 0;
}

.paragraph-default-5 {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.color-neutral-822 {
  color: var(--elements-webflow-library--neutral--600);
}

.accordion-spacer-2 {
  min-height: 16px;
}

.acordion-body-2 {
  width: 100%;
  overflow: hidden;
}

.accordion-title-2 {
  color: var(--h1-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  line-height: 140%;
}

.color-neutral-823 {
  color: var(--elements-webflow-library--neutral--800);
}

.accordion-header-2 {
  align-items: center;
  display: flex;
}

.accordion-content-wrapper-v2-2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.accordion-item-wrapper-v3-last {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.accordion-item-wrapper-v3-last:hover {
  transform: translate(8px);
}

.accordion-item-wrapper-v3-2 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.accordion-item-wrapper-v3-2:hover {
  transform: translate(8px);
}

.accordion-item-wrapper-v3-first-2 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 40px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.accordion-item-wrapper-v3-first-2:hover {
  transform: translate(8px);
}

.grid-1-column-gap-row-2 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion-v3-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  padding: 88px 74px;
}

.inner-container-1012px-center-2 {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.heading-h2-size-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.mg-bottom-16px-5 {
  margin-bottom: 16px;
}

.text-center-6 {
  text-align: center;
}

.inner-container-574px---center-3 {
  margin-left: auto;
  margin-right: auto;
}

.mg-bottom-48px-5 {
  margin-bottom: 48px;
}

.container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: clip;
}

.section-7 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.faq {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 3rem;
  padding-bottom: 6rem;
  overflow: clip;
}

.footer {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  background-image: linear-gradient(#3b5bb3, #577eb9);
  padding-left: 5vw;
  padding-right: 5vw;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: none;
  overflow: clip;
}

.header {
  background-color: var(--elements-webflow-library--neutral--100);
  width: 100%;
  padding: 24px 5vw;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
  overflow: clip;
}

.hero-header {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 12vw 5vw 70px;
  display: block;
  position: relative;
  overflow: clip;
}

.item-slider {
  color: var(--elements-webflow-library--neutral--100);
  padding: 120px 5vw;
  overflow: clip;
}

.about-short {
  color: var(--elements-webflow-library--neutral--100);
  padding: 0 5vw 176px;
  overflow: clip;
}

.testimonial {
  padding-left: 5vw;
  padding-right: 5vw;
  overflow: hidden;
}

.gallery {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 60px;
  padding-bottom: 176px;
  overflow: clip;
}

.teachers {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 36px;
  padding-bottom: 60px;
  overflow: clip;
}

.cta {
  color: var(--elements-webflow-library--neutral--100);
  padding: 100px 5vw 60px;
  overflow: clip;
}

.media-block {
  color: var(--elements-webflow-library--neutral--100);
  padding: 6rem 5vw 3rem;
  overflow: clip;
}

.rudn--paragraph-default-copy {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.h4 {
  color: var(--gray-base);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Manrope, sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 66px;
}

.start-date-text {
  color: var(--light-blue);
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.btn-cta-color {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 8px #4a3aff1a;
}

.btn-cta-color:hover {
  background-color: var(--h1-color);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.btn-white {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #b4bbeb;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 8px #4a3aff1a;
}

.btn-white:hover {
  background-color: var(--white);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.text-black {
  color: var(--h1-color);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.heading-h1-size-copy {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Manrope, sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 66px;
}

.heading-h1-medium {
  color: var(--h1-color);
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Roboto, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.heading-h1 {
  color: var(--h1-color);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Roboto, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
}

.div-block-15 {
  width: 60%;
}

.heading-h1-medium-color-bg {
  color: var(--elements-webflow-library--neutral--800);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Manrope, sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 66px;
  display: flex;
}

.heading-h1-medium-color-bg-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Manrope, sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 66px;
}

.subheader-copy, .subheader-copy-copy, .subheader-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.div-block-16, .div-block-17, .div-block-18 {
  padding-bottom: 2rem;
}

.subtext {
  color: var(--h1-color);
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 160%;
}

.subheader-white {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.div-block-19 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-h2-size-link-2 {
  color: #211f54;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  transition: color .3s;
}

.heading-h2-size-link-2:hover {
  color: #466ab5;
}

.paragraph-default-1 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.privpol {
  color: var(--light-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
  transition: color .3s;
}

.privpol:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.bold-text-2 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 36px;
}

.body-2 {
  overflow: scroll;
}

.testmis {
  color: var(--elements-webflow-library--neutral--100);
  padding: 0 5vw;
  overflow: clip;
}

.subheader-hero {
  color: var(--h1-color);
  text-align: left;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.paragraph-default-copy {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 110%;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: block;
}

.paragraph-default-copy-copy {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.heading-h1-medium-copy {
  color: var(--black);
  text-align: center;
  text-align: center;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.blocks {
  color: var(--elements-webflow-library--neutral--800);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Manrope, sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 66px;
  display: flex;
}

.heading-h1-medium-mobile {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.heading-h1-medium-color-white {
  color: var(--h1-color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 120%;
}

.italic-text {
  color: var(--blue-base);
  font-weight: 500;
}

.heading-h1-medium-copy {
  color: var(--h1-color);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 120%;
}

.subheader-copy {
  color: var(--h1-color);
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.paragraph-link-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.paragraph-link-2:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.mg-bottom-3 {
  margin-bottom: 0;
}

.footer-bottom-v14 {
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.text-200-bold-4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.color-accent-6 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.text-201 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.mg-bottom-8px-4 {
  margin-bottom: 8px;
}

.big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.card-link-icon-wrapper:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  transform: scale3d(.96, .96, 1.01);
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-col-title {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.footer-link {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.footer-list-item-2 {
  margin-bottom: 18px;
  padding-left: 0;
}

.footer-list-wrapper-2 {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.icon-square-36px-3 {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.icon-square-36px-3:hover {
  transform: scale(.92);
}

.social-media-grid-left-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.paragraph-default-6 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.color-neutral-824 {
  color: var(--elements-webflow-library--neutral--600);
}

.mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.footer-logo-2 {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.footer-logo-2:hover {
  transform: scale3d(.97, .97, 1.01);
}

.mg-bottom-24px-3 {
  margin-bottom: 24px;
}

.grid-footer-4-cols-v14 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .8fr auto auto auto;
}

.footer-top-border-bottom {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: visible;
}

.container-default-7 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.footer-wrapper-2 {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  padding-left: 5vw;
  padding-right: 5vw;
  overflow: visible;
}

.btn-cta-color-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 8px #4a3aff1a;
}

.btn-cta-color-2:hover {
  background-color: var(--h1-color);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.paragraph-footer {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
  display: block;
}

.btn-cta-color-hero {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 8px #4a3aff1a;
}

.btn-cta-color-hero:hover {
  background-color: var(--h1-color);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.header-nav-link-copy {
  color: var(--h1-color);
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: color .3s;
}

.header-nav-link-copy:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.btn-cta-color-big {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 64%;
  padding: 28px 64px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 8px #4a3aff1a;
}

.btn-cta-color-big:hover {
  background-color: var(--h1-color);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.footer04_legal-link {
  color: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.footer04_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.footer04_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  color: var(--white);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  font-family: Roboto, sans-serif;
  display: grid;
}

.text-size-small-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.text-size-small-2.text-color-gray500 {
  color: var(--white);
  font-family: Roboto, sans-serif;
}

.footer04_bottom-wrapper {
  grid-column-gap: 1.5rem;
  border-top: 1px solid var(--untitled-ui--gray200);
  justify-content: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.footer04_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer04_social-link {
  color: var(--untitled-ui--gray400);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer04_social-link:hover {
  color: var(--untitled-ui--gray500);
}

.footer04_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer04_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer04_link:hover {
  color: var(--untitled-ui--gray700);
}

.footer04_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.logo_component {
  flex-wrap: nowrap;
  width: auto;
  display: flex;
}

.footer04_top-wrapper {
  grid-column-gap: 0vw;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center stretch;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: visible;
}

.padding-vertical-xlarge {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 5vw 4rem;
  display: block;
}

.page-padding-2 {
  background-image: linear-gradient(315deg, #3b5bb3, #577eb9);
  padding-left: 0;
  padding-right: 5vw;
  overflow: clip;
}

.text-block-7 {
  color: var(--untitled-ui--white);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-20 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.move-up {
  z-index: 999;
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  object-fit: fill;
  background-color: #0000004d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.video-up {
  box-sizing: border-box;
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: var(--black);
  object-fit: fill;
  border-radius: 64px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 460px;
  height: 460px;
  margin: auto;
  display: block;
  position: static;
  overflow: visible;
}

.div-block-21 {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  vertical-align: text-bottom;
  border-radius: 36px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: end stretch;
  width: 360px;
  height: 360px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: fixed;
  inset: 0%;
}

.div-block-22 {
  width: 100%;
  height: 100%;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 360px;
  max-width: 720px;
  min-height: 200px;
  max-height: 405px;
  display: block;
  position: relative;
}

.videocod {
  width: 100%;
  height: 100%;
}

.code-embed {
  border-radius: 16px;
  display: block;
  overflow: clip;
}

.modal-close-btn {
  z-index: 112;
  background-color: var(--yellow);
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 22px 32px 24px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.text-block-8 {
  color: var(--h1-color);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.button-4 {
  background-color: var(--black);
  border-radius: 8px;
  padding: 16px 24px;
  font-family: Roboto, sans-serif;
}

.div-block-24 {
  background-color: var(--h1-color);
  position: absolute;
  inset: 0%;
}

.code-embed-2 {
  display: block;
}

.div-block-25 {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.play-video-popup {
  z-index: 999;
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  object-fit: fill;
  background-color: #0000004d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.play-move {
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1a366d5c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.player-div {
  z-index: 111;
  color: var(--black);
  background-color: #fec84b00;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 720px;
  height: 405px;
  display: block;
  position: static;
}

.button-5 {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 8px;
  padding: 16px 24px;
  position: static;
}

.cls-btn {
  background-color: #f11d1d;
  border-radius: 8px;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 32px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  display: block;
}

.div-block-26 {
  z-index: 103;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: .3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-27 {
  justify-content: space-between;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
}

.items-slider {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 60px;
  display: block;
  overflow: clip;
}

.items-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  background-color: #fec84b00;
  background-image: url('../images/Items-Background-1.png'), linear-gradient(90deg, #3b5bb3, #577eb9);
  background-position: 50% 100%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  border-radius: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 540px;
  margin-right: .8rem;
  padding: 0 16px;
  display: flex;
}

.items-sale {
  margin-bottom: 0;
}

.text-span-6 {
  color: var(--h1-color);
  font-weight: 900;
}

.text-span-7 {
  color: var(--light-blue);
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-modal-close {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: 24px 24px auto auto;
}

.f-modal-close:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-button-primary {
  background-color: var(--blue-base);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 18px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-primary:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-paragraph-small {
  color: var(--h1-color);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

.f-margin-bottom-28 {
  margin-bottom: 28px;
}

.f-sub-heading-regular {
  color: var(--h1-color);
  letter-spacing: -.03em;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
}

.f-margin-bottom-33 {
  margin-bottom: 12px;
}

.f-icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.f-modal-icon-success {
  color: var(--flowui-component-library--success-base);
  background-color: #25cc881a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-modal-centre {
  border: 1px solid var(--flowui-component-library--gray-100);
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 468px;
  padding: 32px;
  position: relative;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.succses-send {
  background-color: var(--light-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.waves---paragraph-regular {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 130%;
  display: flex;
}

.waves---heading-3-no-margins {
  color: var(--h1-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.waves-icon-64 {
  width: 64px;
  height: 64px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-contact-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--h1-color);
  background-color: #ede0d800;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.waves-grid-contact-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container {
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
}

.tetns {
  color: var(--h1-color);
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.tetns-copy {
  color: var(--h1-color);
  text-align: center;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: none;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default {
  text-align: left;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---content-inside-card {
  padding: 40px 28px 48px;
}

.brix---image-width-100 {
  width: 100%;
}

.brix---image-wrapper---br-top {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-link {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---image-card-link-left {
  flex: none;
  width: 100%;
  max-width: 660px;
}

.brix---content-inside-card-v2 {
  flex-direction: column;
  justify-content: center;
  padding: 40px 76px;
  display: flex;
}

.brix---card-link-horizontal {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---card-link-horizontal:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-3-columns---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---text-center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.brix---inner-container-600px---center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brix---mg-bottom-48px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.paragraph-4 {
  color: var(--elements-webflow-library--neutral--600);
  font-family: Roboto, sans-serif;
}

.number-call {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: flex-end;
  align-self: center;
  place-items: flex-start end;
  display: flex;
}

.number {
  background-color: #f2f1ff00;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 30px;
  height: 48px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.number:hover {
  transform: scale(.92);
}

.whatsapp-cta {
  background-color: #f2f1ff00;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 30px;
  height: 48px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.whatsapp-cta:hover {
  transform: scale(.92);
}

.brix---icon-small-hover {
  transition: transform .3s;
}

.brix---icon-small-hover:hover {
  transform: scale(.9);
}

.brix---top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.brix---container-default-2 {
  padding-left: 24px;
  padding-right: 0;
}

.brix---top-bar-padding {
  border-radius: 0;
  width: 69%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brix---top-bar-wrapper {
  border: 1px solid var(--light-blue);
  background-color: var(--elements-webflow-library--neutral--200);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
}

.text-block-9 {
  color: var(--h1-color);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .header-nav-list-item-show-in-mbl, .header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .dropdown-card.w--open {
    position: static;
  }

  .dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .dropdown-column-wrapper.w--open {
    transform: none;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .header-logo {
    max-width: 232px;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

  .btn-download-app-white, .btn-download-app {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .grid-hero {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .section-hero-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .rudn---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-h2-size-link {
    font-size: 30px;
    line-height: 46px;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .footer-big-links-wrapper {
    border-left-width: 0;
    padding-left: 0;
  }

  .social-media-grid-left {
    grid-column-gap: 10px;
  }

  .grid-footer-v17 {
    grid-row-gap: 60px;
    grid-template-columns: .8fr;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .card-testimonial-v6 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .slider-mask {
    position: static;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .instagram-image-hidden-on-tablet {
    display: none;
  }

  .grid-instagram-v2 {
    grid-template-columns: 1fr 1fr;
  }

  .display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .tabs-content-card {
    padding: 40px 32px 48px;
  }

  .tab-left-icon {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tabs-menu-vertical {
    max-width: 271px;
  }

  .social-media-grid-right---mbp-center {
    grid-column-gap: 10px;
  }

  .grid-contact-v11 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .grid-3-columns-2 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .rudn---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .hamburger-menu-bar-bottom-2 {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .hamburger-menu-bar-top-2 {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-wrapper-2 {
    order: -1;
    transition: transform .3s;
  }

  .hamburger-menu-wrapper-2:hover {
    transform: scale(.96);
  }

  .hamburger-menu-wrapper-2.w--open {
    background-color: #0000;
  }

  .header-nav-list-item-show-in-mbl-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-dropdown-cards {
    grid-row-gap: 65px;
    grid-template-columns: 1fr 1fr;
    max-width: 60%;
  }

  .container-default-dropdown-full-width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-full-width-container {
    box-shadow: none;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .dropdown-card-full-width {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 16px;
    padding-bottom: 0;
    position: static;
    top: 0;
    transform: none;
  }

  .dropdown-card-full-width.w--open {
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
  }

  .dropdown-toggle-static, .dropdown-wrapper-static {
    position: relative;
  }

  .header-nav-list-middle-full-width {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .header-nav-menu-list-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-menu-wrapper-static {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    width: 100%;
    padding: 24px;
    position: absolute;
  }

  .header-logo-2 {
    max-width: 232px;
  }

  .header-full-width-wrapper {
    position: static;
  }

  .header-wrapper-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .testimonial15_mask {
    width: 50%;
  }

  .testimonial15_component {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .display-1 {
    font-size: 64px;
    line-height: 76px;
  }

  .display-5 {
    font-size: 22px;
    line-height: 38px;
  }

  .card-stat-purple {
    padding: 139px 38px 36px;
  }

  .stats-v7-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .rudn---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .rudn---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .rudn---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .rudn---image-card-link-left {
    max-width: 100%;
  }

  .card-link-horizontal {
    flex-direction: column;
  }

  .grid-3-columns---1-col-t {
    grid-template-columns: 1fr;
  }

  .mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .accordion-item-wrapper-v3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper-v3:hover {
    transform: translate(6px);
  }

  .accordion-item-wrapper-v3-first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper-v3-first:hover {
    transform: translate(6px);
  }

  .badge-secondary---tabs-v2 {
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 12px;
  }

  .tabs-menu-v2 {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .tabs-wrapper-v2 {
    flex-direction: column;
  }

  .heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .mg-bottom-48px-4 {
    margin-bottom: 40px;
  }

  .section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .display-3 {
    font-size: 32px;
    line-height: 44px;
  }

  .team-v13-left-content {
    max-width: none;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .flex-horizontal-team-v13 {
    flex-direction: column;
    align-items: center;
  }

  .avatar-circle-07 {
    width: 200px;
    max-width: 200px;
    height: 200px;
    max-height: 200px;
  }

  .card-content-center-v13 {
    padding-top: 90px;
  }

  .grid-3-columns-3 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-h3-size-4 {
    font-size: 22px;
    line-height: 32px;
  }

  .card-left-text-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }

  .icon-left---content-right {
    flex-direction: column;
  }

  .grid-2-columns---gap-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .display-6 {
    font-size: 22px;
    line-height: 38px;
  }

  .tabs-content-card-2 {
    padding: 40px 32px 48px;
  }

  .tab-small-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lightbox-video-icon-wrapper {
    max-width: 100px;
  }

  .mg-bottom-56px-2 {
    margin-bottom: 48px;
  }

  .heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .section-6 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .accordion-spacer-2 {
    min-height: 12px;
  }

  .accordion-item-wrapper-v3-last {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper-v3-last:hover {
    transform: translate(6px);
  }

  .accordion-item-wrapper-v3-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper-v3-2:hover {
    transform: translate(6px);
  }

  .accordion-item-wrapper-v3-first-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper-v3-first-2:hover {
    transform: translate(6px);
  }

  .accordion-v3-card {
    padding: 64px 48px;
  }

  .heading-h2-size-6 {
    font-size: 30px;
    line-height: 46px;
  }

  .mg-bottom-48px-5 {
    margin-bottom: 40px;
  }

  .section-7, .faq {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-header {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .item-slider, .about-short, .gallery, .teachers, .cta, .media-block {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .h2 {
    font-size: 48px;
    line-height: 60px;
  }

  .btn-cta-color, .btn-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-h1-size-copy, .heading-h1-medium, .heading-h1, .heading-h1-medium-color-bg, .heading-h1-medium-color-bg-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .heading-h2-size-link-2, .privpol {
    font-size: 30px;
    line-height: 46px;
  }

  .testmis {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .heading-h1-medium-copy, .blocks, .heading-h1-medium-mobile, .heading-h1-medium-color-white, .heading-h1-medium-copy {
    font-size: 48px;
    line-height: 60px;
  }

  .footer-bottom-v14 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-col-title {
    margin-bottom: 24px;
  }

  .social-media-grid-left-2 {
    grid-column-gap: 10px;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-top-border-bottom {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .btn-cta-color-2, .btn-cta-color-hero, .btn-cta-color-big {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer04_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .items-slider {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .items-card {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .items-sale {
    margin-bottom: 24px;
  }

  .waves-grid-contact-3 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---image-card-link-left {
    max-width: 100%;
  }

  .brix---card-link-horizontal {
    flex-direction: column;
  }

  .brix---grid-3-columns---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .number-call {
    grid-column-gap: 10px;
  }

  .brix---top-bar-close-icon {
    padding: 18px 24px;
  }

  .brix---top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .brix---top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }
}

@media screen and (max-width: 767px) {
  .primary-small {
    padding: 20px 32px;
  }

  .btn-header-hidden-on-mbl {
    display: none;
  }

  .header-nav-list-item-show-in-mbl {
    display: block;
  }

  .header-logo {
    max-width: 90%;
  }

  .floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .btn-download-app-white, .btn-download-app {
    padding: 20px 22px;
  }

  .button-row-left {
    margin-right: 16px;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .grid-hero {
    grid-template-columns: 1fr;
  }

  .section-hero-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-100-medium {
    font-size: 14px;
  }

  .content-inside-card-v9 {
    padding: 32px 32px 40px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .rudn---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-h2-size-link {
    font-size: 26px;
    line-height: 38px;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .footer-logo-wrapper {
    width: 239px;
  }

  .grid-footer-v17 {
    grid-template-columns: 1fr;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .btn-slider-arrow-right---testimonial-v6 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -86px auto;
  }

  .btn-slider-arrow-left---testimonial-v6 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -86px 36%;
  }

  .text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

  .avatar-circle-05-border {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .card-testimonial-v6 {
    padding: 44px 32px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .tabs-content-card {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .square-icon-48px {
    border-radius: 12px;
    max-width: 56px;
  }

  .tab-left-icon {
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tabs-menu-vertical {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .tabs-wrapper-tabs-left {
    flex-direction: column;
  }

  .subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .social-media-grid-right---mbp-center {
    justify-content: end;
    align-self: stretch;
    place-items: center end;
  }

  .text-area {
    border-radius: 18px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .grid-contact-v11 {
    grid-template-columns: 1fr;
  }

  .mg-bottom-64px {
    margin-bottom: 48px;
  }

  .heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .mg-top-32px {
    margin-top: 24px;
  }

  .square-icon-large {
    border-radius: 21px;
    width: 84px;
    max-width: 100%;
  }

  .content-inside-card-bg-top {
    margin-top: -72px;
    padding: 32px 24px 40px;
  }

  .card-top-bg {
    min-height: 110px;
  }

  .grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .rudn---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .btn-primary-small-2 {
    padding: 20px 32px;
  }

  .btn-header-hidden-on-mbl-2 {
    display: none;
  }

  .header-nav-list-item-show-in-mbl-2 {
    display: block;
  }

  .link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .text-200-bold, .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .grid-dropdown-cards {
    max-width: 100%;
  }

  .header-logo-2 {
    max-width: 90%;
  }

  .testimonial15_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .testimonial15_arrow.left {
    right: 3.5rem;
  }

  .testimonial15_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial15_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .heading-xxsmall {
    font-size: 1.125rem;
  }

  .testimonial15_content {
    padding: 1.5rem;
  }

  .testimonial15_slide {
    padding-right: 1.5rem;
  }

  .testimonial15_mask {
    width: 80%;
  }

  .testimonial15_component {
    margin-top: 3rem;
  }

  .text-size-large {
    font-size: 1rem;
  }

  .space-xsmall {
    min-height: .75rem;
  }

  .heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .text-300-bold-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .card-content-v7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .display-1 {
    font-size: 40px;
    line-height: 54px;
  }

  .display-5 {
    font-size: 20px;
    line-height: 32px;
  }

  .icon-big-stats-v7 {
    border-radius: 17px;
    width: 80px;
  }

  .mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .card-stat-purple {
    padding-top: 80px;
  }

  .heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .rudn---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .rudn---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .rudn---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .rudn---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .rudn---content-inside-card, .content-inside-card-v2 {
    padding: 32px 32px 40px;
  }

  .grid-3-columns---1-col-t {
    grid-template-columns: 1fr;
  }

  .mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .accordion-item-wrapper-v3, .accordion-item-wrapper-v3-first {
    padding: 36px 0;
  }

  .badge-secondary---tabs-v2 {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tabs-menu-v2 {
    flex-direction: column;
    align-items: stretch;
  }

  .heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .avatar-circle-07 {
    width: 160px;
    max-width: 160px;
    height: 160px;
    max-height: 160px;
  }

  .card-content-center-v13 {
    padding-top: 72px;
    padding-bottom: 40px;
  }

  .grid-3-columns-3 {
    grid-template-columns: 1fr;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .content-inside-card-v14 {
    padding: 32px 32px 40px;
  }

  .grid-2-columns---gap-48px {
    grid-template-columns: 1fr;
  }

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary-2 {
    padding: 20px 32px;
  }

  .button-row-left-2 {
    margin-right: 16px;
  }

  .grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .link-icon-right-3 {
    width: 20px;
    margin-left: 8px;
  }

  .text-200-bold-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .display-6 {
    font-size: 20px;
    line-height: 32px;
  }

  .grid-2-columns-gap-56px {
    grid-template-columns: 1fr;
  }

  .tabs-content-card-2 {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .square-icon-48px-2 {
    border-radius: 12px;
    max-width: 56px;
  }

  .tab-small-center {
    justify-content: center;
    margin: 10px 0;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary-3 {
    padding: 20px 32px;
  }

  .button-row-left-3 {
    margin-right: 16px;
  }

  .lightbox-video-icon-wrapper {
    max-width: 90px;
  }

  .image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 14px;
  }

  .mg-bottom-56px-2 {
    margin-bottom: 40px;
  }

  .heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .subtitle-3 {
    font-size: 17px;
    line-height: 19px;
  }

  .mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .section-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .btn-circle-accordion-btn-2 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .accordion-right-side-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .accordion-title-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .accordion-item-wrapper-v3-last, .accordion-item-wrapper-v3-2, .accordion-item-wrapper-v3-first-2 {
    padding: 36px 0;
  }

  .accordion-v3-card {
    padding: 40px 32px;
  }

  .heading-h2-size-6 {
    font-size: 28px;
    line-height: 40px;
  }

  .mg-bottom-16px-5 {
    margin-bottom: 8px;
  }

  .mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .section-7, .faq, .hero-header, .item-slider, .about-short, .gallery, .teachers, .cta, .media-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .h2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .start-date-text {
    font-size: 18px;
    line-height: 22px;
  }

  .btn-cta-color, .btn-white {
    padding: 20px 22px;
  }

  .heading-h1-size-copy, .heading-h1-medium, .heading-h1, .heading-h1-medium-color-bg, .heading-h1-medium-color-bg-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .heading-h2-size-link-2, .privpol {
    font-size: 26px;
    line-height: 38px;
  }

  .testmis {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-h1-medium-copy, .blocks, .heading-h1-medium-mobile, .heading-h1-medium-color-white, .heading-h1-medium-copy {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .text-200-bold-4, .text-201 {
    font-size: 16px;
    line-height: 18px;
  }

  .big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .footer-list-item-2 {
    margin-bottom: 10px;
  }

  .social-media-grid-left-2 {
    justify-content: start;
    justify-items: start;
  }

  .mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .footer-logo-wrapper-2 {
    width: 239px;
  }

  .grid-footer-4-cols-v14 {
    grid-template-columns: 1fr 1fr;
  }

  .footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .btn-cta-color-2, .btn-cta-color-hero, .btn-cta-color-big {
    padding: 20px 22px;
  }

  .footer04_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .footer04_legal-list {
    margin-bottom: 1rem;
  }

  .footer04_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .footer04_social-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .footer04_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .footer04_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .items-slider {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .items-card {
    padding: 44px 32px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---content-inside-card, .brix---content-inside-card-v2 {
    padding: 32px 32px 40px;
  }

  .brix---grid-3-columns---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .number-call {
    justify-content: end;
    align-self: stretch;
    place-items: center end;
  }

  .brix---icon-small-hover {
    width: 24px;
  }

  .brix---top-bar-close-icon {
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media screen and (max-width: 479px) {
  .bg {
    justify-content: flex-start;
    align-items: center;
  }

  .hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .div-block._320-mob {
    flex-flow: column wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    margin-left: 0;
    padding-top: 30px;
    padding-left: 0;
    display: block;
  }

  .heading {
    font-size: 78px;
  }

  .image-2 {
    width: 200px;
    height: 150px;
    margin-top: -420px;
    margin-left: 140px;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-end;
    width: 280px;
  }

  .div-block-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3 {
    margin-left: 0;
  }

  .text-block-3 {
    margin-left: 64px;
  }

  .image-3 {
    margin-left: 196px;
  }

  .div-block-8 {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-nav-list-item-show-in-mbl, .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-logo {
    max-width: 60%;
  }

  .header-content-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .floating-image-hero-v1---2 {
    display: none;
  }

  .btn-icon-left {
    width: 10%;
  }

  .btn-download-app-white {
    border-style: none;
    border-color: var(--black);
    background-color: #b4bbeb;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
    padding: 22px 32px;
    font-size: 16px;
    line-height: 18px;
    display: flex;
  }

  .btn-download-app {
    background-color: var(--white);
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 18px;
    display: flex;
  }

  .button-row-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .buttons-row {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .paragraph-default {
    color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 200%;
    display: block;
  }

  .heading-h1-size {
    color: var(--white);
    margin-bottom: 6vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Roboto, sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 120%;
  }

  .grid-hero {
    padding-top: 20vw;
  }

  .section-hero-small {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .heading-h3-size {
    color: var(--white);
    margin-bottom: 16px;
    padding-top: 24px;
    font-size: 20px;
    line-height: 30px;
  }

  .mg-bottom-8px {
    margin-bottom: 6px;
  }

  .text-center {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .content-inside-card-v9 {
    padding-bottom: 30px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .footer-bottom {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-h2-size-link {
    color: var(--white);
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
  }

  .footer-list-item {
    margin-bottom: 16px;
  }

  .footer-list-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    list-style-type: none;
    display: block;
    overflow: visible;
  }

  .text-300-bold {
    color: var(--white);
    padding-top: 16px;
    padding-bottom: .125rem;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
  }

  .mg-bottom-32px {
    flex-flow: column;
    flex: 0 auto;
    display: block;
  }

  .footer-big-links-col {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .footer-big-links-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: space-between;
    place-items: flex-start stretch;
    display: flex;
  }

  .footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-footer-v17 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    place-items: stretch center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .btn-slider-arrow-right---testimonial-v6 {
    right: 26%;
  }

  .btn-slider-arrow-left---testimonial-v6 {
    left: 26%;
  }

  .mg-bottom-16px {
    margin-bottom: 15px;
  }

  .mg-top-16px {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 12px;
    display: flex;
  }

  .avatar-image {
    width: 100%;
  }

  .avatar-circle-05-border {
    border-width: 3px;
    border-color: var(--white);
  }

  .card-testimonial-v6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Items-Background-1.png'), linear-gradient(90deg, #3b5bb3, #577eb9);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    background-clip: border-box;
    justify-content: center;
    align-items: center;
    padding: 64px 0;
  }

  .slider-item-pd {
    padding: 24px 0;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .buttons-row-center {
    flex-direction: column;
    padding-top: 6vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .instagram-image-hidden-on-tablet {
    border-radius: 16px;
    display: block;
  }

  .instagram-image {
    border-radius: 16px;
  }

  .grid-instagram-v2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mg-left-16px {
    margin-left: 13px;
  }

  .square-icon-48px {
    border-radius: 14px;
    max-width: 56px;
  }

  .tab-left-icon {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .error-message, .success-message {
    padding-left: 0;
    padding-right: 0;
  }

  .social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .social-media-grid-right---mbp-center {
    grid-column-gap: 8px;
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    place-items: center;
    height: 0;
    padding-top: 0;
    display: flex;
  }

  .text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .input-label {
    color: var(--h1-color);
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .input {
    background-color: var(--white);
    padding: 36px 128px 36px 36px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .form-grid-2-columns {
    flex-flow: column;
    display: flex;
  }

  .grid-contact-v11 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .mg-bottom-64px {
    margin-bottom: 40px;
  }

  .heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .text-block-5 {
    color: var(--white);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-6 {
    color: var(--black);
    line-height: 20px;
  }

  .paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .square-icon-large {
    border-radius: 21px;
    max-width: 80px;
  }

  .content-inside-card-bg-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-top-bg {
    min-height: 140px;
  }

  .grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary-small-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-nav-list-item-show-in-mbl-2, .header-nav-list-item-middle {
    text-align: left;
    width: 100%;
  }

  .link-icon-right {
    width: 18px;
  }

  .text-200-bold, .text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .image-border-radius-24px {
    border-radius: 16px;
  }

  .grid-dropdown-cards {
    grid-template-columns: 1fr;
  }

  .container-default-dropdown-full-width {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-nav-list-middle-full-width {
    text-align: left;
    width: auto;
  }

  .header-logo-2 {
    max-width: 84%;
  }

  .testimonial15_slide-nav {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 5vw;
    display: block;
    overflow: visible;
  }

  .testimonial15_arrow {
    margin-right: 5vw;
  }

  .testimonial15_mask {
    width: 95%;
  }

  .testimonial15_component {
    padding-left: 5vw;
    padding-right: 0;
  }

  .text-size-large {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .padding-vertical-xhuge {
    padding-top: 1rem;
  }

  .page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .div-block-13 {
    flex-flow: row;
    display: flex;
  }

  .display-2 {
    color: var(--h1-color);
    padding-top: 3vw;
    font-family: Roboto, sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 100%;
  }

  .text-300-bold-2 {
    color: var(--h1-color);
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
  }

  .mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .display-1 {
    font-size: 34px;
    line-height: 46px;
  }

  .display-5 {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
  }

  .icon-big-stats-v7 {
    border-radius: 18px;
    width: 72px;
  }

  .card-stat-purple {
    background-position: 0 0;
    background-size: cover;
    padding: 85px 26px 42px;
  }

  .stats-v7-grid {
    grid-template-columns: 1fr;
    padding-top: 5vh;
  }

  .paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .text-center-3 {
    display: block;
  }

  .rudn---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .rudn---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rudn---link-icon-right-2 {
    width: 18px;
  }

  .rudn---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .rudn---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .rudn---content-inside-card {
    padding-top: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .grid-3-columns---1-col-t {
    grid-template-columns: 1fr;
  }

  .mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .accordion-right-side {
    margin-right: 0;
  }

  .paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .badge-secondary---tabs-v2 {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .mg-bottom-48px-4 {
    margin-bottom: 32px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container-default-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .badge-secondary-small-bold {
    padding: 10px 16px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }

  .badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

  .icon-square-36px-2 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .display-3 {
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
  }

  .avatar-image-link {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .card-content-center-v13 {
    padding-top: 79px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-3-columns-3 {
    grid-template-columns: 1fr;
    padding-top: 10vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-h3-size-4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .mg-bottom-8px-3 {
    margin-bottom: 6px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .content-inside-card-v14 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .btn-secondary, .btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .link-icon-right-3 {
    width: 18px;
  }

  .text-200-bold-3 {
    font-size: 15px;
    line-height: 16px;
  }

  .grid-2-columns-gap-56px {
    grid-row-gap: 36px;
  }

  .tabs-content-card-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .square-icon-48px-2 {
    border-radius: 14px;
    max-width: 56px;
  }

  .tab-small-center {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .btn-secondary-2, .btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .button-row-left-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .buttons-row-center-2 {
    flex-direction: column;
  }

  .play-button-large {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .lightbox-video-icon-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 70px;
  }

  .bg-overlay {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .video-bg-image {
    margin-left: auto;
    margin-right: auto;
  }

  .image-wrapper-br-24px-shadow {
    border-radius: 16px;
    height: 50%;
  }

  .mg-bottom-56px-2 {
    height: 50%;
  }

  .heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .subtitle-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

  .container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-6 {
    border-radius: 24px;
    max-width: 100%;
    height: 100%;
    display: block;
    position: static;
  }

  .bold-text {
    color: var(--white);
    font-family: Roboto, sans-serif;
    font-size: 32px;
    line-height: 100%;
  }

  .subheader {
    color: var(--h1-color);
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .btn-circle-accordion-btn-2 {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .accordion-right-side-2 {
    margin-right: 0;
  }

  .paragraph-default-5 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 28px;
  }

  .accordion-title-2 {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 140%;
  }

  .accordion-v3-card {
    padding: 16px 22px;
  }

  .heading-h2-size-6 {
    font-size: 24px;
    line-height: 34px;
  }

  .mg-bottom-16px-5 {
    margin-bottom: 15px;
  }

  .mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    background-image: linear-gradient(#3b5bb3, #577eb9);
  }

  .header {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    overflow: visible;
  }

  .hero-header {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .item-slider {
    padding-top: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .about-short {
    padding-top: 40px;
  }

  .gallery {
    padding: 40px 5vw 0;
  }

  .cta {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .media-block {
    background-image: linear-gradient(#3b5bb3, #577eb9);
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .rudn--paragraph-default-copy {
    color: var(--white);
    font-size: 16px;
    line-height: 28px;
  }

  .h4 {
    color: var(--black);
    font-size: 16px;
    line-height: 28px;
  }

  .h2 {
    margin-bottom: 6vw;
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 120%;
  }

  .start-date-text {
    color: var(--untitled-ui--warning300);
    padding-top: 16px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
  }

  .btn-cta-color {
    text-align: left;
    background-color: #275fef00;
    background-image: linear-gradient(90deg, #577eb9, #3b5bb3);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 22px 32px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
  }

  .btn-white {
    color: var(--black);
    text-align: left;
    background-color: #b4bbeb;
    border-radius: 100px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 22px 24px;
    font-size: 16px;
    line-height: 18px;
    display: flex;
  }

  .text-black {
    color: var(--black);
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-14 {
    margin-bottom: 0;
  }

  .text-span-5 {
    color: var(--untitled-ui--warning300);
  }

  .heading-h1-size-copy {
    color: var(--black);
    margin-bottom: 6vw;
    font-family: Roboto, sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 120%;
  }

  .heading-h1-medium {
    color: var(--h1-color);
    text-align: center;
    margin-bottom: 0;
    padding: 5vh 0 2vh;
    font-family: Roboto, sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 120%;
  }

  .heading-h1 {
    color: var(--h1-color);
    margin-bottom: 6vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-family: Roboto, sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 120%;
  }

  .div-block-15 {
    width: 100%;
    display: block;
  }

  .heading-h1-medium-color-bg {
    color: var(--white);
    text-align: center;
    background-image: linear-gradient(90deg, #3b5bb3, #577eb9);
    margin-bottom: 0;
    padding: 5vh 5vw 0;
    font-family: Roboto, sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 120%;
  }

  .heading-h1-medium-color-bg-2 {
    color: var(--white);
    text-align: center;
    background-image: repeating-linear-gradient(90deg, #3b5bb3, #577eb9);
    margin-bottom: 0;
    padding: 10vh 5vw 2vh;
    font-family: Roboto, sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 120%;
  }

  .subheader-copy, .subheader-copy-copy {
    color: var(--untitled-ui--gray600);
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .subheader-2 {
    color: var(--white);
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .div-block-16, .div-block-17, .div-block-18 {
    padding-bottom: 6vw;
  }

  .subtext {
    color: #3b5bb3;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
    text-decoration: none;
  }

  .subheader-white {
    color: var(--white);
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .image-7 {
    vertical-align: baseline;
    flex: 0 auto;
  }

  .div-block-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-h2-size-link-2 {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
  }

  .paragraph-default-1 {
    color: var(--white);
    justify-content: center;
    align-items: flex-start;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
    display: flex;
  }

  .privpol {
    color: #92baff;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
  }

  .testmis {
    padding-top: 60px;
  }

  .subheader-hero {
    color: var(--h1-color);
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
  }

  .paragraph-default-copy {
    color: var(--white);
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 200%;
    display: flex;
  }

  .paragraph-default-copy-copy {
    color: var(--white);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
    display: flex;
  }

  .heading-h1-medium-copy {
    color: var(--black);
    text-align: center;
    margin-bottom: 0;
    padding: 10vh 5vw 2vh;
    font-family: Roboto, sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 120%;
    display: block;
  }

  .heading-h1-medium-copy {
    color: var(--white);
    text-align: center;
    text-align: center;
    text-align: center;
    margin-bottom: 0;
    padding: 10vh 5vw 2vh;
    font-family: Roboto, sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 120%;
  }

  .blocks {
    color: var(--white);
    text-align: center;
    background-image: linear-gradient(90deg, #3b5bb3, #577eb9);
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding: 7vh 5vw;
    font-family: Roboto, sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 120%;
  }

  .heading-h1-medium-mobile {
    color: var(--white);
    text-align: center;
    margin-bottom: 0;
    padding: 10vh 5vw 2vh;
    font-family: Roboto, sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 120%;
  }

  .heading-h1-medium-color-white {
    color: var(--white);
    text-align: center;
    margin-bottom: 0;
    padding: 5vh 0 2vh;
    font-family: Roboto, sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 120%;
  }

  .italic-text {
    text-decoration: underline;
  }

  .heading-h1-medium-copy {
    color: var(--white);
    text-align: center;
    margin-bottom: 0;
    padding: 5vh 0 4vh;
    font-family: Roboto, sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 120%;
  }

  .subheader-copy {
    color: var(--white);
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .text-200-bold-4, .text-201 {
    font-size: 15px;
    line-height: 16px;
  }

  .mg-bottom-8px-4 {
    margin-bottom: 6px;
  }

  .big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .footer-list-item-2 {
    margin-bottom: 8px;
  }

  .icon-square-36px-3 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .social-media-grid-left-2 {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .footer-logo-2 {
    width: 100%;
    max-width: 240px;
  }

  .mg-bottom-24px-3 {
    margin-bottom: 16px;
  }

  .footer-top-border-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-cta-color-2 {
    text-align: left;
    background-color: #275fef00;
    background-image: linear-gradient(90deg, #577eb9, #3b5bb3);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 28px 32px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
  }

  .btn-cta-color-2:hover {
    background-image: none;
  }

  .paragraph-footer {
    color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 200%;
    display: block;
  }

  .btn-cta-color-hero {
    text-align: left;
    background-color: #275fef00;
    background-image: linear-gradient(90deg, #577eb9, #3b5bb3);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 22px 32px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
  }

  .btn-cta-color-big {
    text-align: left;
    background-color: #275fef00;
    background-image: linear-gradient(90deg, #577eb9, #3b5bb3);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 28px 32px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
  }

  .footer04_link-list {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer04_top-wrapper {
    place-items: center start;
  }

  .code-embed {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .play-move {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .player-div {
    width: 360px;
  }

  .div-block-26 {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 1rem;
    display: flex;
  }

  .items-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Items-Background-1.png'), linear-gradient(90deg, #3b5bb3, #577eb9);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    background-clip: border-box;
    justify-content: center;
    align-items: center;
    padding: 64px 0;
  }

  .items-sale {
    flex-flow: column;
    flex: 0 auto;
    display: block;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---content-inside-card {
    padding-top: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---grid-3-columns---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-28 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-right: 3vw;
    display: block;
  }

  .number-call {
    grid-column-gap: 8px;
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    place-items: center;
    height: 0;
    margin-right: 5vw;
    padding-top: 0;
    display: flex;
  }

  .number {
    border-radius: 6px;
    min-width: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .whatsapp-cta {
    border-radius: 6px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---icon-small-hover {
    width: 20px;
  }

  .brix---top-bar-close-icon {
    padding-left: 12px;
    padding-right: 8px;
  }

  .brix---container-default-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---top-bar-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brix---top-bar-wrapper {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    line-height: 26px;
  }

  .text-block-9 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }
}

#w-node-_9c0edf85-20f7-b196-df5a-c1e8ed2f51f7-0ada2516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-dffcb2db-6169-0528-1a61-0299cc8526d1-0ada2516 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  place-self: center;
}

#w-node-_8b270cb9-15b0-5141-e90e-6509368d0d3d-0ada2516, #w-node-dffcb2db-6169-0528-1a61-0299cc8526f3-0ada2516, #w-node-dffcb2db-6169-0528-1a61-0299cc8526e7-0ada2516, #w-node-dffcb2db-6169-0528-1a61-0299cc8526ff-0ada2516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8407fa5b-8ebf-d07f-40b5-cde2ca254014-0ada2516 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_5e110f6c-5494-e4f3-053d-d88583fb0ef2-0ada2516 {
  justify-self: start;
}

#w-node-a72f248f-1400-6596-e401-865746d64dcc-0ada2516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a7ecc723-0ef0-151e-20cd-7c18c82f132a-0ada2516, #w-node-a7ecc723-0ef0-151e-20cd-7c18c82f1331-0ada2516, #w-node-a7ecc723-0ef0-151e-20cd-7c18c82f1338-0ada2516 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39aab93f-46ec-7785-926c-126270097be6-0ada2519 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9c0edf85-20f7-b196-df5a-c1e8ed2f51f7-f8136e05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-dffcb2db-6169-0528-1a61-0299cc8526d1-f8136e05 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  place-self: center;
}

#w-node-_8b270cb9-15b0-5141-e90e-6509368d0d3d-f8136e05, #w-node-dffcb2db-6169-0528-1a61-0299cc8526f3-f8136e05, #w-node-dffcb2db-6169-0528-1a61-0299cc8526e7-f8136e05, #w-node-dffcb2db-6169-0528-1a61-0299cc8526ff-f8136e05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8407fa5b-8ebf-d07f-40b5-cde2ca254014-f8136e05 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_5e110f6c-5494-e4f3-053d-d88583fb0ef2-f8136e05 {
  justify-self: start;
}

#w-node-a72f248f-1400-6596-e401-865746d64dcc-f8136e05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a7ecc723-0ef0-151e-20cd-7c18c82f132a-f8136e05, #w-node-a7ecc723-0ef0-151e-20cd-7c18c82f1331-f8136e05, #w-node-a7ecc723-0ef0-151e-20cd-7c18c82f1338-f8136e05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-dffcb2db-6169-0528-1a61-0299cc8526d1-0ada2516 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8407fa5b-8ebf-d07f-40b5-cde2ca254014-0ada2516 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a72f248f-1400-6596-e401-865746d64dcc-0ada2516 {
    justify-self: start;
  }

  #w-node-ac63f184-408f-cb22-8851-05b2aebe0712-0ada2516, #w-node-ac63f184-408f-cb22-8851-05b2aebe0757-0ada2516 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_39aab93f-46ec-7785-926c-126270097be6-0ada2519 {
    grid-column: span 1 / span 1;
  }

  #w-node-dffcb2db-6169-0528-1a61-0299cc8526d1-f8136e05 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8407fa5b-8ebf-d07f-40b5-cde2ca254014-f8136e05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a72f248f-1400-6596-e401-865746d64dcc-f8136e05 {
    justify-self: start;
  }

  #w-node-ac63f184-408f-cb22-8851-05b2aebe0712-f8136e05, #w-node-ac63f184-408f-cb22-8851-05b2aebe0757-f8136e05 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a72f248f-1400-6596-e401-865746d64db9-0ada2516 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac63f184-408f-cb22-8851-05b2aebe0712-0ada2516 {
    grid-column: span 2 / span 2;
  }

  #w-node-ac63f184-408f-cb22-8851-05b2aebe0757-0ada2516 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-fddd9a7e-a06b-90a6-845b-0ed940c3e652-0ada2516 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a72f248f-1400-6596-e401-865746d64db9-f8136e05 {
    grid-column: span 1 / span 1;
  }

  #w-node-ac63f184-408f-cb22-8851-05b2aebe0712-f8136e05 {
    grid-column: span 2 / span 2;
  }

  #w-node-ac63f184-408f-cb22-8851-05b2aebe0757-f8136e05 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-fddd9a7e-a06b-90a6-845b-0ed940c3e652-f8136e05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dffcb2db-6169-0528-1a61-0299cc8526d1-0ada2516 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5e110f6c-5494-e4f3-053d-d88583fb0ef2-0ada2516 {
    place-self: auto center;
  }

  #w-node-a72f248f-1400-6596-e401-865746d64db9-0ada2516 {
    grid-column: span 1 / span 1;
    place-self: auto;
  }

  #w-node-a72f248f-1400-6596-e401-865746d64dcc-0ada2516 {
    grid-column: span 1 / span 1;
  }

  #w-node-fddd9a7e-a06b-90a6-845b-0ed940c3e65a-0ada2516 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bfee5835-fba2-9e09-9c5e-a9143fc9369b-0ada2516 {
    justify-self: end;
  }

  #w-node-dffcb2db-6169-0528-1a61-0299cc8526d1-f8136e05 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5e110f6c-5494-e4f3-053d-d88583fb0ef2-f8136e05 {
    place-self: auto center;
  }

  #w-node-a72f248f-1400-6596-e401-865746d64db9-f8136e05 {
    grid-column: span 1 / span 1;
    place-self: auto;
  }

  #w-node-a72f248f-1400-6596-e401-865746d64dcc-f8136e05 {
    grid-column: span 1 / span 1;
  }

  #w-node-fddd9a7e-a06b-90a6-845b-0ed940c3e65a-f8136e05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bfee5835-fba2-9e09-9c5e-a9143fc9369b-f8136e05 {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Marker Felt';
  src: url('../fonts/ofont.ru_Marker-Felt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Markerfelt';
  src: url('../fonts/markerfelt-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}