html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif
}

body {
  margin: 0
}

footer,header,main,nav,section {
  display: block
}

a {
  background-color: #0000
}

a:active,a:hover {
  outline: 0
}

strong {
  font-weight: 700
}

h1 {
  margin: .67em 0;
  font-size: 2em
}

img {
  border: 0
}

input,textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox] {
  box-sizing: border-box;
  padding: 0
}

textarea {
  overflow: auto
}

[class*=\ w-icon-] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1;

}

* {
  box-sizing: border-box
}

html {
  height: 100%
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial,sans-serif;
  font-size: 14px;
  line-height: 20px
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block
}

.w-inline-block {
  max-width: 100%;
  display: inline-block
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block
}

input.w-button {
  -webkit-appearance: button
}

h1,h2,h3,h4 {
  margin-bottom: 10px;
  font-weight: 700
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px
}

p {
  margin-top: 0;
  margin-bottom: 10px
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px
}

.w-embed:before,.w-embed:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-embed:after {
  clear: both
}

.w-form {
  margin: 0 0 15px
}

label {
  margin-bottom: 5px;
  font-weight: 700;
  display: block
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0
}

textarea.w-input {
  height: auto
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
      padding-left:10px
  }
}

.w-richtext:before,.w-richtext:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-richtext:after {
  clear: both
}

.w-richtext ul {
  overflow: hidden
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative
}

.w-nav:before,.w-nav:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-nav:after {
  clear: both
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative
}

.w-nav-link.w--current {
  color: #0082f3
}

.w-nav-menu {
  float: right;
  position: relative
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
      padding-left: 10px
  }
}

:root {
  --background-color--background-primary: var(--base-color-neutral--neutral-darkest);
  --text-color--text-secondary: var(--base-color-neutral--light-grey);
  --text-color--text-primary: var(--base-color-neutral--white);
  --link-color--link-primary: var(--base-color-neutral--light-grey);
  --link-color--link-secondary: var(--base-color-neutral--grey);
  --border-color--border-primary: var(--base-color-neutral--neutral-dark);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-dark);
  --background-color--background-secondary: var(--base-color-neutral--neutral-darker);
  --base-color-neutral--neutral-darker: #1d232a;
  --base-color-neutral--neutral-lighter: #345784;
  --base-color-neutral--white: white;
  --base-color-neutral--grey: #b2becc;
  --border-color--border-secondary: var(--base-color-neutral--neutral);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-neutral--neutral-light: #344f70;
  --base-color-neutral--neutral: #304258;
  --base-color-neutral--neutral-lightest: #34609c;
  --base-color-neutral--black: black;
  --base-color-brand--black: black;
  --base-color-brand--white: white;
  --base-color-neutral--neutral-dark: #283340;
  --base-color-neutral--neutral-darkest: #0f1214;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --text-color--text-alternate: var(--base-color-neutral--black);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --base-color-neutral--light-grey: #dbe2eb
}

.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: var(--background-color--background-primary);
  color: var(--text-color--text-secondary);
  font-family: Inter,sans-serif;
  font-size: 1rem;
  line-height: 1.5
}

h1 {
  color: var(--text-color--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter,sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2
}

h2 {
  color: var(--text-color--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter,sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2
}

h3 {
  color: var(--text-color--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter,sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2
}

h4 {
  color: var(--text-color--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter,sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3
}

p {
  color: #fff;
  margin-bottom: 0
}

a {
  color: var(--link-color--link-primary);
  text-decoration: underline;
  transition: color .2s
}

a:hover {
  color: var(--link-color--link-secondary)
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem
}

img {
  max-width: 100%;
  display: inline-block
}

label {
  margin-bottom: .25rem;
  font-weight: 500
}

.max-width-full {
  width: 100%;
  max-width: none
}

.max-width-medium {
  width: 100%;
  max-width: 800px;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto
}

.align-center {
  margin-left: auto;
  margin-right: auto
}

.max-width-large {
  width: 100%;
  max-width: 1000px;
}

.container-small {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto
}

.margin-xxsmall {
  margin: .5rem
}

.margin-xsmall {
  margin: 1rem
}

.margin-small {
  margin: 1.5rem
}

.margin-medium {
  margin: 2rem
}

.margin-large {
  margin: 3rem
}

.margin-xlarge {
  margin: 4rem
}

.margin-xxlarge {
  margin: 5rem
}

.padding-medium {
  padding: 2rem
}

.padding-xxlarge {
  padding: 5rem
}

.margin-top,.margin-top.margin-medium,.margin-top.margin-xlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0
}

.margin-bottom,.margin-bottom.margin-xxlarge,.margin-bottom.margin-medium,.margin-bottom.margin-small,.margin-bottom.margin-large,.margin-bottom.margin-xxsmall,.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0
}

.padding-top,.padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0
}

.padding-bottom,.padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0
}

