:root {
  --elements-webflow-library--accent--primary-1: #febf0f;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--800: #000;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--general--shadow-05: #14142b29;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--general--shadow-04: #14142b24;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --red: #ee1c25;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
}

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

.w-layout-grid-online {
  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 {
  color: #333;
  padding-top: 0;
  padding-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1vw;
  line-height: 1;
}

h1,
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.brix---btn-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: 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 0.3s, transform 0.3s, color 0.3s;
  display: none;
}

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

.phone-action {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  white-space: nowrap;
  align-items: center;
  font-family: DM Sans, sans-serif;
  text-decoration: none;
  display: flex;
}

.phone-action.button {
  margin-left: 0;
}

.phone-action._2 {
  display: none;
}

.brix---hamburger-menu-bar-bottom,
.brix---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;
}

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

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

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

.brix---header-right-col {
  display: none;
}

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

.brix---header-nav-link {
  color: var(--elements-webflow-library--neutral--800);
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.3s;
}

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

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

.brix---header-nav-list-item-middle.dropdown {
  display: none;
}

.brix---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 0.3s;
  display: flex;
}

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

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

.brix---dropdown-pd {
  padding: 40px;
}

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

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

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

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

.brix---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 0.3s;
  display: flex;
}

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

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

.brix---header-menu-wrapper {
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

.brix---header-logo {
  height: 100px !important;
  display: block;
  padding: 20px;
}

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

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

.header-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.phone-container {
  padding: 20px !important;
}

.container {
  z-index: 1;
  background-color: var(--elements-webflow-library--neutral--100);
  max-width: 1920px;
  padding: 4.5em 8em;
  position: relative;
  overflow: hidden;
}

.container-online {
  z-index: 1;
  background-color: var(--elements-webflow-library--accent--primary-1);
  max-width: 1920px;
  padding: 4.5em 8em;
  position: relative;
  overflow: hidden;
}

.container.features {
  background-color: var(--elements-webflow-library--neutral--800);
  padding-top: 1em;
  padding-bottom: 1em;
}

.container.offers {
  padding-top: 3.6em;
  padding-bottom: 3.6em;
}

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

.container.none {
  background-color: #fff0;
}

.header-wrapper {
  border-bottom: 4px solid var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--neutral--100);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.link {
  color: var(--elements-webflow-library--neutral--800);
  padding: 0;
  font-family: Days One, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 38px;
  transition: color 0.3s;
}

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

.phone-number-hint {
  color: var(--elements-webflow-library--accent--primary-1);
  text-transform: uppercase;
  flex: 1;
  padding: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: color 0.3s;
}

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

.div-block {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-container {
  flex-direction: row;
  align-items: center;
}

.text-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-phone {
  padding: 0;
  font-family: Days One, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s;
  direction: ltr;
  unicode-bidi: embed;
}

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

.text-phone.button {
  color: var(--elements-webflow-library--neutral--100);
  font-size: 1.6em;
  font-weight: 400;
}

.text-phone._1 {
  color: var(--elements-webflow-library--neutral--800);
  letter-spacing: 2px;
  font-size: 1.5em;
}

.phone-icon {
  width: 2.5rem !important;
}

.bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.play-button-large {
  z-index: 2;
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform 0.3s;
  position: absolute;
}

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

.btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  transition: border-color 0.3s, transform 0.3s, background-color 0.3s,
    color 0.3s;
  box-shadow: 0 4px 10px #14142b0a;
}

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

.btn-secondary-white._2 {
  border-width: 2px;
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  align-self: center;
  padding-top: 18px;
  padding-bottom: 18px;
  text-decoration: none;
}

.btn-secondary-white._2:hover {
  background-color: var(--elements-webflow-library--accent--primary-1);
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Days One, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s, color 0.3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--neutral--800);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, 0.01px);
}

.brix---button-row-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  margin-right: 24px;
  display: flex;
}

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

.paragraph-default {
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.5em;
  line-height: 1.5;
}

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

.brix---mg-bottom-40px {
  max-width: 830px;
  margin-bottom: 40px;
}

.heading-h1-size {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Days One, sans-serif;
  font-size: 3.6em;
  font-weight: 400;
  line-height: 1.2;
}