.padding-vertical,.padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0
}

.text-size-medium {
  font-size: 1.125rem;
  margin-bottom: 20px;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2
}

.form_checkbox-label {
  margin-bottom: 0
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400
}

.button {
  border: 1px solid var(--border-color--border-primary);

  color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: background-color .2s,color .2s
}

.button:hover {
  color: #fff;
  background-color: #0c0f7a;
}

.button.is-secondary {
  background-color: #0000
}

.button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3
}

.text-size-regular {
  font-size: 1rem
}

.text-weight-bold {
  font-weight: 700
}

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  border-radius: 5px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6
}

.form_input:focus {
  border-color: var(--border-color--border-secondary);
  color: var(--text-color--text-primary)
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex
}

.button-group.is-center {
  justify-content: center
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex
}

.text-align-center {
  text-align: center
}

.form_field-wrapper {
  position: relative
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem
}

.text-rich-text h2,.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem
}

.text-rich-text p {
  margin-bottom: 1rem
}

.icon-1x1-medium {
 object-fit: cover;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem
}

.navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  max-width: fit-content;
  margin: 0 auto;
}

.navbar_logo-link {
  padding-left: 0;
}

.navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid
}

.navbar_component {
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex
}

.navbar_link {
  color: var(--link-color--link-primary);
  padding: .5rem 1rem
}

.navbar_link.w--current {
  color: var(--link-color--link-primary)
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex
}

.is-navbar2-button {
  display: none;
}

.is-navbar2-button.hide-mobile-landscape.w-button {
  display: block;
}

.home_hero-header-1_content {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex
}

.home_hero-header-2_lightbox-image {
  object-fit: cover;
  max-height: 600px;
}

.section_home_hero-header-2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%,var(--base-color-neutral--neutral),var(--background-color--background-primary)56%)
}

.home_hero-header-2_component {
  flex-direction: column;
  align-items: left;
  display: flex;

  & .max-width-large {
    text-align: left;
  }
}

.home_feature-2_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_feature-2_image-wrapper {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.home_feature-2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid
}

.text-weight-semibold {
  font-weight: 600
}

.home_features-list-1_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex
}

.home_features-list-1_component {
  flex-direction: column;
  align-items: center;
  display: flex
}

.home_features-list-1_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid
}

.home_features-list-3_component {
  flex-direction: column;
  align-items: center;
  display: flex
}

.home_features-list-3_item {
  background-color: var(--background-color--background-secondary);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  transition: transform 0.3s ease; 

  ul {
    text-align: left;
  }
}

.home_features-list-3_item:hover {
  transform: translateY(-10px);
}


.home_features-list-3_image {
  border-radius: 10px;
  width: 100%;
  height: 100%
}

.home_features-list-3_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid
}

.home_features-list-3_image-wrapper {
  width: 100%;
  position: relative
}

.home_pricing_content-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.home_pricing_plan {
  border: 1px solid var(--border-color--border-primary);
  background-image: radial-gradient(circle farthest-side at 50% 100%,var(--base-color-neutral--neutral),var(--background-color--background-primary)68%);
  border-radius: 10px;
  padding: 2rem;
  overflow: hidden
}

.home_pricing_feature {
  display: flex
}

.home_pricing_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1.5rem
}

.home_pricing_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem
}

.home_pricing_content-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  column-gap: 30px;
}

.home_pricing_content-item {
  display: flex
}

.home_pricing_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid
}

.home_pricing_feature-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid
}

.home_pricing_divider {
  background-color: var(--border-color--border-primary);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem
}

.home_testimonial_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex
}

.home_testimonial_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem
}

.home_testimonial_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex
}

.home_testimonial_card {
  border: 1px solid var(--border-color--border-primary);
  background-image: linear-gradient(180deg,var(--background-color--background-primary),var(--background-color--background-secondary));
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block
}

.home_testimonial_component {
  column-count: 3;
  column-gap: 2rem
}

.home_blog-list_image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  overflow: hidden
}

.home_blog-list_image-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.5rem;
  text-decoration: none;
  display: flex
}

.home_blog-list_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid
}

.home_blog-list_component {
  flex-direction: column;
  align-items: center
}

.home_blog-list_category-link {
  background-color: var(--base-color-neutral--neutral-lightest);

  border-radius: 5px;
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block
}

.home_blog-list_image {

  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%
}

.home_faq_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid
}

.home_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex
}

.home_faq_accordion {
  border: 1px solid var(--border-color--border-primary);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch
}

.home_faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden
}

.home_faq_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  display: flex
}

.section_home_cta {
  background-image: linear-gradient(180deg,var(--background-color--background-primary)15%,var(--base-color-neutral--neutral-light));
  position: relative
}

.footer_logo-link {
  padding-left: 0;
  max-width: 200px;

  img {
    width: 100%;
  }
}

.footer_credit-text {
  font-size: .875rem
}

.footer_link {
  color: var(--link-color--link-primary);
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none
}

.footer_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: start; 
}

.line-divider {
  background-color: var(--border-color--border-primary);
  width: 100%;
  height: 1px
}

.footer_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;

  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;

  & .w-layout-grid {
    grid-template-columns: 1fr;
  }
}

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  justify-content: start;
  align-items: start;
  column-gap: 50px;
  row-gap: 30px;
}

.section_contact_contact {
  position: relative
}

.section_privacy-policy_header {
  background-image: linear-gradient(180deg,var(--base-color-neutral--neutral),var(--background-color--background-primary)55%,var(--background-color--background-primary))
}

.heading-style-h1-larage {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2
}

.sub-heading {
  letter-spacing: 5px;
  text-transform: uppercase;
  background-image: linear-gradient(#2a373f80,#2a373f80);
  border-radius: 20px;
  padding: .5rem 1rem;
  font-family: Inter,sans-serif;
  font-size: .85rem;
  font-weight: 300;
  display: inline-block
}

.feature_icon {
  border: 1px solid var(--border-color--border-primary);
  background-image: linear-gradient(180deg,var(--background-color--background-primary),var(--base-color-neutral--neutral));
  border-radius: 10px;
  padding: .5rem;
  width: 60px;
  height: 60px;

  span {
    font-size: 30px;
    font-weight: 600;
  }
}

.contact_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0
}

.contact_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