.brix---grid-hero-play-button {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.hero-bg-image-dark {
  background-image: linear-gradient(#000000b3, #000000b3);
  padding-top: 12.2em;
  padding-bottom: 8.7em;
  position: relative;
  overflow: hidden;
}

.text-span-hero {
  color: var(--elements-webflow-library--accent--primary-1);
  font-size: 0.9em;
}

.div-block-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  display: flex;
}

.html-embed {
  width: 28px;
  height: 28px;
}

.mg-bottom-0 {
  color: var(--elements-webflow-library--neutral--100);
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2;
}

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

.brix---paragraph-default {
  margin-bottom: 0;
  line-height: 1.8;
}

.heading-h3-size {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Days One, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
}

.heading-h3-size._2 {
  color: var(--elements-webflow-library--neutral--100);
  font-size: 1.4em;
  line-height: 1.1;
}

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

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

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

.brix---square-icon {
  border-radius: 0;
  padding-left: 0;
  padding-right: 16px;
}

.brix---card---icon-left---content-right {
  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;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

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

.heading-h2-size {
  color: var(--elements-webflow-library--neutral--100);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Days One, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
}

.heading-h2-size.dark {
  color: var(--elements-webflow-library--neutral--800);
}

.heading-h2-size.dark.contact {
  text-align: center;
  padding-bottom: 13px;
  font-size: 2.5em;
  line-height: 1;
}

.heading-h2-size.dark.center {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 17px;
  font-size: 2.1em;
}

.heading-h2-size.contact {
  text-align: left;
  width: 80%;
  font-size: 1.7em;
}

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

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

.brix---inner-container-600px---center {
  max-width: 600px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
  display: flex;
}

.brix---container-default {
  max-width: 1288px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.section.full-bg {
  border-top: 4px solid var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--neutral--800);
}

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

.section.contact {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.card---icon-left---content-right-copy {
  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;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.card---icon-left {
  align-items: center;
  padding: 48px 17px 48px 0;
  display: flex;
}

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

.brix---heading-h5-size {
  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: 24px;
}

.color-neutral-801 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: var(--elements-webflow-library--neutral--800);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.brix---heading-h1-size {
  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;
}

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

.brix---mg-bottom-24px {
  align-items: flex-start;
}

.subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: DM Sans, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
}

.subtitle-other-services {
  color: var(--elements-webflow-library--neutral--800);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: DM Sans, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
}

.brix---image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  position: absolute;
}

.brix---image:hover {
  transform: scale(1.05);
}

.brix---image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  object-fit: fill;
  border-radius: 5px;
  width: 100%;
  height: 31.3em;
  position: relative;
  overflow: hidden;
}

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

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

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

.icon-bullet-online-services {
  color: var(--elements-webflow-library--neutral--800);
}

.div-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.brix---btn-secondary-full-width {
  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;
  width: 100%;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color 0.3s, transform 0.3s, background-color 0.3s,
    color 0.3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-full-width: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, 0.01px);
}

.brix---heading-h3-size {
  color: var(--elements-webflow-library--accent--primary-1);
  text-transform: uppercase;
  flex-direction: column;
  margin-top: 0;
  /* margin-bottom: 12px; */
  font-family: Days One, sans-serif;
  font-weight: 300;
  display: flex;
}

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

.brix---card-link-content-center {
  border: 1.5px solid var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--general--shadow-02);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 23px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* padding: 56px 24px; */
  padding: 10px !important;
  text-decoration: none;
  transition: transform 0.3s, color 0.3s;
  display: flex;
}

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