@media screen and (max-width: 991px) {
  
  .hide-desktop {
    margin-bottom: 40px;
  }
  h1 {
      font-size:3.25rem
  }

  h2 {
      font-size: 2.75rem
  }

  h3 {
      font-size: 2.25rem
  }

  h4 {
      font-size: 1.75rem
  }

  .margin-large {
      margin: 2.5rem
  }

  .margin-xlarge {
      margin: 3.5rem
  }

  .margin-xxlarge {
      margin: 4.5rem
  }

  .padding-xxlarge {
      padding: 4.5rem
  }

  .margin-top {
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0
  }

  .margin-bottom {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0
  }

  .margin-bottom.margin-xxlarge.is-tablet-medium {
      margin-bottom: 2rem
  }

  .padding-top {
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0
  }

  .padding-bottom {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0
  }

  .padding-vertical {
      padding-left: 0;
      padding-right: 0
  }

  .heading-style-h1 {
      font-size: 3.25rem
  }

  .heading-style-h4 {
      font-size: 1.75rem
  }

  .padding-section-large {
      padding-top: 6rem;
      padding-bottom: 6rem
  }

  .navbar_container {
      grid-template-columns: .25fr 1fr;
      display: flex
  }

  .navbar_link {
      text-align: center;
      padding: .75rem 0;
      font-size: 1.125rem;

      &:first-child {
        margin-top: 40px;
      }
     
  }
  

  .navbar_button-wrapper {
      align-items: center
  }

  .home_hero-header-2_lightbox-image {
      object-fit: cover;
      width: 100%;
      height: 100%
  }

  .home_feature-2_component {
      grid-column-gap: 3rem;
      grid-template-columns: 1fr 1fr;
      grid-auto-flow: row;
      min-height: auto
  }

  .home_features-list-1_list {
      grid-column-gap: 2rem
  }

 

  .home_pricing_component {
      grid-column-gap: 3rem;
      grid-template-columns: 1fr;
      grid-auto-flow: row;
      min-height: auto;
      display: flex;
      flex-direction: column;
      align-items: start;
  }

  .course-first,
  .course-third {
    flex-direction: column-reverse;
  }
  


 
  .home_testimonial_component {
      column-count: 2
  }

  .home_blog-list_list {
      grid-template-columns: 1fr 1fr
  }

  .footer_top-wrapper {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 3rem;
    justify-content: center;
    justify-items: center;
  }

  .footer_top-wrapper > :nth-child(1) {
    grid-column: 1 / -1;
  }
  
  .heading-style-h1-larage {
      font-size: 3.25rem
  }

  .home_features-list-3_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 767px) {
  
  h1 {
      font-size:2.5rem
  }

  h2 {
      font-size: 2.25rem
  }

  h3 {
      font-size: 2rem
  }

  h4 {
      font-size: 1.5rem;
      line-height: 1.4
  }

  .hide-mobile-landscape {
      display: none
  }

  .margin-xsmall {
      margin: .75rem
  }

  .margin-small {
      margin: 1.25rem
  }

  .margin-medium {
      margin: 1.5rem
  }

  .margin-large {
      margin: 2rem
  }

  .margin-xlarge {
      margin: 2.5rem
  }

  .margin-xxlarge {
      margin: 3rem
  }

  .padding-medium {
      padding: 1.5rem
  }

  .padding-xxlarge {
      padding: 3rem
  }

  .margin-top {
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0
  }

  .margin-bottom {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0
  }

  .padding-top {
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0
  }

  .padding-bottom {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0
  }

  .padding-vertical {
      padding-left: 0;
      padding-right: 0
  }

  .text-size-medium {
      font-size: 1rem
  }

  .heading-style-h6 {
      font-size: 1.125rem
  }

  .heading-style-h5 {
      font-size: 1.25rem
  }

  .heading-style-h1 {
      font-size: 2.5rem
  }

  .button.is-navbar2-button {
      padding: .25rem 1rem
  }

  .heading-style-h4 {
      font-size: 1.5rem;
      line-height: 1.4
  }

  .padding-section-large {
      padding-top: 4rem;
      padding-bottom: 4rem
  }

  .navbar_component {
      min-height: 4rem
  }

  .home_feature-2_component,.home_features-list-1_list {
      grid-row-gap: 3rem;
      grid-template-columns: 1fr
  }

  

  .home_pricing_plan {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%;
  }

  .home_pricing_component {
      grid-row-gap: 3rem;
      grid-template-columns: 1fr
  }

  .home_pricing_feature-list {
      grid-template-columns: 1fr
  }

  .home_testimonial_client {
      flex-direction: column;
      align-items: flex-start;
      width: 100%
  }

  .home_testimonial_card {
      padding: 1.5rem
  }

  .home_testimonial_component {
      column-count: 1
  }

  .home_testimonial_client-image-wrapper {
      margin-bottom: 1rem;
      margin-right: 0
  }

 

  .home_faq_question {
      padding: 1rem 1.25rem
  }

  .home_faq_answer {
      padding-left: 1.25rem;
      padding-right: 1.25rem
  }

  .home_faq_icon-wrappper {
      width: 1.75rem
  }

  .footer_credit-text {
      margin-top: 1rem
  }

  .footer_link-list {
      grid-column-gap: 0px;
      grid-row-gap: 1.5rem;
      grid-auto-flow: row;
      justify-items: center
  }

  .footer_bottom-wrapper {
      grid-column-gap: 0rem;
      grid-row-gap: 1rem;
      grid-auto-flow: row;
      justify-items: center;
      padding-bottom: 1rem
  }

  .heading-style-h1-larage {
      font-size: 2.5rem
  }

  .hide-desktop {
      display: block
  }
}

@media screen and (max-width: 479px) {
  .home_pricing_content-top {
    flex-direction: column;
    row-gap: 20px;
  }
  .footer_top-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    justify-items: start;
  }
  .home_blog-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr
}
  .home_features-list-3_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr
}
  h1 {
      font-size:2.5rem
  }

  .margin-top {
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0
  }

  .margin-bottom {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0
  }

  .padding-top {
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0
  }

  .padding-bottom {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0
  }

  .padding-vertical {
      padding-left: 0;
      padding-right: 0
  }

  .home_feature-2_component,.home_features-list-1_list {
      grid-template-columns: 1fr
  }

  .home_features-list-3_list {
      grid-template-columns: 1fr
  }

  .home_pricing_content-list,.home_pricing_component {
      grid-template-columns: 1fr
  }

  .contact_form {
      grid-row-gap: 1.5rem
  }
}

#w-node-e3c2f35f-b28b-d8b1-2866-d4039d71d18e-aa8d04f8,#w-node-e3c2f35f-b28b-d8b1-2866-d4039d71d197-aa8d04f8,#w-node-e3c2f35f-b28b-d8b1-2866-d4039d71d1a0-aa8d04f8 {
  align-self: start
}

#w-node-_0bd6fae2-2916-ae72-3e6d-75a40fa9a549-0fa9a543 {
  justify-self: start
}

@media screen and (max-width: 991px) {
  #w-node-_0bd6fae2-2916-ae72-3e6d-75a40fa9a549-0fa9a543 {
      justify-self:center
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0bd6fae2-2916-ae72-3e6d-75a40fa9a564-0fa9a543 {
      grid-area:4/1/5/2
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0bd6fae2-2916-ae72-3e6d-75a40fa9a549-0fa9a543 {
      grid-area:span 1/span 1/span 1/span 1
  }
}

.footer_logo-column {
  flex-direction: column;
  display: flex;
}

@media (max-width: 991px) {
  .navbar_menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    display: flex !important;
    flex-direction: column;
position: absolute;
top: 100%;
left: 0;
right: 0;
background-color: #000;
margin: 0;
max-width: 100%;
row-gap: 20px;
  }

  .navbar_menu.open {
    max-height: 500px; 
  }

  .burger-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 30px;
    height: 24px;
    cursor: pointer;
  }

  .burger-line {
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
    transition: 0.3s;
  }

  .burger-wrapper {
    display: block;
  }

  .navbar_button-wrapper {
    display: none;
  }

  .burger-wrapper.hide-desktop {
    margin-bottom: 0;
  }

  .is-navbar2-button {
    display: block;
  }
}

.button-secondary {
  margin-top: 30px;
}

.course-price {
  font-size: 30px;
  font-weight: 600;
  color: #ff6b00;
  margin-bottom: 0.5rem;
  display: inline-block;
  background-color: rgba(255, 107, 0, 0.1);
  padding: 4px 12px;
  border-radius: 8px;
  line-height: 1.4;
}

.card-first,

.card-second,

.card-fifth,

.card-fourth,

.card-sixth {
  min-height: 300px;
}

.card-third,
.card-fourth{
  min-height: 350px;
}

.gallery-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.container-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
  gap: 15px;
}

.item-1 {
  grid-column: 1 / 2; 
  grid-row: 1 / 2;
}

.item-2 {
  grid-column: 2 / 4; 
  grid-row: 1 / 2;
}

.item-3 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.item-4 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.item-5 {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

/* Третий ряд */
.item-6 {
  grid-column: 1 / 3; 
  grid-row: 3 / 4;
}
.item-7 {
  grid-column: 3 / 4;
  grid-row: 3 / 4;
}


@media (max-width: 991px) {
  .container-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 200px;
  }

  .item-1,
  .item-2,
  .item-3,
  .item-4,
  .item-5,
  .item-6,
  .item-7 {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}
  

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}
.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80vh;
  border-radius: 8px;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}