.brix---3-columns-1-col-tablet {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

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

.brix---container-default-2 {
  max-width: 1920px;
}

.paragraph {
  color: var(--elements-webflow-library--accent--primary-1);
  margin-bottom: 0;
  font-size: 1.7em;
}

.paragraph-2 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

.paragraph-2._2 {
  color: var(--elements-webflow-library--neutral--100);
  font-size: 1.1em;
}

.div-block-5 {
  border-top: 1px solid var(--elements-webflow-library--accent--primary-1);
  width: 40%;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-7 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.brix---bg-overlay-gradient {
  z-index: -1;
  object-fit: cover;
  background-image: linear-gradient(#0000 15%, #0000008f 61%, #000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---card-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  position: absolute;
  inset: 0%;
}

.brix---card-image-online {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  position: absolute;
  inset: 0%;
}

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

.brix---text-200-bold {
  font-family: Days One, sans-serif;
  font-weight: 700;
}

.brix---text-200-bold.testimonial {
  color: var(--elements-webflow-library--accent--primary-1);
  font-size: 1.2em;
  font-weight: 400;
}

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

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

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

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.5;
}

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

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

.heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
}

.heading-h3-size-2-online {
  margin-top: 0;
  margin-bottom: 12px;
}

.heading-h3-size-2-online-title {
  font-family: sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  background-color: #000;
  padding: 10px 8px;
  border-radius: 5px;
  text-align: center;
}

.heading-h3-size-2.blog {
  font-family: Days One, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
}

.heading-h3-size-2-online.blog-online {
  font-family: sans-serif;
  font-size: 14px;
  color: var(--elements-webflow-library--neutral--800);
  line-height: 30px;
}

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

.brix---card-link-img-bg {
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 500px;
  padding: 48px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.brix---card-link-img-bg:hover {
  transform: scale(1.05) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
}

.brix---card-link-img-bg-online {
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  min-height: 500px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.brix---card-link-img-bg-online-2 {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  background-color: var(--elements-webflow-library--neutral--200);
  min-height: auto;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.brix---card-link-img-bg-online:hover {
  transform: scale(1.05) !important;
}

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

.brix---grid-2-columns---gap-row-72px-online {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

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

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

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

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

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

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

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

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

.center {
  justify-content: center;
  align-items: center;
  padding-top: 49px;
  display: flex;
}

.brix---opacity-20 {
  opacity: 0.2;
}

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

.brix---opacity-10 {
  opacity: 0.1;
}

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

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

.brix---img-below-card {
  max-width: 976px;
  margin-left: auto;
}

.brix---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 0.3s, transform 0.3s, background-color 0.3s,
    color 0.3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---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, 0.01px);
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Days One, sans-serif;
  font-size: 1.8em;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s, color 0.3s;
}

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

.brix---btn-primary.full {
  text-transform: uppercase;
  border-radius: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.brix---btn-primary.contac {
  font-size: 1.4em;
}

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

.brix---button-row-left-2.full {
  flex: 1;
  width: 100%;
  margin-right: 0;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

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

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

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

.card-over-image {
  z-index: 1;
  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: 8px;
  max-width: 770px;
  padding: 80px 72px;
  position: absolute;
}

.flex-card-image-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.brix---section-hero-short {
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  overflow: hidden;
}

.expertise-bullet {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.text {
  font-family: DM Sans, sans-serif;
}

.text.expertise {
  font-size: 1.4em;
  font-weight: 400;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-slider-arrow-right---testimonial-v12 {
  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 0.3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

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

.brix---btn-slider-arrow-left---testimonial-v12 {
  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 0.3s;
  display: flex;
  top: 50%;
  left: -11px;
  transform: translate(0, -50%);
}

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

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

.brix---text-200.testimenial {
  color: var(--elements-webflow-library--accent--primary-1);
  text-transform: uppercase;
  font-family: Days One, sans-serif;
  font-size: 1.2em;
}

.brix---text-200.testimenial._1 {
  color: var(--elements-webflow-library--neutral--800);
  text-transform: none;
  font-family: DM Sans, sans-serif;
  font-size: 1.2em;
}

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

.brix---heading-h4-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: 22px;
  font-weight: 700;
  line-height: 28px;
}

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

.brix---flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.brix---card-testimonial-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: flex-start;
  padding: 48px 32px 56px;
  display: flex;
}

.brix---slide-item-mg {
  height: 100%;
  margin-right: 28px;
}

.brix---slider-mask-width-390px {
  max-width: 390px;
  height: 100%;
  overflow: visible;
}

.brix---slider-wrapper {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

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

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

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

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

.brix---section-overflow-hidden {
  padding-top: 92px;
  padding-bottom: 92px;
  overflow: hidden;
}

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

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

.brix---avatar-circle-04 {
  border-radius: 50%;
  align-self: center;
  width: 67px;
  max-width: 67px;
  height: 67px;
  max-height: 67px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

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

.brix---card-left-pd-40px {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  background-color: #f8f8f8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  display: flex;
}

.brix---3-columns-1-col-tablet-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;
}

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

.btn-slider-arrow-right---top-right {
  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: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform 0.3s;
  display: flex;
  top: -95px;
}

.btn-slider-arrow-right---top-right:hover {
  transform: scale3d(0.94, 0.94, 1.01);
}

.btn-slider-arrow-right---top-left {
  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: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform 0.3s;
  display: flex;
  inset: -28% 8% 0% auto;
}

.btn-slider-arrow-right---top-left:hover {
  transform: scale3d(0.94, 0.94, 1.01);
}

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

.brix---link-wrapper-white:hover {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 10px;
  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;
}

.brix---card-testimonial-color-3 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  background-color: #4353ff;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform 0.3s, color 0.3s;
}

.brix---card-testimonial-color-3:hover {
  transform: scale3d(0.94, 0.94, 1.01);
}

.brix---card-testimonial-color-2 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  background-color: red;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform 0.3s, color 0.3s;
}

.brix---card-testimonial-color-2:hover {
  transform: scale3d(0.94, 0.94, 1.01);
}

.brix---card-testimonial-color-1 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  background-color: #0084ff;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform 0.3s, color 0.3s;
}

.brix---card-testimonial-color-1:hover {
  color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(0.94, 0.94, 1.01);
}

.brix---slider-mask-width-490px {
  max-width: 480px;
  height: 100%;
  overflow: visible;
}

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

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

.brix---inner-container-547px {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.brix---section-overflow-hidden-2 {
  overflow: hidden;
}

.spacer {
  height: 40px;
}

.testimonial-icon {
  display: none;
}

.html-embed-2 {
  width: 57px;
}

.brix---half-bg-right---width-36 {
  z-index: -1;
  background-color: var(--elements-webflow-library--accent--primary-1);
  width: 36%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

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

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

.brix---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-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  transition: box-shadow 0.3s, color 0.3s, border-color 0.3s;
}

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

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

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

.brix---input-label {
  color: var(--elements-webflow-library--neutral--800);
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Days One, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---input {
  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: 8px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow 0.3s, color 0.3s, border-color 0.3s;
}

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

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

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

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

.brix---card-form {
  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: 8px;
  justify-content: center;
  align-items: center;
  min-height: 576px;
  margin-bottom: 0;
  padding: 56px 40px;
  display: flex;
}

.brix---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-weight: 700;
}

.brix---text-200-bold-2.light {
  color: var(--elements-webflow-library--neutral--100);
  font-family: DM Sans, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  unicode-bidi: embed;
  direction: ltr;

}

.big-icon-left {
  padding-left: 16px;
  padding-right: 16px;
}

.big-icon-left.icons {
  width: 30px;
  height: 30px;
  margin-right: 0;
}

.brix---card-link-icon-wrapper {
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  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 0.3s, border-color 0.3s, color 0.3s;
  display: flex;
}

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

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

.brix---inner-container-400px {
  max-width: 400px;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

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

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

.brix---paragraph-default-3.light {
  color: var(--elements-webflow-library--neutral--100);
  font-size: 1.3em;
}

.brix---color-neutral-815 {
  color: var(--elements-webflow-library--neutral--600);
  max-width: 87%;
}

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

.brix---grid-contact-v1 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 57px;
  display: grid;
}

.brix---section-position-relative {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.brix---section-position-relative.contact {
  background-color: #000;
}

.bg {
  z-index: -1;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% -10%;
}

.social-media {
  border: 1px none var(--elements-webflow-library--neutral--200);
  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: 0;
  align-items: center;
  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 0.3s, border-color 0.3s, color 0.3s;
  display: flex;
}

.social-media:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  transform: scale3d(0.96, 0.96, 1.01);
}

.sical-media-wrapper {
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 43px;
  padding-left: 16px;
  display: flex;
}

.image {
  width: 100%;
  padding-bottom: 0;
}

.div-block-11 {
  z-index: 1;
  background-color: var(--elements-webflow-library--accent--primary-1);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block {
  color: var(--elements-webflow-library--neutral--800);
  font-family: DM Sans, sans-serif;
  font-size: 1.2em;
  display: inline-block;
}

.div-block-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.preloader-bar-2 {
  background-color: #f9a771;
  width: 50%;
  height: 100%;
}

.preloader-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: none;
}

._w-preloader-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-preloader-bar {
  background-color: #222;
  border-radius: 1000px;
  justify-content: center;
  width: 15em;
  height: 0.25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

._w-preloader {
  background-color: #0d1523;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-preloader-title {
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  overflow: hidden;
}

.c-preloader {
  z-index: 9999;
  background-color: #0d1523;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.c-preloader-content {
  z-index: 5;
  position: absolute;
}

.preloader-bar-1 {
  background-color: #cefffc;
  border-radius: 1000px;
  justify-content: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.page-wrapper {
  width: 100vw;
  height: auto;
  overflow: hidden;
}

.copyrights {
  color: var(--elements-webflow-library--neutral--800);
  font-family: DM Sans, sans-serif;
  font-size: 1.3em;
  display: inline-block;
}

.locale {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.car-her-play {
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 6.7px 3px #0003;
}

.overlay {
  background-color: #0808084f;
  position: absolute;
  inset: 0%;
}

.paragrpaph {
  margin-bottom: 0;
}

.paragrpaph.about {
  font-size: 1.4em;
  line-height: 1.6;
}

.nav-wrapper {
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

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

.div-block-13 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.brix---mg-bottom-40px-2-copy {
  margin-bottom: 40px;
  display: none;
}

.global-styles-wrapper {
  display: none;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block-14 {
  padding-left: 10px;
}

.m-title {
  color: var(--elements-webflow-library--neutral--100);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Days One, sans-serif;
  font-size: 1.7em;
  font-weight: 700;
}

.social {
  margin-right: 16px;
}

.social.icons {
  width: 30px;
  height: 30px;
  margin-right: 0;
}

.description {
  color: var(--elements-webflow-library--neutral--100);
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (min-width: 1440px) {
  .brix---header-menu-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .header-logo-link.w--current {
    flex: 0 auto;
  }

  .header-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .container.testimonial {
    overflow: visible;
  }

  .header-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .text-phone.button {
    font-size: 1.8em;
  }

  .btn-secondary-white._2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    font-size: 1.5em;
  }

  .brix---btn-primary-white:hover {
    background-color: #000;
  }

  .paragraph-default {
    line-height: 1.7;
  }

  .heading-h1-size {
    line-height: 1.3;
  }

  .hero-bg-image-dark {
    padding-top: 13.6em;
    padding-bottom: 10.2em;
  }

  .mg-bottom-0 {
    font-size: 1.2em;
  }

  .brix---square-icon {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-h2-size.dark.contact {
    text-align: center;
    padding-bottom: 19px;
    font-size: 2.4em;
    line-height: 1.1;
  }

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

  .brix---image-wrapper-br-24px-shadow {
    height: 31em;
  }

  .div-block-3 {
    padding-bottom: 6px;
  }

  .brix---text-200-bold.testimonial {
    font-size: 1.7em;
  }

  .brix---paragraph-default-2 {
    font-size: 1.4em;
  }

  .brix---btn-primary {
    text-transform: uppercase;
    font-family: Days One, sans-serif;
  }

  .brix---text-200 {
    color: var(--elements-webflow-library--accent--primary-1);
    text-transform: uppercase;
    font-family: Days One, sans-serif;
  }

  .brix---text-200.testimenial._1 {
    font-size: 1.3em;
  }

  .brix---avatar-circle-04 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .btn-slider-arrow-right---top-left {
    top: -25%;
  }

  .brix---section-overflow-hidden-2 {
    background-color: var(--elements-webflow-library--neutral--100);
  }

  .brix---text-area {
    border-radius: 8px;
  }

  .brix---input-label {
    text-transform: uppercase;
    font-family: Days One, sans-serif;
  }

  .brix---input {
    border-radius: 8px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .brix---card-form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---text-200-bold-2 {
    color: var(--elements-webflow-library--neutral--800);
    font-family: DM Sans, sans-serif;
    font-size: 17px;
    font-weight: 400;
  }

  .brix---text-200-bold-2.light {
    color: var(--elements-webflow-library--neutral--100);
    font-family: DM Sans, sans-serif;
    unicode-bidi: embed;
    direction: ltr;

  }

  .big-icon-left {
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .big-icon-left.icons {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---card-link-icon-wrapper {
    border-style: none;
  }

  .brix---text-300-bold.light,
  .brix---paragraph-default-3.light {
    color: var(--elements-webflow-library--neutral--100);
  }

  .brix---color-neutral-815 {
    max-width: 80%;
  }

  .brix---grid-contact-v1 {
    grid-column-gap: 20px;
    grid-template-columns: 1.25fr 1fr;
  }

  .brix---section-position-relative.contact {
    background-color: #000;
  }

  .bg {
    z-index: -1;
    opacity: 0.3;
    position: absolute;
    inset: 0%;
  }

  .social-media {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: var(--elements-webflow-library--neutral--800);
    border-style: none;
  }

  .div-block-9,
  .sical-media-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  ._w-preloader,
  .c-preloader {
    background-color: var(--elements-webflow-library--neutral--800);
  }

  .preloader-bar-1 {
    background-color: var(--red);
  }

  .car-her-play {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragrpaph.about {
    font-size: 1.3em;
    line-height: 1.4;
  }

  .social {
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .social.icons {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .description {
    font-size: 1.2em;
  }
}

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

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

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

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

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

  .brix---header-right-col {
    display: block;
  }

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

  .brix---header-nav-link {
    font-size: 2.4em;
  }

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

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

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

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

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

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

  .brix---header-nav-menu-list {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    border-top: 4px solid var(--elements-webflow-library--accent--primary-1);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 47px 76px;
  }

  .brix---header-logo {
    width: 26em;
    max-width: 26em;
  }

  .header-logo-link.w--current {
    flex: 1;
  }

  .container {
    padding-left: 8.5em;
    padding-right: 8.5em;
  }

  .container-online {
    padding-left: 8.5em;
    padding-right: 8.5em;
  }

  .container.testimonial {
    padding-bottom: 16.7em;
  }

  .header-wrapper {
    justify-content: space-between;
    padding-top: 2.1em;
    padding-bottom: 2.1em;
  }

  .phone-container {
    display: none;
  }

  .text-phone.button {
    font-size: 2.3em;
  }

  .play-button-large-wrapper {
    padding-top: 30px;
  }

  .btn-secondary-white._2 {
    white-space: nowrap;
    padding-left: 62px;
    padding-right: 62px;
  }

  .brix---btn-primary-white {
    white-space: nowrap;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 2.3em;
  }

  .brix---btn-primary-white:hover {
    background-color: var(--elements-webflow-library--neutral--800);
  }

  .paragraph-default {
    width: 93%;
    font-size: 2.2em;
    line-height: 1.8;
  }

  .heading-h1-size {
    font-size: 7em;
    line-height: 1.2;
  }

  .brix---grid-hero-play-button {
    grid-row-gap: 40px;
    grid-template-columns: 0.8fr;
  }

  .hero-bg-image-dark {
    padding-top: 26.7em;
    padding-bottom: 12.8em;
  }

  .mg-bottom-0 {
    text-align: center;
    font-size: 1.3em;
  }

  .brix---paragraph-default {
    font-size: 2em;
  }

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

  .heading-h3-size._2 {
    text-align: center;
    font-size: 2.8em;
  }

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

  .brix---card---icon-left---content-right {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .grid-2-columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

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

  .heading-h2-size.dark.contact {
    font-size: 3.1em;
  }

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

  .section.contact {
    padding-bottom: 2.1em;
  }

  .card---icon-left---content-right-copy {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card---icon-left {
    flex-direction: column;
    padding-left: 7px;
    padding-right: 7px;
  }

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

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

  .subtitle {
    font-size: 2.4em;
  }

  .subtitle-other-services {
    font-size: 4.6em;
  }

  .subtitle-other-service {
    font-size: 2.4em;
  }

  .brix---image-wrapper-br-24px-shadow {
    height: 48em;
  }

  .brix---grid-2-columns-text {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

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

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

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

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

  .brix---text-200-bold.testimonial {
    font-size: 2.5em;
  }

  .brix---paragraph-default-2 {
    font-size: 2.4em;
    line-height: 1.6;
  }

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

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

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

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

  .heading-h3-size-2.blog {
    font-size: 3em;
  }

  .brix---card-link-img-bg {
    padding-bottom: 40px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---card-link-img-bg-online {
    padding-bottom: 40px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---card-link-img-bg-online-2 {
    padding-bottom: 40px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---grid-2-columns---gap-row-72px-online {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

  .brix---floating-image-hero-v1---2 {
    /* top: 24%;
    right: 0%; */
    position: relative;
  }

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

  .brix---btn-primary.contac {
    font-size: 2em;
  }

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

  .card-over-image {
    margin-bottom: 34px;
    padding: 56px 48px;
    position: static;
  }

  .flex-card-image-wrapper {
    display: block;
    overflow: hidden;
  }

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

  .text.expertise {
    font-size: 2.3em;
  }

  .brix---text-200.testimenial {
    font-size: 1.8em;
  }

  .brix---text-200.testimenial._1 {
    font-size: 2.1em;
  }

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

  .brix---slider-mask-width-390px {
    position: static;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: 0.7fr;
  }

  .brix---section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

  .btn-slider-arrow-right---top-right {
    inset: auto 39.5% -90px auto;
  }

  .btn-slider-arrow-right---top-left {
    inset: auto auto -90px 39.5%;
  }

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

  .brix---slider-mask-width-490px {
    position: static;
  }

  .brix---section-overflow-hidden-2 {
    background-color: var(--elements-webflow-library--neutral--100);
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .brix---half-bg-right---width-36 {
    width: 100%;
    height: 40%;
    inset: auto 0% 0%;
  }

  .brix---card-form {
    margin-bottom: 93px;
    padding: 54px 32px;
  }

  .brix---text-200-bold-2.light {
    font-size: 2em;
    unicode-bidi: embed;
    direction: ltr;

  }

  .brix---paragraph-default-3.light {
    font-size: 2.1em;
    line-height: 1.6;
  }

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

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .bg {
    bottom: -20%;
  }

  .c-preloader-bar {
    width: 24em;
  }

  .page-wrapper {
    overflow: auto;
  }

  .copyrights {
    font-size: 2.5em;
  }

  .image-2 {
    width: 100%;
  }

  .car-her-play {
    width: 100%;
    height: 100%;
  }

  .paragrpaph {
    font-size: 2em;
  }

  .paragrpaph.about {
    font-size: 2.1em;
  }

  .m-title {
    font-size: 2.4em;
  }

  .description {
    text-align: center;
    font-size: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  .header-wrapper {
    position: relative;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .phone-action {
    display: none;
  }

  .phone-action.button {
    white-space: nowrap;
    justify-content: center;
    display: flex;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-nav-link {
    font-size: 3.1em;
  }

  .brix---header-menu-wrapper {
    padding-left: 63px;
    padding-right: 63px;
  }

  .brix---header-logo {
    width: 36em;
    max-width: 36em;
  }

  .container {
    padding-left: 10.5em;
    padding-right: 10.5em;
  }

  .container-online {
    padding-left: 10.5em;
    padding-right: 10.5em;
  }

  .container.aboutus {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .text-phone.button {
    font-size: 3.3em;
  }

  .play-button-large-wrapper {
    padding-top: 14px;
  }

  .btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-secondary-white._2 {
    align-self: flex-start;
    width: 100%;
  }

  .brix---btn-primary-white {
    align-self: center;
    width: 100%;
    padding: 20px 32px;
    font-size: 3.3em;
  }

  .brix---button-row-left {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .paragraph-default {
    font-size: 3em;
  }

  .brix---color-neutral-100 {
    width: 100%;
  }

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

  .heading-h1-size {
    margin-bottom: 12px;
    font-size: 8em;
    line-height: 1.3;
  }

  .brix---grid-hero-play-button {
    grid-column-gap: 28px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-bg-image-dark {
    padding-top: 32em;
    padding-bottom: 10.2em;
  }

  .mg-bottom-0 {
    font-size: 1.6em;
  }

  .brix---paragraph-default.paragra-h {
    font-size: 2.6em;
  }

  .heading-h3-size._2 {
    font-size: 4.2em;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 90px;
  }

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

  .heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .heading-h2-size.dark.contact {
    font-size: 3.7em;
  }

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

  .section {
    padding-bottom: 10px;
  }

  .card---icon-left {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .brix---heading-h5-size {
    font-size: 16px;
    line-height: 22px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-columns-2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .subtitle {
    font-size: 3.3em;
    line-height: 19px;
  }

  .subtitle-other-services {
    font-size: 5.3em;
    line-height: 19px;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 14px;
    height: 37em;
  }

  .brix---grid-2-columns-text {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: inline-block;
  }

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

  .div-block-4 {
    padding-top: 33px;
  }

  .brix---btn-secondary-full-width {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---text-200-bold.testimonial {
    font-size: 3.2em;
  }

  .brix---paragraph-default-2 {
    font-size: 3em;
  }

  .heading-h3-size-2.blog {
    font-size: 4.3em;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---grid-2-columns---gap-row-72px-online {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-primary.full {
    font-size: 3.4em;
  }

  .brix---btn-primary.contac {
    font-size: 2.7em;
  }

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

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

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .card-over-image {
    padding: 45px 32px 100px;
  }

  .brix---section-hero-short {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text.expertise {
    font-size: 3em;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -104px auto;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -104px 36%;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---text-200.testimenial {
    font-size: 3.3em;
  }

  .brix---text-200.testimenial._1 {
    font-size: 3em;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

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

  .brix---grid-top---text-2-buttons {
    grid-template-columns: 0.9fr;
  }

  .brix---section-overflow-hidden {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---avatar-circle-04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

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

  .btn-slider-arrow-right---top-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .btn-slider-arrow-right---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---card-testimonial-color-3,
  .brix---card-testimonial-color-2,
  .brix---card-testimonial-color-1 {
    padding: 48px 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-form {
    min-height: 560px;
    margin-bottom: 137px;
    padding: 36px 30px 48px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---text-200-bold-2.light {
    font-size: 3.4em;
    unicode-bidi: embed;
    direction: ltr;

  }

  .big-icon-left {
    max-width: 56px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---paragraph-default-3.light {
    font-size: 3.1em;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---grid-contact-v1 {
    grid-template-columns: 1fr;
    margin-bottom: -33px;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bg {
    bottom: -35%;
  }

  .div-block-10 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .c-preloader-bar {
    width: 50em;
  }

  .copyrights {
    font-size: 2.9em;
  }

  .image-2,
  .car-her-play {
    width: 100%;
  }

  .paragrpaph.paragra-h {
    font-size: 2.6em;
  }

  .paragrpaph.about {
    font-size: 2.9em;
  }

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

  .m-title {
    font-size: 3.3em;
    line-height: 19px;
  }

  .social {
    max-width: 56px;
  }

  .description {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 479px) {
  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    text-align: left;
    width: 100%;
  }

  .brix---header-nav-link {
    font-size: 5.1em;
  }

  .brix---header-nav-list-item-middle {
    text-align: left;
    width: 100%;
  }

  .brix---header-menu-wrapper {
    padding-left: 31px;
    padding-right: 31px;
  }

  .brix---header-logo {
    width: 49em;
    max-width: 49em;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.testimonial {
    padding-top: 8.6em;
    padding-bottom: 29.6em;
  }

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

  .text-phone.button {
    font-size: 5.9em;
    line-height: 2.5;
  }

  .btn-secondary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .btn-secondary-white._2 {
    padding: 8px 38px;
    font-size: 1vw;
    line-height: 1.4;
  }

  .brix---btn-primary-white {
    align-self: flex-start;
    width: 100%;
    padding: 18px 22px;
    font-size: 4.6em;
    line-height: 1.7;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-default {
    width: 99%;
    font-size: 4.9em;
    line-height: 1.3;
  }

  .heading-h1-size {
    width: 100%;
    margin-bottom: 10px;
    font-size: 8.2em;
    line-height: 1.1;
  }

  .brix---grid-hero-play-button {
    align-content: stretch;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-bg-image-dark {
    padding-top: 31.3em;
    padding-bottom: 9em;
  }

  .text-span-hero {
    font-size: 27px;
    line-height: 37px;
    display: inline-block;
  }

  .mg-bottom-0 {
    font-size: 0.9em;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-h3-size._2 {
    font-size: 6em;
    line-height: 25px;
  }

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

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---card---icon-left---content-right {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-h2-size {
    font-size: 7.6em;
    line-height: 1.3;
  }

  .heading-h2-size.dark {
    font-size: 6.1em;
    line-height: 26px;
  }

  .heading-h2-size.dark.contact {
    text-align: center;
    width: 100%;
    padding-bottom: 11px;
    font-size: 5.4em;
  }

  .heading-h2-size.dark.center {
    font-size: 5.8em;
  }

  .heading-h2-size._2 {
    font-size: 8.7em;
    line-height: 1.4;
  }

  .heading-h2-size.contact {
    width: 98%;
    font-size: 6.4em;
  }

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

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    background-color: var(--elements-webflow-library--neutral--100);
    /* padding: 42px 13px; */
  }

  .card---icon-left---content-right-copy {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card---icon-left {
    padding: 28px 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---grid-2-columns-2-col-mbl {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-24px {
    width: 43em;
    margin-bottom: 16px;
  }

  .subtitle {
    font-size: 5.3em;
  }

  .brix---image-wrapper-br-24px-shadow {
    height: 68em;
  }

  .brix---grid-2-columns-text {
    height: 66em;
  }

  .div-block-4 {
    padding-top: 32px;
  }

  .brix---btn-secondary-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---card-link-content-center {
    padding-top: 31px;
    padding-bottom: 31px;
  }

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

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

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

  .paragraph.price {
    font-size: 1.2em;
  }

  .paragraph-2._2 {
    font-size: 0.7em;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---text-200-bold.testimonial {
    font-size: 4.3em;
  }

  .brix---paragraph-default-2 {
    font-size: 4.9em;
    line-height: 1.4;
  }

  .heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-h3-size-2-online {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-h3-size-2-online-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-h3-size-2.blog {
    font-size: 6.5em;
  }

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

  .brix---card-link-img-bg {
    min-height: 310px;
    padding-bottom: 21px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---card-link-img-bg-online {
    min-height: 310px;
    padding-bottom: 21px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---card-link-img-bg-online-2 {
    min-height: 310px;
    padding-bottom: 21px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---floating-image-hero-v1---1 {
    opacity: 0.2;
    bottom: -5%;
    left: 0% !important;
  }

  .brix---floating-image-hero-v1---2 {
    display: none;

  }

  .brix---img-below-card {
    padding-bottom: 14px;
  }

  .brix---btn-secondary,
  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---btn-primary.full {
    font-size: 3.8em;
  }

  .brix---btn-primary.contac {
    font-size: 4.3em;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---button-row-left-2.full {
    margin-bottom: 0;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .card-over-image {
    margin-bottom: 0;
    padding: 34px 24px 78px;
  }

  .brix---section-hero-short {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .text.expertise {
    font-size: 4.4em;
    line-height: 1.2;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    right: 31%;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    left: 31%;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---text-200.testimenial {
    text-align: left;
    font-size: 5em;
  }

  .brix---text-200.testimenial._1 {
    font-size: 4.6em;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

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

  .brix---card-testimonial-v13 {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

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

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

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

  .brix---avatar-circle-04 {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .brix---card-left-pd-40px {
    padding-top: 32px;
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .btn-slider-arrow-right---top-right {
    bottom: -72px;
    right: 26%;
  }

  .btn-slider-arrow-right---top-left {
    bottom: -72px;
    left: 26%;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---card-testimonial-color-3,
  .brix---card-testimonial-color-2,
  .brix---card-testimonial-color-1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---section-overflow-hidden-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer._40 {
    height: 20px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input-label {
    font-size: 16px;
    font-weight: 400;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    line-height: 16px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---card-form {
    width: 100%;
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---text-200-bold-2.light {
    text-align: left;
    font-size: 5em;
    line-height: 20px;
    unicode-bidi: embed;
    direction: ltr;
  }

  .big-icon-left {
    border-radius: 0;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .big-icon-left.icons {
    margin-bottom: 0;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 13px 6px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---paragraph-default-3.light {
    font-size: 4.9em;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 50px;
    flex-direction: row;
    display: block;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .bg {
    inset: auto 0% -49%;
  }

  .social-media {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .sical-media-wrapper {
    border-radius: 8px;
  }

  .div-block-10 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-bottom: 36px;
    padding-left: 0;
    display: flex;
  }

  .div-block-11 {
    flex-direction: column;
    padding-left: 49px;
    padding-right: 49px;
    display: flex;
  }

  .div-block-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .c-preloader-bar {
    height: 1.4em;
  }

  .copyrights {
    text-align: center;
    font-size: 4.1em;
    line-height: 1.5;
  }

  .paragrpaph {
    font-size: 17px;
    line-height: 28px;
  }

  .paragrpaph.about {
    font-size: 5em;
    line-height: 1.6;
  }

  .m-title {
    font-size: 5.3em;
  }

  .social {
    border-radius: 0;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .social.icons {
    margin-bottom: 0;
  }

  .description {
    font-size: 0.9em;
  }
}

#w-node-_1383b76a-8ff3-26cb-8f0d-4bc3b9e542cd-88fc8ec6 {
  place-self: end;
}

#w-node-_9400885e-8531-5db1-2ab7-a296ec480e23-88fc8ec6,
#w-node-_9935a899-d00c-6e7e-7191-60195caffdc4-88fc8ec6,
#w-node-_475ab8b5-ccc3-7dda-0cfc-04762d68cfd4-88fc8ec6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61e9d-88fc8ec6,
#w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61ea1-88fc8ec6,
#w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61ea5-88fc8ec6,
#w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61ead-88fc8ec6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61eb1-88fc8ec6 {
  justify-self: start;
}

#w-node-_1383b76a-8ff3-26cb-8f0d-4bc3b9e542cd-e0a89e28 {
  place-self: end;
}

#w-node-_9400885e-8531-5db1-2ab7-a296ec480e23-e0a89e28,
#w-node-_9935a899-d00c-6e7e-7191-60195caffdc4-e0a89e28,
#w-node-_475ab8b5-ccc3-7dda-0cfc-04762d68cfd4-e0a89e28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61e9d-e0a89e28,
#w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61ea1-e0a89e28,
#w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61ea5-e0a89e28,
#w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61ead-e0a89e28 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61eb1-e0a89e28 {
  justify-self: start;
}

@media screen and (min-width: 1440px) {

  #w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61e9d-88fc8ec6,
  #w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61ea1-88fc8ec6,
  #w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61ea5-88fc8ec6,
  #w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61e9d-e0a89e28,
  #w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61ea1-e0a89e28,
  #w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61ea5-e0a89e28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1383b76a-8ff3-26cb-8f0d-4bc3b9e542cd-88fc8ec6 {
    justify-self: stretch;
  }

  #w-node-_69f9bac9-8972-099a-7080-d8be61673d92-88fc8ec6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1383b76a-8ff3-26cb-8f0d-4bc3b9e542cd-e0a89e28 {
    justify-self: stretch;
  }

  #w-node-_69f9bac9-8972-099a-7080-d8be61673d92-e0a89e28 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {

  #w-node-_1383b76a-8ff3-26cb-8f0d-4bc3b9e542cd-88fc8ec6,
  #w-node-_1383b76a-8ff3-26cb-8f0d-4bc3b9e542cd-e0a89e28 {
    justify-self: stretch;
  }

  [dir="rtl"] .heading-h2-size {
    text-align: right;
  }
}

@media screen and (max-width: 479px) {

  #w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61e9d-88fc8ec6,
  #w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61ea1-88fc8ec6,
  #w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61ea5-88fc8ec6,
  #w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61ead-88fc8ec6,
  #w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61e9d-e0a89e28,
  #w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61ea1-e0a89e28,
  #w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61ea5-e0a89e28,
  #w-node-c5a6fe78-fbd3-4e90-649a-0703ffd61ead-e0a89e28 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}