.modal-close:hover {
  color: #bbb;
}
.gallery-image {
  cursor: pointer;
}

.w-layout-grid.home_pricing_component {
  margin-bottom: 100px;
}

.form_checkbox-wrapper {
  margin-top: 1rem;
}

.form_checkbox-label {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  color: #f0f0f0;
}

.form_checkbox-input {
  margin-right: 0.5rem;
  width: 16px;
  height: 16px;
  accent-color: #ffffff;
  cursor: pointer;
}

.form_checkbox-text a {
  color: #ffffff;
  text-decoration: underline;
  transition: color 0.2s;
}

.form_checkbox-text a:hover {
  color: #cccccc;
}

.legal {
  h3 {
    font-size: 20px;
  }

  h1 {
    margin-bottom: 40px;
  }
}

.dop-style {
  padding: 150px 80px;
  padding-bottom: 50px;
  text-align: center;

  margin: 0 auto;
  max-width: 1200px;

  h1 {
      margin-bottom: 30px;
      line-height: 150%;
      font-size: 50px;
      color: #ffffff;
      font-weight: 600;
  }

  h2 {
      margin-bottom: 40px;
      line-height: 150%;
      font-size: 25px;
      color: #ffffff;
  }

  p {
      max-width: 1000px;
      line-height: 150%;
      color: #ffffff;
  }

  div {
      margin-bottom: 50px;
  }

  a {
      color: #ffffff;
  }

  & .button.primary-button {
      margin-top: 40px;
      animation: none;
      width: 300px;
      justify-content: center;

      &:hover {
        color: #000;
      }
  }

  @media screen and (max-width: 479px) {
    .products-grid {
      grid-template-columns: 1fr;
    }

      padding: 150px 30px;

      h1 {
          font-size: 30px;
      }

      h2 {
          font-size: 20px;
      }
  }
  
}

.thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-hero {
  background-image: 
  linear-gradient(rgba(0, 0, 0, 0.559), rgba(0, 0, 0, 0.5)),
  url("../images/photo-1.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;

}

.faq-toggle-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}

.faq-toggle-icon .line {
  position: absolute;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}

.faq-toggle-icon .horizontal {
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  transform: translateY(-50%);
}

.faq-toggle-icon .vertical {
  left: 50%;
  top: 0;
  border-radius: 2px;
  width: 3px;
  height: 100%;
  transform: translateX(-50%);
}

/* Optional: when active — convert to minus by hiding vertical line */
.home_faq_accordion.active .faq-toggle-icon .vertical {
  transform: scaleY(0);
  opacity: 0;
}

.home-proposal {
  background-image: 
  linear-gradient(rgba(0, 0, 0, 0.559), rgba(0, 0, 0, 0.5)),
  url("../images/photo-5.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.about-hero {
  background-image: 
  linear-gradient(rgba(0, 0, 0, 0.559), rgba(0, 0, 0, 0.5)),
  url("../images/photo-6.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.about-proposal {
  background-image: 
  linear-gradient(rgba(0, 0, 0, 0.559), rgba(0, 0, 0, 0.5)),
  url("../images/photo-17.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.courses-hero {
  background-image: 
  linear-gradient(rgba(0, 0, 0, 0.559), rgba(0, 0, 0, 0.5)),
  url("../images/photo-18.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.courses-step {
  position: relative;
  overflow: hidden;
  background: none;
}

.courses-step::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.559), rgba(0, 0, 0, 0.5)),
    url("../images/photo-20.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(8px);
  z-index: -1;
  transform: scale(1.05);
}

.service-hero {
  background-image: 
  linear-gradient(rgba(0, 0, 0, 0.559), rgba(0, 0, 0, 0.5)),
  url("../images/photo-21.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.service-support {
  position: relative;
  overflow: hidden;
  background: none;

&::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.559), rgba(0, 0, 0, 0.5)),
    url("../images/photo-25.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(8px);
  z-index: -1;
  transform: scale(1.05);
}
}

.footer_bottom-wrapper {
  grid-template-columns: 1fr;
}

.link-card {
  text-decoration: none;
}

.courses-info {
  & .text-size-medium {
    padding-left: 1.2rem;
     margin-bottom: 1rem;
  }
}