.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2p9 thx);
  font-size: 1.125em;
}

.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}

body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

body .is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

body .is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

body .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

body .is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

body .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
  display: flex;
}

body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

body .is-layout-flex > * {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

body .is-layout-grid > * {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}

div.wpcf7 .wpcf7-spinner {
  background-color: transparent;
  opacity: 1;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
}

div.wpcf7 .wpcf7-spinner::before {
  position: static;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 0;
  transform-origin: 0;
  animation-name: none;
  animation-duration: 0;
}

div.wpcf7 .ajax-loader,
div.wpcf7 .wpcf7-spinner {
  background-image: none !important;
  width: 32px !important;
  height: 32px !important;
  color: #ff4136 !important;
}

div.wpcf7 .ajax-loader,
div.wpcf7 .wpcf7-spinner {
  border: 4px solid currentcolor;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: 1s cf7cs-02 linear infinite;
  animation: 1s cf7cs-02 linear infinite;
  position: relative;
}

@-webkit-keyframes cf7cs-02 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes cf7cs-02 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.elementor-kit-7 {
  --e-global-color-primary: #0c3346;
  --e-global-color-secondary: #191b1d;
  --e-global-color-text: #999999;
  --e-global-color-accent: #3599cc;
  --e-global-color-aee9328: #18455d;
  --e-global-color-c2296e6: #fbfbfd;
  --e-global-typography-primary-font-family: "Roboto";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Roboto Slab";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Roboto";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Roboto";
  --e-global-typography-accent-font-weight: 500;
}

.elementor-kit-7 h1 {
  color: var(--e-global-color-secondary);
  font-family: "Sora", Sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.elementor-kit-7 h2 {
  font-family: "Sora", Sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}

.elementor-kit-7 h3 {
  font-family: "Sora", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
}

.elementor-kit-7 h4 {
  font-family: "Karla", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.elementor-kit-7 h5 {
  font-family: "Karla", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.elementor-kit-7 h6 {
  font-family: "Karla", Sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1430px;
}

.e-con {
  --container-max-width: 1430px;
  --container-default-padding-top: 15px;
  --container-default-padding-right: 0px;
  --container-default-padding-bottom: 15px;
  --container-default-padding-left: 0px;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 20px;
}

.elementor-element {
  --widgets-spacing: 20px;
}

h1.entry-title {
  display: var(--page-title-display);
}

.site-header {
  padding-right: 0px;
  padding-left: 0px;
}

@media (max-width: 1279px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1024px;
  }

  .e-con {
    --container-max-width: 1024px;
  }
}

@media (max-width: 767px) {
  .elementor-kit-7 h1 {
    font-size: 48px;
  }

  .elementor-kit-7 h2 {
    font-size: 30px;
  }

  .elementor-kit-7 h3 {
    font-size: 18px;
    line-height: 23px;
  }

  .elementor-kit-7 h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .elementor-kit-7 h5 {
    font-size: 14px;
    line-height: 21px;
  }

  .elementor-kit-7 h6 {
    font-size: 12px;
    line-height: 18px;
  }

  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 767px;
  }

  .e-con {
    --container-max-width: 767px;
  }
}

.elementor-widget-image .widget-image-caption {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-text-editor {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
  background-color: var(--e-global-color-primary);
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.elementor-widget-button .elementor-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}

.elementor-widget-divider {
  --divider-color: var(--e-global-color-secondary);
}

.elementor-widget-divider .elementor-divider__text {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-divider.elementor-view-stacked .elementor-icon {
  background-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon svg {
  fill: var(--e-global-color-secondary);
}

.elementor-widget-image-box .elementor-image-box-title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-image-box .elementor-image-box-description {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-icon.elementor-view-stacked .elementor-icon {
  background-color: var(--e-global-color-primary);
}

.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon svg {
  fill: var(--e-global-color-primary);
}

.elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
  background-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.elementor-widget-icon-box.elementor-view-default .elementor-icon {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-title {
  color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-icon-box .elementor-icon-box-title a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-icon-box .elementor-icon-box-description {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-star-rating .elementor-star-rating__title {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-image-gallery .gallery-item .gallery-caption {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
  border-color: var(--e-global-color-text);
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
  color: var(--e-global-color-primary);
}

.elementor-widget-icon-list .elementor-icon-list-icon svg {
  fill: var(--e-global-color-primary);
}

.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text,
.elementor-widget-icon-list .elementor-icon-list-item > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-icon-list .elementor-icon-list-text {
  color: var(--e-global-color-secondary);
}

.elementor-widget-counter .elementor-counter-number-wrapper {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-counter .elementor-counter-title {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
  background-color: var(--e-global-color-primary);
}

.elementor-widget-progress .elementor-title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-testimonial .elementor-testimonial-content {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-testimonial .elementor-testimonial-name {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-testimonial .elementor-testimonial-job {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title a {
  color: var(--e-global-color-primary);
}

.elementor-widget-tabs .elementor-tab-title.elementor-active,
.elementor-widget-tabs .elementor-tab-title.elementor-active a {
  color: var(--e-global-color-accent);
}

.elementor-widget-tabs .elementor-tab-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-tabs .elementor-tab-content {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-accordion .elementor-accordion-icon,
.elementor-widget-accordion .elementor-accordion-title {
  color: var(--e-global-color-primary);
}

.elementor-widget-accordion .elementor-accordion-icon svg {
  fill: var(--e-global-color-primary);
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon,
.elementor-widget-accordion .elementor-active .elementor-accordion-title {
  color: var(--e-global-color-accent);
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg {
  fill: var(--e-global-color-accent);
}

.elementor-widget-accordion .elementor-accordion-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-accordion .elementor-tab-content {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-toggle .elementor-toggle-title,
.elementor-widget-toggle .elementor-toggle-icon {
  color: var(--e-global-color-primary);
}

.elementor-widget-toggle .elementor-toggle-icon svg {
  fill: var(--e-global-color-primary);
}

.elementor-widget-toggle .elementor-tab-title.elementor-active a,
.elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon {
  color: var(--e-global-color-accent);
}

.elementor-widget-toggle .elementor-toggle-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-toggle .elementor-tab-content {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-alert .elementor-alert-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-alert .elementor-alert-description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-text-path {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-theme-site-logo .widget-image-caption {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-theme-post-excerpt .elementor-widget-container {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-theme-post-content {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-theme-post-featured-image .widget-image-caption {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-archive-posts .elementor-post__title,
.elementor-widget-archive-posts .elementor-post__title a {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-archive-posts .elementor-post__meta-data {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-archive-posts .elementor-post__excerpt p {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-archive-posts .elementor-post__read-more {
  color: var(--e-global-color-accent);
}

.elementor-widget-archive-posts a.elementor-post__read-more {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-archive-posts .elementor-post__card .elementor-post__badge {
  background-color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-archive-posts .elementor-pagination {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-archive-posts .elementor-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}

.elementor-widget-archive-posts .e-load-more-message {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-archive-posts .elementor-posts-nothing-found {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-loop-grid .elementor-pagination {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-loop-grid .elementor-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}

.elementor-widget-loop-grid .e-load-more-message {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-posts .elementor-post__title,
.elementor-widget-posts .elementor-post__title a {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-posts .elementor-post__meta-data {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-posts .elementor-post__excerpt p {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-posts .elementor-post__read-more {
  color: var(--e-global-color-accent);
}

.elementor-widget-posts a.elementor-post__read-more {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-posts .elementor-post__card .elementor-post__badge {
  background-color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-posts .elementor-pagination {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-posts .elementor-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}

.elementor-widget-posts .e-load-more-message {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-portfolio a .elementor-portfolio-item__overlay {
  background-color: var(--e-global-color-accent);
}

.elementor-widget-portfolio .elementor-portfolio-item__title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-portfolio .elementor-portfolio__filter {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-portfolio .elementor-portfolio__filter.elementor-active {
  color: var(--e-global-color-primary);
}

.elementor-widget-gallery .elementor-gallery-item__title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-gallery .elementor-gallery-item__description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-gallery {
  --galleries-title-color-normal: var(--e-global-color-primary);
  --galleries-title-color-hover: var(--e-global-color-secondary);
  --galleries-pointer-bg-color-hover: var(--e-global-color-accent);
  --gallery-title-color-active: var(--e-global-color-secondary);
  --galleries-pointer-bg-color-active: var(--e-global-color-accent);
}

.elementor-widget-gallery .elementor-gallery-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-form .elementor-field-group > label,
.elementor-widget-form .elementor-field-subgroup label {
  color: var(--e-global-color-text);
}

.elementor-widget-form .elementor-field-group > label {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-form .elementor-field-type-html {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-form .elementor-field-group .elementor-field {
  color: var(--e-global-color-text);
}

.elementor-widget-form .elementor-field-group .elementor-field,
.elementor-widget-form .elementor-field-subgroup label {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-form .elementor-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-form .e-form__buttons__wrapper__button-next {
  background-color: var(--e-global-color-accent);
}

.elementor-widget-form .elementor-button[type="submit"] {
  background-color: var(--e-global-color-accent);
}

.elementor-widget-form .e-form__buttons__wrapper__button-previous {
  background-color: var(--e-global-color-accent);
}

.elementor-widget-form .elementor-message {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-form .e-form__indicators__indicator,
.elementor-widget-form .e-form__indicators__indicator__label {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-form {
  --e-form-steps-indicator-inactive-primary-color: var(--e-global-color-text);
  --e-form-steps-indicator-active-primary-color: var(--e-global-color-accent);
  --e-form-steps-indicator-completed-primary-color: var(--e-global-color-accent);
  --e-form-steps-indicator-progress-color: var(--e-global-color-accent);
  --e-form-steps-indicator-progress-background-color: var(--e-global-color-text);
  --e-form-steps-indicator-progress-meter-color: var(--e-global-color-text);
}

.elementor-widget-form .e-form__indicators__indicator__progress__meter {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-login .elementor-field-group > a {
  color: var(--e-global-color-text);
}

.elementor-widget-login .elementor-field-group > a:hover {
  color: var(--e-global-color-accent);
}

.elementor-widget-login .elementor-form-fields-wrapper label {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-login .elementor-field-group .elementor-field {
  color: var(--e-global-color-text);
}

.elementor-widget-login .elementor-field-group .elementor-field,
.elementor-widget-login .elementor-field-subgroup label {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-login .elementor-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}

.elementor-widget-login .elementor-widget-container .elementor-login__logged-in-message {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-slides .elementor-slide-heading {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-slides .elementor-slide-description {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-slides .elementor-slide-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
  color: var(--e-global-color-text);
  fill: var(--e-global-color-text);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus {
  color: var(--e-global-color-accent);
  fill: var(--e-global-color-accent);
}

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
  background-color: var(--e-global-color-accent);
}

.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after {
  border-color: var(--e-global-color-accent);
}

.elementor-widget-nav-menu {
  --e-nav-menu-divider-color: var(--e-global-color-text);
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path {
  stroke: var(--e-global-color-accent);
}

.elementor-widget-animated-headline .elementor-headline-plain-text {
  color: var(--e-global-color-secondary);
}

.elementor-widget-animated-headline .elementor-headline {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-animated-headline {
  --dynamic-text-color: var(--e-global-color-secondary);
}

.elementor-widget-animated-headline .elementor-headline-dynamic-text {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-hotspot .widget-image-caption {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-hotspot {
  --hotspot-color: var(--e-global-color-primary);
  --hotspot-box-color: var(--e-global-color-secondary);
  --tooltip-color: var(--e-global-color-secondary);
}

.elementor-widget-hotspot .e-hotspot__label {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-hotspot .e-hotspot__tooltip {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-price-list .elementor-price-list-header {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-price-list .elementor-price-list-price {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-price-list .elementor-price-list-description {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-price-list .elementor-price-list-separator {
  border-bottom-color: var(--e-global-color-secondary);
}

.elementor-widget-price-table {
  --e-price-table-header-background-color: var(--e-global-color-secondary);
}

.elementor-widget-price-table .elementor-price-table__heading {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-price-table .elementor-price-table__subheading {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-price-table .elementor-price-table .elementor-price-table__price {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-price-table .elementor-price-table__original-price {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-price-table .elementor-price-table__period {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-price-table .elementor-price-table__features-list {
  --e-price-table-features-list-color: var(--e-global-color-text);
}

.elementor-widget-price-table .elementor-price-table__features-list li {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-price-table .elementor-price-table__features-list li:before {
  border-top-color: var(--e-global-color-text);
}

.elementor-widget-price-table .elementor-price-table__button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}

.elementor-widget-price-table .elementor-price-table__additional_info {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-price-table .elementor-price-table__ribbon-inner {
  background-color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-flip-box .elementor-flip-box__button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-call-to-action .elementor-cta__title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-call-to-action .elementor-cta__description {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-call-to-action .elementor-cta__button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-call-to-action .elementor-ribbon-inner {
  background-color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-media-carousel .elementor-carousel-image-overlay {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-testimonial-carousel .elementor-testimonial__text {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-testimonial-carousel .elementor-testimonial__name {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-testimonial-carousel .elementor-testimonial__title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-reviews .elementor-testimonial__header,
.elementor-widget-reviews .elementor-testimonial__name {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-reviews .elementor-testimonial__text {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-table-of-contents {
  --header-color: var(--e-global-color-secondary);
  --item-text-color: var(--e-global-color-text);
  --item-text-hover-color: var(--e-global-color-accent);
  --marker-color: var(--e-global-color-text);
}

.elementor-widget-table-of-contents .elementor-toc__header,
.elementor-widget-table-of-contents .elementor-toc__header-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-table-of-contents .elementor-toc__list-item {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-countdown .elementor-countdown-item {
  background-color: var(--e-global-color-primary);
}

.elementor-widget-countdown .elementor-countdown-digits {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-countdown .elementor-countdown-label {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-countdown .elementor-countdown-expire--message {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-search-form input[type="search"].elementor-search-form__input {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-search-form .elementor-search-form__input,
.elementor-widget-search-form .elementor-search-form__icon,
.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button,
.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-widget-search-form.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input {
  color: var(--e-global-color-text);
  fill: var(--e-global-color-text);
}

.elementor-widget-search-form .elementor-search-form__submit {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  background-color: var(--e-global-color-secondary);
}

.elementor-widget-author-box .elementor-author-box__name {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-author-box .elementor-author-box__bio {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-author-box .elementor-author-box__button {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-author-box .elementor-author-box__button:hover {
  border-color: var(--e-global-color-secondary);
  color: var(--e-global-color-secondary);
}

.elementor-widget-post-navigation span.post-navigation__prev--label {
  color: var(--e-global-color-text);
}

.elementor-widget-post-navigation span.post-navigation__next--label {
  color: var(--e-global-color-text);
}

.elementor-widget-post-navigation span.post-navigation__prev--label,
.elementor-widget-post-navigation span.post-navigation__next--label {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-post-navigation span.post-navigation__prev--title,
.elementor-widget-post-navigation span.post-navigation__next--title {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after {
  border-color: var(--e-global-color-text);
}

.elementor-widget-post-info .elementor-icon-list-icon i {
  color: var(--e-global-color-primary);
}

.elementor-widget-post-info .elementor-icon-list-icon svg {
  fill: var(--e-global-color-primary);
}

.elementor-widget-post-info .elementor-icon-list-text,
.elementor-widget-post-info .elementor-icon-list-text a {
  color: var(--e-global-color-secondary);
}

.elementor-widget-post-info .elementor-icon-list-item {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-sitemap .elementor-sitemap-title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-sitemap .elementor-sitemap-item,
.elementor-widget-sitemap span.elementor-sitemap-list,
.elementor-widget-sitemap .elementor-sitemap-item a {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-sitemap .elementor-sitemap-item {
  color: var(--e-global-color-text);
}

.elementor-widget-breadcrumbs {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-blockquote .elementor-blockquote__content {
  color: var(--e-global-color-text);
}

.elementor-widget-blockquote .elementor-blockquote__author {
  color: var(--e-global-color-secondary);
}

.elementor-widget-lottie {
  --caption-color: var(--e-global-color-text);
}

.elementor-widget-lottie .e-lottie__caption {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-title {
  color: var(--e-global-color-text);
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count {
  color: var(--e-global-color-text);
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side i {
  color: var(--e-global-color-text);
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side svg {
  fill: var(--e-global-color-text);
}

.elementor-widget-video-playlist .e-tab-title .e-tab-title-text {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-video-playlist .e-tab-title .e-tab-title-text a {
  color: var(--e-global-color-text);
}

.elementor-widget-video-playlist .e-tab-title .e-tab-duration {
  color: var(--e-global-color-text);
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where(.e-active, :hover) .e-tab-title-text {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where(.e-active, :hover) .e-tab-title-text a {
  color: var(--e-global-color-text);
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where(.e-active, :hover) .e-tab-duration {
  color: var(--e-global-color-text);
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-section-title {
  color: var(--e-global-color-text);
}

.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-text {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content button {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content button:hover {
  color: var(--e-global-color-text);
}

.elementor-widget-paypal-button .elementor-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}

.elementor-widget-paypal-button .elementor-message {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-stripe-button .elementor-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}

.elementor-widget-stripe-button .elementor-message {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-progress-tracker .current-progress-percentage {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-61250 .elementor-element.elementor-element-8ffeb9a:not(.elementor-motion-effects-element-type-background),
.elementor-61250 .elementor-element.elementor-element-8ffeb9a > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: white;
}

.elementor-61250 .elementor-element.elementor-element-8ffeb9a {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0%;
  margin-bottom: 0%;
  z-index: 1;
}

.elementor-61250 .elementor-element.elementor-element-8ffeb9a > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-61250 .elementor-element.elementor-element-d53ac90:not(.elementor-motion-effects-element-type-background),
.elementor-61250 .elementor-element.elementor-element-d53ac90 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #0c3346;
  color: white;
}

.elementor-61250 .elementor-element.elementor-element-d53ac90 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  z-index: 2;
}

.elementor-61250 .elementor-element.elementor-element-d53ac90 > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-61250 .elementor-element.elementor-element-d3f1859:not(.elementor-motion-effects-element-type-background),
.elementor-61250 .elementor-element.elementor-element-d3f1859 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #0c3346;
  color: white;
}

.elementor-61250 .elementor-element.elementor-element-d3f1859 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-61250 .elementor-element.elementor-element-d3f1859 > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-61250 .elementor-element.elementor-element-ae2ddb1:not(.elementor-motion-effects-element-type-background),
.elementor-61250 .elementor-element.elementor-element-ae2ddb1 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #0c3346;
}

.elementor-61250 .elementor-element.elementor-element-ae2ddb1 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-61250 .elementor-element.elementor-element-ae2ddb1 > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-61250 .elementor-element.elementor-element-18db19c4:not(.elementor-motion-effects-element-type-background),
.elementor-61250 .elementor-element.elementor-element-18db19c4 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #0c3346;
}

.elementor-61250 .elementor-element.elementor-element-18db19c4 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-61250 .elementor-element.elementor-element-18db19c4 > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-61250 .elementor-element.elementor-element-7fcf517 > .elementor-container {
  max-width: 1430px;
}

.elementor-61250 .elementor-element.elementor-element-7fcf517:not(.elementor-motion-effects-element-type-background),
.elementor-61250 .elementor-element.elementor-element-7fcf517 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #fbfbfd;
}

/* .elementor-61250 .elementor-element.elementor-element-7fcf517>.elementor-background-overlay {
    background-image: url("wp-content/uploads/2022/04/Illustration-2.png");
    background-size: cover;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
} */

.elementor-61250 .elementor-element.elementor-element-7fcf517 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-61250 .elementor-element.elementor-element-5df4d1c {
  --spacer-size: 50px;
}

.elementor-61250 .elementor-element.elementor-element-7742cb1 > .elementor-container {
  max-width: 1430px;
}

.elementor-61250 .elementor-element.elementor-element-7742cb1:not(.elementor-motion-effects-element-type-background),
.elementor-61250 .elementor-element.elementor-element-7742cb1 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #fbfbfd00;
}

.elementor-61250 .elementor-element.elementor-element-7742cb1 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 0px 85px 0px;
}

.elementor-61250 .elementor-element.elementor-element-7742cb1 > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-61250 .elementor-element.elementor-element-29f94fd > .elementor-widget-container {
  margin: 4% 0% 5% 0%;
}

.elementor-61250 .elementor-element.elementor-element-311d524 {
  --spacer-size: 33px;
}

.elementor-61250 .elementor-element.elementor-element-584bfbd {
  text-align: right;
  color: #0c3346;
  font-family: "Sora", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}

.elementor-61250 .elementor-element.elementor-element-4f5e6c6 > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0% 0% 0% 0%;
}

.elementor-61250 .elementor-element.elementor-element-0f4b880 {
  --spacer-size: 50px;
}

.elementor-61250 .elementor-element.elementor-element-0fd999a {
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
}

.elementor-61250 .elementor-element.elementor-element-0fd999a:not(.elementor-motion-effects-element-type-background),
.elementor-61250 .elementor-element.elementor-element-0fd999a > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #0c3346;
}

.elementor-61250 .elementor-element.elementor-element-0fd999a > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-61250 .elementor-element.elementor-element-338af07 > .elementor-container {
  max-width: 1400px;
}

.elementor-61250 .elementor-element.elementor-element-338af07 {
  margin-top: 42px;
  margin-bottom: 63px;
}

.elementor-61250 .elementor-element.elementor-element-a3a4ec6 {
  --divider-border-style: solid;
  --divider-color: #ffffff;
  --divider-border-width: 1px;
}

.elementor-61250 .elementor-element.elementor-element-a3a4ec6 .elementor-divider-separator {
  width: 100%;
}

.elementor-61250 .elementor-element.elementor-element-a3a4ec6 .elementor-divider {
  padding-top: 15px;
  padding-bottom: 15px;
}

.elementor-61250 .elementor-element.elementor-element-3bd60467 {
  text-align: center;
  color: #ffffff;
  font-family: "IBM Plex Sans", Sans-serif;
  font-size: 79px;
  font-weight: 400;
}

.elementor-61250 .elementor-element.elementor-element-35dbc894 {
  text-align: center;
  color: #ffffff;
  font-family: "Karla", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.elementor-61250 .elementor-element.elementor-element-de9ca1a {
  --divider-border-style: solid;
  --divider-color: #ffffff;
  --divider-border-width: 1px;
}

.elementor-61250 .elementor-element.elementor-element-de9ca1a .elementor-divider-separator {
  width: 100%;
}

.elementor-61250 .elementor-element.elementor-element-de9ca1a .elementor-divider {
  padding-top: 15px;
  padding-bottom: 15px;
}

.elementor-61250 .elementor-element.elementor-element-3fc238a1 {
  text-align: center;
  color: #ffffff;
  font-family: "IBM Plex Sans", Sans-serif;
  font-size: 79px;
  font-weight: 400;
}

.elementor-61250 .elementor-element.elementor-element-4a3de3b4 {
  text-align: center;
  color: #ffffff;
  font-family: "Karla", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.elementor-61250 .elementor-element.elementor-element-1e19a364 {
  --divider-border-style: solid;
  --divider-color: #ffffff;
  --divider-border-width: 1px;
}

.elementor-61250 .elementor-element.elementor-element-1e19a364 .elementor-divider-separator {
  width: 100%;
}

.elementor-61250 .elementor-element.elementor-element-1e19a364 .elementor-divider {
  padding-top: 15px;
  padding-bottom: 15px;
}

.elementor-61250 .elementor-element.elementor-element-43050e4b {
  text-align: center;
  color: #ffffff;
  font-family: "IBM Plex Sans", Sans-serif;
  font-size: 79px;
  font-weight: 400;
}

.elementor-61250 .elementor-element.elementor-element-543106ea {
  text-align: center;
  color: #ffffff;
  font-family: "Karla", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.elementor-61250 .elementor-element.elementor-element-54bb53ca {
  --divider-border-style: solid;
  --divider-color: #ffffff;
  --divider-border-width: 1px;
}

.elementor-61250 .elementor-element.elementor-element-54bb53ca .elementor-divider-separator {
  width: 100%;
}

.elementor-61250 .elementor-element.elementor-element-54bb53ca .elementor-divider {
  padding-top: 15px;
  padding-bottom: 15px;
}

.elementor-61250 .elementor-element.elementor-element-22ec5f19 {
  text-align: center;
  color: #ffffff;
  font-family: "IBM Plex Sans", Sans-serif;
  font-size: 79px;
  font-weight: 400;
}

.elementor-61250 .elementor-element.elementor-element-3f50cbe4 {
  text-align: center;
  color: #ffffff;
  font-family: "Karla", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.elementor-61250 .elementor-element.elementor-element-db33f0d > .elementor-container {
  max-width: 1400px;
}

.elementor-61250 .elementor-element.elementor-element-39dc2fc > .elementor-container {
  max-width: 1430px;
}

.elementor-61250 .elementor-element.elementor-element-39dc2fc:not(.elementor-motion-effects-element-type-background),
.elementor-61250 .elementor-element.elementor-element-39dc2fc > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #0c3346;
}

.elementor-61250 .elementor-element.elementor-element-39dc2fc {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-61250 .elementor-element.elementor-element-39dc2fc > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-61250 .elementor-element.elementor-element-730c9af > .elementor-container {
  max-width: 1430px;
}

.elementor-61250 .elementor-element.elementor-element-0bd70c9 {
  --spacer-size: 15px;
}

.elementor-61250 .elementor-element.elementor-element-8040bbd {
  text-align: right;
  color: #ffffff;
  font-family: "Sora", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}

.elementor-61250 .elementor-element.elementor-element-8040bbd > .elementor-widget-container {
  margin: 16% 0% 0% 0%;
}

.elementor-61250 .elementor-element.elementor-element-6388a35 > .elementor-container {
  max-width: 1400px;
}

.elementor-61250 .elementor-element.elementor-element-6388a35:not(.elementor-motion-effects-element-type-background),
.elementor-61250 .elementor-element.elementor-element-6388a35 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #0c3346;
}

.elementor-61250 .elementor-element.elementor-element-6388a35 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  z-index: 1;
}

.elementor-61250 .elementor-element.elementor-element-6388a35 > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-61250 .elementor-element.elementor-element-c8bd5e1 > .elementor-widget-container {
  margin: 5% 0% 0% 0%;
}

.elementor-61250 .elementor-element.elementor-element-c8bd5e1 {
  z-index: 0;
}

.elementor-61250 .elementor-element.elementor-element-aa54dc4 {
  --spacer-size: 75px;
}

.elementor-61250 .elementor-element.elementor-element-cc13173 {
  --display: flex;
  --background-transition: 0.3s;
  --padding-top: 60px;
  --padding-right: 15px;
  --padding-bottom: 10px;
  --padding-left: 15px;
}

.elementor-61250 .elementor-element.elementor-element-cc13173,
.elementor-61250 .elementor-element.elementor-element-cc13173::before {
  --border-transition: 0.3s;
}

.elementor-61250 .elementor-element.elementor-element-39ede7f1 > .elementor-container {
  max-width: 1400px;
}

.elementor-element.elementor-element-39ede7f1:not(.elementor-motion-effects-element-type-background),
.elementor-61250 .elementor-element.elementor-element-39ede7f1 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #fbfbfd;
}

.elementor-61250 .elementor-element.elementor-element-39ede7f1 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-61250 .elementor-element.elementor-element-39ede7f1 > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-61250 .elementor-element.elementor-element-73a60cf4 > .elementor-element-populated {
  margin: 0% 0% 0% 10%;
  --e-column-margin-right: 0%;
  --e-column-margin-left: 10%;
}

.elementor-61250 .elementor-element.elementor-element-73a60cf4 {
  z-index: 0;
}

.elementor-61250 .elementor-element.elementor-element-49440b54 > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0% 0% 0% 0%;
}

.elementor-61250 .elementor-element.elementor-element-49440b54 {
  z-index: 0;
}

.elementor-61250 .elementor-element.elementor-element-539bf8d3:not(.elementor-motion-effects-element-type-background),
.elementor-61250 .elementor-element.elementor-element-539bf8d3 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #fbfbfd;
}

.elementor-61250 .elementor-element.elementor-element-539bf8d3 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-61250 .elementor-element.elementor-element-539bf8d3 > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-61250 .elementor-element.elementor-element-55aebc42 {
  --spacer-size: 10px;
}

.elementor-61250 .elementor-element.elementor-element-4700a26e:not(.elementor-motion-effects-element-type-background),
.elementor-61250 .elementor-element.elementor-element-4700a26e > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #fbfbfd;
}

.elementor-61250 .elementor-element.elementor-element-4700a26e {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-61250 .elementor-element.elementor-element-4700a26e > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-61250 .elementor-element.elementor-element-3d8f934f {
  --spacer-size: 75px;
}

.elementor-61250 .elementor-element.elementor-element-26f1962 {
  --display: flex;
  --gap: 0px;
  --background-transition: 0.3s;
  --padding-top: 80px;
  --padding-right: 0px;
  --padding-bottom: 80px;
  --padding-left: 0px;
}

.elementor-61250 .elementor-element.elementor-global-128007 > .elementor-widget-container {
  padding: 0px 0px 0px 0px;
}

@media (max-width: 1279px) {
  .elementor-61250 .elementor-element.elementor-element-7f4f495 > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
  }

  .elementor-61250 .elementor-element.elementor-element-d3f1859 {
    z-index: 2;
  }

  .elementor-61250 .elementor-element.elementor-element-7fcf517 {
    padding: 0px 0px 0px 0px;
  }

  .elementor-61250 .elementor-element.elementor-element-7742cb1 {
    padding: 0px 0px 45px 0px;
  }

  .elementor-61250 .elementor-element.elementor-element-29f94fd > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
  }

  .elementor-61250 .elementor-element.elementor-element-311d524 {
    --spacer-size: 10px;
  }

  .elementor-61250 .elementor-element.elementor-element-584bfbd {
    text-align: left;
  }

  .elementor-61250 .elementor-element.elementor-element-584bfbd > .elementor-widget-container {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-61250 .elementor-element.elementor-element-4f5e6c6 > .elementor-widget-container {
    margin: 0px 0px 30px 0px;
  }

  .elementor-61250 .elementor-element.elementor-element-0f4b880 {
    --spacer-size: 10px;
  }

  .elementor-61250 .elementor-element.elementor-element-0f4b880 > .elementor-widget-container {
    padding: 0px 0px 0px 0px;
  }

  .elementor-61250 .elementor-element.elementor-element-3bd60467 {
    font-size: 55px;
    line-height: 40px;
  }

  .elementor-61250 .elementor-element.elementor-element-3fc238a1 {
    font-size: 55px;
    line-height: 40px;
  }

  .elementor-61250 .elementor-element.elementor-element-43050e4b {
    font-size: 55px;
    line-height: 40px;
  }

  .elementor-61250 .elementor-element.elementor-element-22ec5f19 {
    font-size: 55px;
    line-height: 40px;
  }

  .elementor-61250 .elementor-element.elementor-element-730c9af > .elementor-container {
    max-width: 1400px;
  }
}

@media (max-width: 767px) {
  .elementor-61250 .elementor-element.elementor-element-18db19c4 {
    margin-top: -30px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-61250 .elementor-element.elementor-element-5df4d1c {
    --spacer-size: 10px;
  }

  .elementor-61250 .elementor-element.elementor-element-7742cb1 {
    padding: 0px 0px 0px 0px;
  }

  .elementor-61250 .elementor-element.elementor-element-29f94fd > .elementor-widget-container {
    margin: 4% 0% 3% -1%;
  }

  .elementor-61250 .elementor-element.elementor-element-4f5e6c6 > .elementor-widget-container {
    margin: 0px 0px 20px 0px;
  }

  .elementor-61250 .elementor-element.elementor-element-27b0756e {
    width: 50%;
  }

  .elementor-61250 .elementor-element.elementor-element-3bd60467 {
    font-size: 40px;
    line-height: 51px;
  }

  .elementor-61250 .elementor-element.elementor-element-35dbc894 {
    font-size: 14px;
  }

  .elementor-61250 .elementor-element.elementor-element-23c1dd7d {
    width: 50%;
  }

  .elementor-61250 .elementor-element.elementor-element-3fc238a1 {
    font-size: 40px;
    line-height: 51px;
  }

  .elementor-61250 .elementor-element.elementor-element-4a3de3b4 {
    font-size: 14px;
  }

  .elementor-61250 .elementor-element.elementor-element-83e2735 {
    width: 50%;
  }

  .elementor-61250 .elementor-element.elementor-element-43050e4b {
    font-size: 40px;
    line-height: 51px;
  }

  .elementor-61250 .elementor-element.elementor-element-543106ea {
    font-size: 14px;
  }

  .elementor-61250 .elementor-element.elementor-element-1f40e64b {
    width: 50%;
  }

  .elementor-61250 .elementor-element.elementor-element-22ec5f19 {
    font-size: 40px;
    line-height: 51px;
  }

  .elementor-61250 .elementor-element.elementor-element-3f50cbe4 {
    font-size: 14px;
  }

  .elementor-61250 .elementor-element.elementor-element-fc2bd5d.elementor-column > .elementor-widget-wrap {
    justify-content: flex-start;
  }

  .elementor-61250 .elementor-element.elementor-element-3c6d822 > .elementor-widget-container {
    margin: 0% 0% 0% 0%;
  }

  .elementor-61250 .elementor-element.elementor-element-8040bbd {
    text-align: left;
  }

  .elementor-61250 .elementor-element.elementor-element-73a60cf4 {
    width: 100%;
  }

  .elementor-61250 .elementor-element.elementor-element-73a60cf4 > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
  }

  .elementor-61250 .elementor-element.elementor-element-55aebc42 {
    --spacer-size: 10px;
  }
}

@media (min-width: 768px) {
  .elementor-61250 .elementor-element.elementor-element-0f94d0d {
    width: 64%;
  }

  .elementor-61250 .elementor-element.elementor-element-7695098 {
    width: 2.261%;
  }

  .elementor-61250 .elementor-element.elementor-element-3287181 {
    width: 100%;
  }

  .elementor-61250 .elementor-element.elementor-element-23c1dd7d {
    width: 27.407%;
  }

  .elementor-61250 .elementor-element.elementor-element-83e2735 {
    width: 20.186%;
  }

  .elementor-61250 .elementor-element.elementor-element-1f40e64b {
    width: 27.407%;
  }

  .elementor-61250 .elementor-element.elementor-element-67c8f7d {
    width: 64.937%;
  }

  .elementor-61250 .elementor-element.elementor-element-474e05b {
    width: 10.624%;
  }

  .elementor-61250 .elementor-element.elementor-element-fc2bd5d {
    width: 24.046%;
  }

  .elementor-61250 .elementor-element.elementor-element-cc13173 {
    --content-width: 1400px;
  }

  .elementor-61250 .elementor-element.elementor-element-26f1962 {
    --content-width: 100%;
  }
}

@media (max-width: 1279px) and (min-width: 768px) {
  .elementor-61250 .elementor-element.elementor-element-0f94d0d {
    width: 65%;
  }

  .elementor-61250 .elementor-element.elementor-element-70a0c4c {
    width: 27%;
  }

  .elementor-61250 .elementor-element.elementor-element-fc2bd5d {
    width: 100%;
  }
}

/* Start custom CSS for html, class: .elementor-element-221d3d2 */
.waves-block {
  width: 130px !important;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(4.9, 4.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.english .waves {
  z-index: 1;
  position: absolute;
  width: 150px;
  height: 150px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  box-shadow: -13px 4px 29px rgba(255, 255, 255, 0.25), 34px 0px 23px rgba(136, 143, 158, 0.18), inset -13px 4px 29px rgba(255, 255, 255, 0.25),
    inset 13px 0px 23px rgba(207, 208, 210, 0.5);
  border-radius: 100%;
  left: -12px !important;
  top: -60px !important;

  -webkit-animation: waves 4s ease-in-out infinite;
  animation: waves 4s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.wave-2 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}

.wave-3 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  70% {
    opacity: 1;
    -webkit-transform: translateY(10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }

  60% {
    opacity: 1;
    -moz-transform: translateY(10%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateY(110%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}

@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  60% {
    opacity: 0;
    -moz-transform: translateY(110%);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}

@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

b {
  opacity: 0;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  font-weight: 600;
  top: 0;
}

.is-visible {
  position: relative;
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
  color: #3599cc;
}

.is-hidden {
  color: #3599cc;
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

.words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.main-new-hero {
  height: calc(100vh - 86px);
}

.content-wrapper h1 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 61.8074px;
  line-height: 140%;
  color: #000000;
  word-wrap: normal;
  word-break: normal;
}

.content-wrapper {
  display: flex;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 10px;
  flex-flow: row nowrap;
  gap: 5vw;
  min-height: 100vh;
}

.text-talk {
  align-self: center;
  max-width: 1028px;
  margin-bottom: 15vh;
}

.wave {
  align-self: start;
  margin-top: 22vh;

  position: relative;
  display: flex;
  align-items: center;
}

.talk-button {
  z-index: 1;
  position: relative;
  background: radial-gradient(at center top, rgb(134, 239, 172), rgb(59 130 246 / 57%), rgb(147, 51, 234));
  padding: 49px 25px 51.5px 25px !important;
  box-shadow: 0 54px 88px rgba(8, 112, 184, 0.7) !important;
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;

  -webkit-tap-highlight-color: transparent;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wave__btn:focus {
  outline: none;
}

.wave__btn:focus-visible {
  border-color: #89aedf;
}

.wave__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
}

.talk-button:hover {
  padding: 46px 22px 48.5px 22px;
}

@media (max-width: 1800px) {
  .wave {
    margin-top: calc(26vh - 6%);
  }
}

@media (max-width: 1280px) {
  .content-wrapper {
    gap: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  nav a:hover {
    background: yellow;
  }
}

@media (max-width: 768px) {
  b {
    white-space: normal;
  }

  .content-wrapper {
    flex-flow: column wrap;
    gap: 45px;
  }

  .text-talk {
    max-width: 490px !important;
    align-self: center;
  }

  .english.wave {
    order: -1;
    align-self: end !important;
  }

  .talk-button:hover {
    padding: 37px 14px 37px 14px;
  }

  .english .talk-button {
    padding: 35px 18px 35px 18px !important;
  }

  .english .waves {
    left: -33px !important;
  }

  .talk-button {
    font-size: 16px !important;
  }
}

@media (min-width: 767px) and (max-width: 1280px) {
  .text-talk {
    max-width: 700px !important;
  }
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d8605d3 */
.german .waves-block {
  width: 134px !important;
  height: 134px !important;
}

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

@keyframes waves {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(4.9, 4.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.german .waves {
  z-index: -1;
  position: absolute;
  width: 150px;
  height: 150px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  box-shadow: -13px 4px 29px rgba(255, 255, 255, 0.25), 34px 0px 23px rgba(136, 143, 158, 0.18), inset -13px 4px 29px rgba(255, 255, 255, 0.25),
    inset 13px 0px 23px rgba(207, 208, 210, 0.5);
  border-radius: 100%;
  left: -10px;
  top: -10px;

  -webkit-animation: waves 4s ease-in-out infinite;
  animation: waves 4s ease-in-out infinite;
}

.german .wave-1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.german .wave-2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.german .wave-3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  70% {
    opacity: 1;
    -webkit-transform: translateY(10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }

  60% {
    opacity: 1;
    -moz-transform: translateY(10%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateY(110%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}

@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  60% {
    opacity: 0;
    -moz-transform: translateY(110%);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}

@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

b {
  opacity: 0;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  font-weight: 600;
  top: 0;
}

.is-visible {
  position: relative;
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
  color: #3599cc;
}

.is-hidden {
  color: #3599cc;
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

.words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.main-new-hero {
  height: calc(100vh - 86px);
}

.content-wrapper h1 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 51.8074px;
  line-height: 140%;
  color: #000000;
  word-wrap: normal;
  word-break: normal;
}

.content-wrapper {
  display: flex;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 10px;
  flex-flow: row nowrap;
  gap: 5vw;
  min-height: 100vh;
}

.text-talk {
  align-self: center;
  max-width: 1128px;
  margin-bottom: 15vh;
}

.wave {
  align-self: start;
  margin-top: 22vh;

  position: relative;
  display: flex;
  align-items: center;
}

.german .talk-button {
  height: 100%;
  padding: 40px 36px !important;
  z-index: 1;
  position: relative;
  background: #3599cc;
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff !important;
  border: none;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wave__btn:focus {
  outline: none;
}

.wave__btn:focus-visible {
  border-color: #89aedf;
}

.wave__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
}

@media (max-width: 1800px) {
  .german .wave {
    margin-top: calc(26vh - 6%);
  }
}

@media (max-width: 1280px) {
  .content-wrapper {
    gap: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  nav a:hover {
    background: yellow;
  }
}

@media (max-width: 768px) {
  .german .waves-block {
    width: 120px !important;
    height: 120px !important;
  }

  b {
    white-space: normal;
  }

  .content-wrapper {
    flex-flow: column wrap;
    gap: 45px;
  }

  .text-talk {
    max-width: 490px !important;
    align-self: center;
  }

  .wave.german {
    order: -1;
    align-self: end !important;
    padding-right: 40px;
  }

  .german .talk-button {
    padding: 36px 33px !important;
  }

  .german .waves {
    left: -18px;
    top: -18px;
  }

  .german .talk-button {
    font-size: 16px !important;
  }
}

@media (min-width: 767px) and (max-width: 1280px) {
  .text-talk {
    max-width: 700px !important;
  }
}

@media (max-width: 441px) {
  .content-wrapper .mobile {
    display: inline;
  }

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

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f4f495 */
.title-awards {                                                                                                                                     
  max-width: 1430px;
  margin: 0 auto;
  padding: 40px 15px 0 15px;
  position: relative;
  bottom: -20px;
  font-family: "Sora" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 40px !important;
  line-height: 130%;
  color: #191b1d;
}

.swiper-button-prev-new img {
  transform: rotatez(180deg);
}

.title-awards br {
  display: none;
}

.swiper-wrapper.chemp {
  position: relative;
  max-width: 1400px !important;
  padding: 20px 0px;
  width: unset !important;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  z-index: 1;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  transform: translateX(0px);
}

.awards.swiper {
  padding: 0 15px;
}

.awards .swiper-slide {
  max-width: fit-content;
}

.awards .swiper-slide a {
  width: fit-content;
}

.awards .swiper-slide {
  display: flex;
}

canvas {
  position: absolute;
  z-index: 0;
}

.swiper-button-prev-new.swiper-button-disabled {
  opacity: 0.35;
  cursor: pointer;
}

.swiper-button-next-new.swiper-button-disabled {
  opacity: 0.35;
  cursor: pointer;
}

.navigation-adv {
  visibility: hidden;
  display: flex;
  gap: 10px;
  max-width: 1430px;
  margin: 0 auto;
  padding: 15px;
}

.navigation-adv {
  visibility: hidden;
}

@media screen and (max-width: 1279px) {
  .awards .swiper-slide {
    margin-right: 50px;
  }

  .navigation-adv div {
    cursor: pointer;
  }

  .swiper-slide.third,
  .swiper-slide.twelve,
  .swiper-slide.seven {
    display: none;
  }
}

@media (min-width: 767px) {
  .mobile-awards {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .title-awards br {
    display: initial;
  }

 

  .mobile-awards {
    padding: 15px;
  }

  .start-awards.more {
    margin-top: 30px;
  }

  .mobile-awards .less {
    display: none;
  }

  .start-awards.more {
    display: none;
  }

  .mobile-awards {
    margin-top: 30px;
  }

  .start-awards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    align-items: center;
  }

  .mobile-awards p {
    font-family: Sora;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #3599cc;
    margin-top: 40px;
    border-bottom: 1px solid #3599cc;
    padding-bottom: 5px;
    width: fit-content;
  }

  .title-awards {
    line-height: 31px !important;
    font-size: 24px !important;
  }

  p.more,
  p.less {
    cursor: pointer;
  }
}

@media screen and (max-width: 380px) {
  .title-awards br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .inc-five {
    flex-flow: column;
    align-items: start;
    gap: 20px;
    display: flex;
  }
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e609289 */
/* services */
.services {
  /* background: #FBFBFD; */
  position: relative;
  display: flex;
}

.services-content {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 1440px;
  max-width: 1440px;
  margin: 0 auto;
  padding: min(20px);
  padding-top: 100px;
  padding-bottom: 100px;
}

.services-content-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 80px;
}

.services-content-header-title {
  flex-grow: 1;
  font-family: "Sora", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 106px;
  letter-spacing: 0;
  text-align: left;
}

.services-content-header-info {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  text-align: right;
  align-self: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #0c3346;
  color: #3599cc;
  border-bottom: 1px solid #3599cc;
}

.services-content-header-info:hover {
  color: #3599cc;
  border-bottom: 1px solid #3599cc;
}

.services-content-body {
  /* min-height: 690px; */
  display: flex;
  flex-direction: row;
}

.services-content-body-menu {
  display: flex;
  flex-direction: column;
  width: 330px;
  max-width: 330px;
}

.services-content-body-menu > .active {
  border-left: 3px solid #3599cc !important;
  padding: 12px 8px 12px 23px;
  margin-left: 0;
  color: white;
  /* color: #0c3346 !important; */
}

.services-content-body > .active {
  display: flex !important;
}

.services-content-body-menu-item {
  height: auto;
  width: 100%;
  color: #c2eaff;
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 8px 12px 24px;
  border-left: 1px solid #a3a3a3;
  margin-left: 1px;
  cursor: pointer;
}

.services-content-body-menu-item:hover {
  color: white;
  border-left: 3px solid #c4c4c4;
  padding: 12px 8px 12px 23px;
  margin-left: 0;
}

.services-content-information {
  display: none;
  margin-left: 76px;
  flex-direction: column;
  width: 800px;
  max-width: 800px;
}

.services-content-information-title {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #3599cc;
  margin-bottom: 40px;
  text-decoration: none;
}

.services-content-information-items {
  display: grid;
  grid-template-columns: 400px 400px;
  gap: 10px;
  grid-template-areas: "block block";
}

.block-services {
  display: flex;
  flex-direction: row;
  height: 100%;
  border-bottom: 1px solid #a3a3a3;
}

.block-services-text {
  display: flex;
  flex-direction: column;
  padding: 24px 24px 16px 20px;
  flex-grow: 1;
}

.block-services-text-title {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  /* color: #0c3346; */
  color: white;
  opacity: 0.8;
  margin-bottom: 12px;
}

.block-services-text-description {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: white;

  /* color: #0c3346; */
  opacity: 0.8;
}

.block-services-addition {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  width: 100%;
  max-width: 70px;
  min-width: 70px;
  align-self: flex-end;
}

.block-services-addition-arrow {
  position: relative;
}

.block-services-addition-arrow-btn {
  cursor: pointer;
  position: absolute;
  bottom: -1px;
  right: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.block-services-addition-arrow-btn__svg {
  display: none;
  position: absolute;
  transform: translateX(45px);
}

.block-services:hover .block-services-addition-arrow-btn__svg {
  display: block;
  animation: servicesArrow 0.4s;
}

@keyframes servicesArrow {
  from {
    transform: translateX(-45px);
  }

  to {
    transform: translateX(45px);
  }
}

a:hover .block-services-text-title {
  opacity: 1;
  color: #3599cc;
}

a:hover .block-services-text-description {
  opacity: 1;
}

.grid-item > a:hover {
  border-bottom: 1px solid #000000;
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b66b27 */
@media (max-width: 767px) {
  .elementor-61250 .elementor-element.elementor-element-6480e5a8 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .elementor-61250 .elementor-element.elementor-element-18db19c4 {
    margin-top: 0 !important;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
  }
}

.m-services {
  display: flex;
  flex-direction: column;
  padding: 40px 16px;
}

.m-services-title {
  font-family: Sora, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 30px;
}

.m-services-items {
  display: flex;
  flex-direction: column;
}

.m-services-item {
  border-left: 1px solid #c4c4c4;
}

.m-services-item_active {
  border-left: 1px solid #3599cc;
}

.m-services-item_active > .m-services-item-title {
  border-left: 3px solid #3599cc;
  margin-left: -2px;
  padding-left: 11px;
}

.m-services-item-title {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 34px;
  color: #c2eaff;
  padding: 4px 12px;
}

.m-services-item-content {
  display: none;
  flex-direction: column;
  margin-top: 12px;
  padding-left: 36px;
}

.m-services-item_active > .m-services-item-content {
  display: flex;
}

.m-services-item_active > .m-services-item-title {
  color: #3599cc;
}

.m-services-item-content li {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: white;
  margin-bottom: 16px;
  margin-top: 4px;
}

.m-services-item-content a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
}

.m-services-all {
  margin-bottom: 8px;
  margin-top: 30px;
}

.m-services-all > span {
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: right;
  border-bottom: 1px solid #0c3346;
  padding-bottom: 8px;
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b2ee8e */
.m-technological {
  display: flex;
  flex-direction: column;
  padding: 40px 16px;
}

.m-technological-title {
  font-family: Sora, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 30px;
  color: #ffffff;
}

.m-technological-items {
  display: flex;
  flex-direction: column;
}

.m-technological-item {
  border-left: 1px solid #a3a3a3;
}

.m-technological-item_active {
  border-left: 1px solid #3599cc;
}

.m-technological-item_active > .m-technological-item-title {
  border-left: 3px solid #3599cc;
  margin-left: -2px;
  padding-left: 11px;
}

.m-technological-item-title {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 34px;
  color: #ffffff;
  padding: 4px 12px;
}

.m-technological-item-content {
  display: none;
  flex-direction: column;
  margin-top: 12px;
  padding-left: 12px;
}

.m-technological-item_active > .m-technological-item-content {
  display: flex;
}

.m-technological-item_active > .m-technological-item-title {
  color: #3599cc;
}

.m-technological-item-content li {
  display: flex;
  flex-direction: row;
  align-items: center;

  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 16px;
  margin-top: 4px;
}

.m-technological-item-content span {
  margin-left: 8px;
}

.m-technological-all {
  margin-bottom: 8px;
  margin-top: 30px;
}

.m-technological-all > span {
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  text-align: right;
  border-bottom: 1px solid #3599cc;
  padding-bottom: 8px;
  color: #3599cc;
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-527a811 */
/* technological */
.technological {
  background-color: #0c3346;
  position: relative;
  display: flex;
}

.technological-background {
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}

.technological_background_1 {
  background-image: url(wp-content/uploads/2022/07/Frame-8.svg);
}

.technological_background_2 {
  background-image: url(wp-content/uploads/2022/07/Frame-9.svg);
}

.technological_background_3 {
  background-image: url(wp-content/uploads/2022/07/Frame-10.svg);
}

.technological_background_4 {
  background-image: url(wp-content/uploads/2022/08/Frame.png);
}

.technological_background_5 {
  background-image: url(wp-content/uploads/2022/07/Frame-11.svg);
}

.technological_background_6 {
  background-image: url(wp-content/uploads/2022/07/Frame-13.svg);
}

.technological_background_7 {
  background-image: url(wp-content/uploads/2022/07/Frame-14.svg);
}

.technological_background_8 {
  background-image: url(wp-content/uploads/2022/07/Frame-15.svg);
}

.technological > .background-active {
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s;
}

.technological-content {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 1400px;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.technological-content-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 80px;
}

.technological-content-header-title {
  flex-grow: 1;
  font-family: "Sora", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 106px;
  letter-spacing: 0;
  text-align: left;
  color: #ffffff;
}

.technological-content-header-info {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  text-align: right;
  align-self: center;
  padding-bottom: 8px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.technological-content-header-info:hover {
  color: #3599cc;
  border-bottom: 1px solid #3599cc;
}

.technological-content-body {
  display: flex;
  flex-direction: row;
}

.technological-content-body > .active {
  display: flex !important;
}

.technological-content-body-menu {
  display: flex;
  flex-direction: column;
  width: 330px;
  max-width: 330px;
}

.technological-content-body-menu > .active {
  border-left: 3px solid #3599cc !important;
  padding: 12px 8px 12px 23px;
  margin-left: 0;
  color: #ffffff !important;
}

.technological-content-body-menu-item {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 8px 12px 24px;
  border-left: 1px solid #a3a3a3;
  margin-left: 1px;
  cursor: pointer;
  width: 100%;
  height: auto;
  color: #ffffffcc;
}

.technological-content-body-menu-item:hover {
  color: #ffffff;
  border-left: 3px solid #a3a3a3;
  padding: 12px 8px 12px 23px;
  margin-left: 0;
}

.technological-content-body-information {
  display: none;
  margin-left: 76px;
  flex-direction: column;
  width: 800px;
  max-width: 800px;
}

.technological-content-body-information-title {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #3599cc !important;
  margin-bottom: 40px;
  text-decoration: none;
}

.technological-content-body-information-items {
  display: grid;
  grid-template-columns: 395px 395px;
  gap: 10px;
}

.technological-content-body-information-items > .grid-item-technological:hover > a img {
  transform: rotate(180deg);
}

.block-technological {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  border-bottom: 1px solid #a3a3a3;
  height: 100%;
}

.block-technological-text {
  display: flex;
  flex-direction: row;
  padding: 16px 24px;
  flex-grow: 1;
}

.block-technological-title {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  opacity: 0.8;
  margin-left: 24px;
  align-self: center;
}

.block-technological-info {
  display: flex;
  align-self: center;
  order: -1;
  min-width: 44px;
  min-height: 44px;
}

.block-technological-info > img {
  transition: 0.25s;
  opacity: 0.8;
}

.grid-item-technological:hover > a .block-technological-title,
.grid-item-technological:hover > a .block-technological-info > img {
  opacity: 1;
}

.grid-item-technological:hover > a {
  border-bottom: 1px solid #ffffff;
}

.block-technological-addition {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  width: 100%;
  max-width: 70px;
  min-width: 70px;
  align-self: flex-end;
}

.block-technological-addition-arrow {
  position: relative;
}

.block-technological-addition-arrow-btn {
  cursor: pointer;
  position: absolute;
  bottom: -1px;
  right: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.block-technological-addition-arrow-btn__svg {
  display: none;
  position: absolute;
  transform: translateX(45px);
}

.block-technological:hover .block-technological-addition-arrow-btn__svg {
  display: block;
  animation: technologicalArrow 0.4s;
}

@keyframes technologicalArrow {
  from {
    transform: translateX(-45px);
  }

  to {
    transform: translateX(45px);
  }
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-907b75b */
/* technologies */
.technologies {
  background: #fbfbfd;
  position: relative;
  display: flex;
}

.technologies-content {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 1440px;
  max-width: 1440px;
  margin: 0 auto;
  padding: min(20px);
  padding-top: 100px;
  padding-bottom: 100px;
}

.technologies-content-body .active {
  display: flex !important;
}

.technologies-content-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 80px;
}

.technologies-content-header-title {
  flex-grow: 1;
  font-family: "Sora", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 106px;
  letter-spacing: 0;
  text-align: left;
  color: #191b1d;
}

.technologies-content-header-info {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  text-align: right;
  align-self: center;
  padding-bottom: 8px;
  color: #191b1d;
  border-bottom: 1px solid #0c3346;
}

.technologies-content-header-info:hover {
  color: #3599cc;
  border-bottom: 1px solid #3599cc;
}

.technologies-content-body {
  display: flex;
  flex-direction: row;
}

.technologies-content-body-menu {
  display: flex;
  flex-direction: column;
  max-width: 330px;
  flex-grow: 1;
}

.technologies-content-body-menu > .active {
  color: #0c3346 !important;
  border-left: 3px solid #3599cc !important;
  padding: 12px 8px 12px 23px;
  margin-left: 0;
}

.technologies-content-body-menu-item {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 8px 12px 24px;
  border-left: 1px solid #a3a3a3;
  margin-left: 1px;
  width: 100%;
  height: auto;
  color: #4d4d4dcc;
  cursor: pointer;
}

.technologies-content-body-menu-item:hover {
  color: #0c3346;
  border-left: 3px solid #c4c4c4;
  padding: 12px 8px 12px 23px;
  margin-left: 0;
}

.technologies-content-body-information {
  display: none;
  margin-left: 76px;
  flex-direction: column;
  width: 1000px;
  max-width: 1000px;
}

.technologies-content-body-information-title {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #3599cc;
  margin-bottom: 40px;
  text-decoration: none;
}

.technologies-content-body-information-items {
  display: grid;
  grid-template-columns: 320px 320px 320px;
  gap: 20px;
}

.block-technologies {
  display: flex;
  flex-direction: row;
  min-height: 100%;
  border-bottom: 1px solid #a3a3a3;
  webkit-transition: min-height 0.25s;
  -moz-transition: min-height 0.25s;
  -ms-transition: min-height 0.25s;
  -o-transition: min-height 0.25s;
  transition: min-height 0.25s;
}

.block-technologies-text {
  display: flex;
  flex-direction: column;
  padding: 24px 24px 16px 20px;
  flex-grow: 1;
}

.block-technologies-text > .more {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3599cc;
}

.block-technologies-text-title {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #0c3346;
  opacity: 0.8;
  margin-bottom: 12px;
}

.block-technologies-text-description {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0c3346;
  opacity: 0.8;
  max-height: calc(24px * 3);
  overflow: hidden;
  webkit-transition: max-height 0.25s;
  -moz-transition: max-height 0.25s;
  -ms-transition: max-height 0.25s;
  -o-transition: max-height 0.25s;
  transition: max-height 0.25s;
}

.block-technologies:hover .block-technologies-text-description {
  max-height: 100%;
  opacity: 1;
}

.block-technologies:hover .more {
  visibility: hidden;
}

.block-technologies-addition {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  width: 100%;
  max-width: 70px;
  min-width: 70px;
}

.block-technologies-addition-icon {
  flex-grow: 1;
  align-self: flex-end;
}

.block-technologies-addition-icon > img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.grid-item.black img {
  -webkit-filter: contrast(0.1);
  -moz-filter: contrast(0.1);
  -ms-filter: contrast(0.1);
  -o-filter: contrast(0.1);
  filter: contrast(0.1);
}

.grid-item > a:hover .block-technologies-addition-icon > img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
}

.grid-item.black > a:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}

a:hover .block-technologies-text-title {
  opacity: 1;
  color: #3599cc;
}

.block-technologies-addition-arrow {
  position: relative;
}

.block-technologies-addition-arrow-btn {
  cursor: pointer;
  position: absolute;
  bottom: -1px;
  right: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.block-technologies-addition-arrow-btn__svg {
  display: none;
  position: absolute;
  transform: translateX(45px);
}

a:hover .block-technologies-addition-arrow-btn__svg {
  display: block;
  animation: technologiesArrow 0.4s;
}

@keyframes technologiesArrow {
  from {
    transform: translateX(-45px);
  }

  to {
    transform: translateX(45px);
  }
}

/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-584bfbd */
.elementor-6425 .elementor-element.elementor-element-1c600c0:hover {
  transition-delay: 0.15s;
  color: #3599cc;
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f5e6c6 */
.technology-category * {
  box-sizing: border-box;
}

.swiper-slide__info-text {
  font-family: Karla;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 130%;
  color: #191b1d;
}

.technology-category {
  margin-bottom: 60px !important;
}

.technology-category {
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  min-width: 340px;
  margin: 0 auto;
}

.technology-category__heading {
  color: #3599cc;
  margin-bottom: 20px;
  font-family: karla;
  font-weight: 400;
  font-size: 24px;
}

.technology-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px 40px;
}

.technology-item {
  display: flex;
  flex-direction: column;
  position: relative;
}

.technology-item__heading {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #0c3346;
}

.technology-item__heading:hover {
  background-color: #0c3346;
  color: #fff;
  box-shadow: 0 0 0 10px #0c3346;
}

.technology-item__heading:hover .technology-item__icon {
  filter: grayscale(0%);
}

.technology-item__heading:hover .technology-item__name {
  color: white;
}

.technology-item__heading:hover .technology-item__button {
  display: flex;
}

.technology-item__heading:hover + .technology-item__add-info {
  display: block;
}

.technology-item__icon-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
}

.technology-item__icon {
  margin: auto;
  filter: grayscale(100%);
}

.technology-item__name {
  margin-left: 16px;
  font-size: 20px;
  font-family: karla;
  font-weight: 400;
  color: black;
}

.technology-item__button {
  display: none;
  margin-left: auto;
  cursor: pointer;
  position: absolute;
  bottom: 1px;
  right: 0px;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.technology-item__button-svg {
  position: absolute;
  transform: translateX(-45px);
  transition: all linear 0.3s;
}

.technology-item__button:hover {
  background-color: #3599cc;
}

.technology-item__button:hover > .technology-item__button-svg {
  transform: translateX(45px);
}

.technology-item__button-svg_small {
  display: none;
}

.technology-item__add-info {
  display: none;
  padding: 30px 20px 20px;
  font-family: karla;
  background-color: #0c3346;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 71px;
  box-shadow: 0 10px 0 10px #0c3346;
  color: #fff;
}

@media screen and (max-width: 700px) {
  .technology-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .technology-item__heading:hover .technology-item__name {
    color: #0c3346;
  }

  .technology-item__heading:hover {
    background-color: #fbfbfd;
    color: #0c3346;
    box-shadow: none;
  }

  .technology-item__heading:hover .technology-item__icon {
    filter: grayscale(100%);
  }

  .technology-item__heading:hover + .technology-item__add-info {
    display: none;
  }

  .technology-item__icon-wrapper {
    width: 30px;
    height: 40px;
  }

  .technology-item__icon {
    width: 24px;
    height: 24px;
  }

  .technology-item__name {
    font-size: 14px;
    margin-left: 4px;
    font-weight: 400;
    font-family: karla;
  }

  .technology-item__button {
    display: flex;
    width: 16px;
    height: 40px;
    cursor: default;
  }

  .technology-item__button:hover {
    background-color: transparent;
  }

  .technology-item__button-svg {
    display: none;
  }

  .technology-item__button-svg_small {
    display: block;
  }
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9d8839 */
.swiper-slide-active {
  z-index: 1;
}

.p-main-industries__body-nav-btn {
  outline: none !important;
}

.p-main-industries .swiper-wrapper {
  width: unset !important;
}

.showIndustry {
  width: fit-content;
  position: absolute;
  bottom: 145px;
}

.p-main-industries__header-item {
  padding: 24px 8px;
  margin: 0;
  cursor: pointer;
  width: unset;
  height: unset;
  border-radius: unset;
  background: unset;
  opacity: unset;
  display: -webkit-box;
  border: 1px solid #3599cc;
  padding: 14px 28px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: -ms-flexbox;
  font-family: "Sora";
  line-height: 20px;
  font-weight: 600;
}

.p-main-industries__header-tab {
  color: #0c3346;
}

.p-main-industries__slide-background {
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto 110%;
  background-position: right;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.c-button {
  font-size: 18px;
  line-height: 28px;
  color: #0c3346;
  background-color: #3599cc;
  color: white;
  border-radius: 0;
  font-family: "Karla";
  font-weight: 400;
  border: none;
  padding: 14px 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.c-button:hover {
  background-color: #18455d;
}

.p-main-industries {
  position: relative;
  background-color: #fbfbfd;
  color: #0c3346;
  padding-top: 100px;
}

.p-main-industries__header {
  display: flex;
  justify-content: space-between;
  padding: 0 calc((100% - 1400px) / 2);
  column-gap: 44px;
  font-size: 18px;
  position: absolute;
  z-index: 2;
  width: 100%;
  scrollbar-width: none;
  overflow-x: clip;
  white-space: nowrap;
  box-shadow: inset 0px -1px rgb(0 0 0 / 10%);
}

.p-main-industries__header::-webkit-scrollbar {
  width: 0px;
  /* For Chrome, Safari, and Opera */
  display: none;
}

.p-main-industries__header::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.p-main-industries__header-tabs.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  column-gap: 24px;
  width: max-content;
  font-family: "Sora";
  line-height: 20px;
  font-weight: 600;
  position: unset;
  z-index: 2;
  font-size: 16px;
}

.p-main-industries .p-main-industries__header-tabs .p-main-industries__header-tab.swiper-pagination-bullet {
  padding: 24px 8px;
  margin: 0;
  cursor: pointer;
  width: unset;
  height: unset;
  border-radius: unset;
  background: unset;
  opacity: unset;
}

.p-main-industries .p-main-industries__header-tabs .p-main-industries__header-tab.swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
}

.p-main-industries .p-main-industries__header-tabs .p-main-industries__header-tab.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #3599cc;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.p-main-industries__header-link {
  border: 1px solid #3599cc;
  padding: 14px 28px;
  font-family: sora;
  font-weight: 600;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  line-height: 27px;
  text-decoration: none;
  margin-left: auto;
}

.swiper-slide.p-main-industries__slide {
  display: flex;
  padding-left: calc((100% - 1400px) / 2);
  height: auto;
}

.p-main-industries__slide-info {
  width: 43%;
  padding-top: 126px;
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  padding-bottom: 171px;
  z-index: 1;
}

.p-main-industries__slide-heading {
  font-size: 36px;
  line-height: 46px;
}

.p-main-industries__slide-text {
  margin-bottom: 50px;
  width: 88%;
  font-size: 18px;
  font-family: Sora;

  line-height: 27px;
}

.p-main-industries__slide-image {
  width: 57%;
  object-fit: cover;
  display: block;
  max-height: 815px;
}

.swiper-slide.p-main-industries__slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.p-main-industries__body-nav {
  position: absolute;
  bottom: 60px;
  z-index: 2;
  padding-left: calc((100% - 1400px) / 2);
  display: block;
}

.p-main-industries__body-nav-btn {
  border: none;
  background: none;
  padding: 0;
}

.p-main-industries__body-nav-btn:disabled path {
  stroke: #a3a3a3;
}

@media screen and (min-width: 1024px) and (max-width: 1820px) {
  .p-main-industries__slide-image {
    min-height: 800px;
  }
}

@media screen and (max-width: 1432px) {
  .p-main-industries__header {
    padding: 0 16px;
    overflow-x: auto;
  }

  .swiper-slide.p-main-industries__slide {
    padding-left: 16px;
  }

  .p-main-industries__body-nav {
    padding-left: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .p-main-industries {
    max-height: none;
  }

  .p-main-industries__slide-image {
    width: 100%;
    position: absolute;
    height: 100% !important;
    max-height: none;
  }

  .p-main-industries__slide-info {
    z-index: 5;
  }

  .swiper-slide.p-main-industries__slide {
    padding-left: 0;
    opacity: 1 !important;
  }

  .p-main-industries__slide-info {
    padding: 0 16px 100px;
    width: 100%;
    padding-top: 122px;
    row-gap: 40px;
  }

  .p-main-industries__body-nav {
    bottom: 60px;
  }
}

@media (max-width: 1279px) {
  .p-main-industries {
    padding-top: 40px;
  }
}

@media (max-width: 1030px) {
  .p-main-industries__slide-background {
    opacity: 0.4;
    background-position: bottom;
  }

  .c-button {
    margin-bottom: 30px;
  }

  .p-main-industries__body-nav {
    bottom: 15px;
  }

  .showIndustry {
    bottom: 40px;
  }
}

/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-99ae7f2 */
@media screen and (max-width: 1400px) {
  .industries-header {
    margin-bottom: 36px;
    margin-top: 40px;
  }
}

/* End custom CSS */
#stories_title h2 {
  padding: 0;
  margin: 0;
  line-height: 1;
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c6d822 */
.case-wrapper_mobile,
.case-wrapper_mobile * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.case__heading_mobile {
  font-family: sora;
  font-size: 20px;
  font-weight: 700;
}

.case-swiper_mobile {
  overflow: hidden;
}

.case-swiper_mobile .swiper-slide {
  width: auto;
  height: unset;
}

.case-wrapper_mobile {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  background-color: #353535;
}

.case-wrapper_mobile_last {
  height: 100%;
}

.case__img_mobile {
  object-position: center;
  object-fit: cover;
  width: 100%;
  max-height: 225px;
  height: 225px !important;
}

.case__info_mobile {
  display: flex;
  flex-direction: column;
  padding: 30px;
  height: 320px;
}

.case__info_mobile_last {
  margin-top: auto;
}

.case__heading_mobile {
  font-size: 18px !important;
  line-height: 24px !important;
  color: #fff;
}

.case__info-text_mobile {
  margin: 20px 0;
  color: #fff;
  font-family: karla;
}

.case__marks_mobile {
  display: flex;
  gap: 8px 10px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.case__marks-item_mobile {
  padding: 4px 12px;
  border: 1px solid #505050;
  color: #959595;
  text-align: center;
  font-size: 12px;
  font-family: roboto;
  background-color: transparent;
}

.case__marks-item-more_mobile {
  display: none;
  column-gap: 12px;
  color: #18455d;
  line-height: 24px;
}

.case__marks-item-more-btn_mobile {
  border: none;
  background: none;
}

.case-wrapper_mobile .arrow-btn_mobile {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3599cc;
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: relative;
}

.case-wrapper_mobile .arrow-btn__svg_mobile {
  position: absolute;
  transform: translateX(-45px);
  transition: all linear 0.3s;
}

/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-8040bbd */
.elementor-6425 .elementor-element.elementor-element-e10b9e8:hover {
  color: #3599cc;
  transition-delay: 0.15s;
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8bd5e1 */
.desc {
  font-family: karla;
  color: white;
}

.case-studies-container,
.case-studies-container * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.case-studies-container {
  display: grid;
  grid-template-columns: minmax(1fr, 440px) 1fr minmax(1fr, 400px);
  grid-template-rows:
    minmax(390px, max-content) minmax(720px, max-content) minmax(390px, max-content)
    minmax(430px, max-content);
  gap: 60px;
  max-width: 1400px;
}

.case-wrapper {
  display: grid;
  position: relative;
}

.case-wrapper:nth-child(1) {
  grid-column: 1 / 4;
  grid-template-columns: 60% 40%;
}

.case-wrapper:nth-child(2) {
  grid-column: 1 / 2;
  grid-template-rows: 45% 55%;
  grid-auto-flow: column;
  grid-template-columns: minmax(100%, 490px);
}

.case-wrapper:nth-child(3) {
  grid-column: 2 / 4;
  grid-template-columns: 52% 48%;
}

.case-wrapper:nth-child(4) {
  grid-column: 1 / 4;
  grid-template-columns: 40% 60%;
}

.case-wrapper:nth-child(5) {
  grid-column: 1 / 3;
  grid-template-columns: 47% 53%;
}

.case-wrapper:nth-child(6) {
  grid-column: 3 / 4;
}

.case-wrapper:nth-child(1) > .case-wrapper__background {
  background-image: url("wp-content/uploads/2022/02/Frame-4959.png");
}

.case-wrapper:nth-child(2) > .case-wrapper__background {
  background-image: url("wp-content/uploads/2022/02/Frame-4963.png");
}

.case-wrapper:nth-child(3) > .case-wrapper__background {
  background-image: url("wp-content/uploads/2022/02/Frame-4961.png");
}

.case-wrapper:nth-child(4) > .case-wrapper__background {
  background-image: url("wp-content/uploads/2022/02/Frame-4960.png");
}

.case-wrapper:nth-child(5) > .case-wrapper__background {
  background-image: url("wp-content/uploads/2022/02/Frame-4962.png");
}

.case-wrapper:nth-child(6) > .case-wrapper__background {
  background-image: url("wp-content/uploads/2022/02/Frame-4964.png");
}

.case-wrapper:hover .arrow-btn3 {
  background-color: #3599cc;
}

.case-wrapper__background {
  background: url("http://w9h.98a.myftpupload.com/wp-content/uploads/2021/12/Frame4959.png");
  background-color: #3d3d3d1a;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  z-index: -1;
  display: none;
  top: -30px;
  left: -30px;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}

.case__marks-item:hover {
  color: #3599cc;
  background-color: #3d3d3d;
}

.case__img-wrapper {
  width: 100%;
}

.case__img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}

.case__info {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background-color: #3d3d3d;
  flex: 1;
}

.case__heading {
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  font-family: sora;
  font-weight: 400;
  margin-bottom: 10px;
}

.case__marks {
  display: flex;
  gap: 16px 12px;
  font-family: roboto;
  margin: auto 0;
  max-width: 60%;
  cursor: pointer;
  flex-wrap: wrap;
}

a.case-wrapper:nth-child(2) > div:nth-child(3) > div:nth-child(2) {
  max-width: 100%;
}

.case__marks-item {
  padding: 4px 12px;
  border: 1px solid #ffffff3d;
  color: #959595;
  text-align: center;
  font-size: 14px;
  background-color: #3d3d3d;
}

.arrow-btn3 {
  cursor: pointer;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #353535;
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: relative;
}

.arrow-btn__svg {
  position: absolute;
  transform: translateX(-45px);
  transition: all linear 0.3s;
}

.arrow-btn3:hover > .arrow-btn__svg {
  transform: translateX(45px);
}

@media screen and (max-width: 1100px) {
  .case__heading {
    font-size: 24px;
    line-height: 28px;
  }

  .case__marks {
    max-width: unset;
  }
}

@media screen and (max-width: 1400px) {
  .case-studies-container {
    padding: 30px;
  }
}

@media (max-width: 1279px) {
  .elementor-61250 .elementor-element.elementor-element-143554c9 > .elementor-widget-container {
    margin: 40px 0px 0px 0px;
  }
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae77a0d */
@media screen and (max-width: 1416px) {
  .mission-content {
    padding: 140px 16px !important;
  }
}

@media screen and (max-width: 990px) {
  .mission-content {
    width: auto !important;
  }

  .mission-content-left {
    min-width: auto !important;
    flex-grow: 1 !important;
  }
}

@media screen and (max-width: 770px) {
  .mission-content {
    flex-direction: column !important;
    padding: 40px 16px !important;
  }

  .mission-content-left {
    margin-right: 0px !important;
    margin-bottom: 40px !important;
  }

  .mission-content-right-description {
    margin-top: 30px;
  }

  .mission-background-flag {
    right: 60px !important;
    top: 155px !important;
  }

  .mission-background-full {
    background-position-x: right !important;
    background-position-y: top !important;
    left: 0 !important;
    top: 33px !important;
    bottom: 0 !important;
    right: -352px !important;
  }
}

.mission-border {
  width: 100%;
  position: absolute;
  height: 1px;
  background: #dfdfdf;
  bottom: 0;
  z-index: 1;
}

.mission {
  position: relative;
  overflow: hidden;
}

.mission-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.mission-background-full {
  position: absolute;
  background-image: url("/assets/img/bg/vn-background.png");
  background-repeat: no-repeat;
  background-size: 2911px;
  background-position: right, bottom;
  left: 0;
  top: 0;
  bottom: -29px;
  right: 0;
}

.mission-background-flag {
  position: absolute;
  right: 257px;
  top: 109px;
}

.mission-content {
  z-index: 1;
  position: relative;
  /* display: flex; */
  flex-direction: row;
  padding: 50px 0px 140px 0px;
  width: 1400px;
  max-width: 1400px;
  margin: auto;
}

.mission-content-left {
  min-width: 360px;
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #3599cc;
  margin-bottom: 10px;
  margin-right: 30px;
}

.mission-content-right {
  display: flex;
  flex-direction: column;
}

.mission-content-right-title {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  max-width: 760px;
  color: white;
}

.mission-content-right-description {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: white;
  /* color: #0c3346; */

  margin-top: 48px;

  max-width: 600px;
}

.mission-background-flag {
  position: absolute;
  overflow: hidden;
  width: 40px;
  height: 66px;
  right: 412px;
  top: 92px;
  margin-left: 4px;
}

.mission-background-flag > span {
  position: absolute;
  background: #3599cc;
  border-left: solid 12px #3599cc;
  border-right: solid 12px #3599cc;
  animation: flag 3s linear infinite;

  top: 3px;
  left: 5px;

  width: 35px;
  height: 28px;
}

.mission-background-flag > span:before {
  content: " ";
  position: absolute;
  background: white;
  border-bottom-right-radius: 20px 10px;
  animation: flag-top 0.7s ease-out alternate-reverse infinite;

  top: 100px;
  left: 100px;

  width: 50px;
  height: 37px;

  transform: translateY(-120px) translateX(-110px) rotateZ(20deg);
}

.mission-background-flag > span:after {
  content: " ";
  position: absolute;
  background: white;
  border-top-left-radius: 2px;
  border-top-right-radius: 50px 12px;
  animation: flag-bottom 0.7s linear alternate-reverse infinite;

  top: 100px;
  left: 100px;

  width: 50px;
  height: 33px;

  transform: translateY(-87px) translateX(-110px) rotateZ(-20deg);
}

@keyframes flag {
  8% {
    transform: none;
  }

  10% {
    transform: rotateZ(4deg);
  }

  14% {
    transform: none;
  }
}

@keyframes flag-top {
  0% {
    border-bottom-right-radius: 24px 16px;
  }

  100% {
    border-bottom-right-radius: 50px 20px;
  }
}

@keyframes flag-bottom {
  0% {
    border-top-right-radius: 50px 12px;
  }

  100% {
    border-top-right-radius: 0 0;
  }
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08e9467 */
.swiper.conference .swiper-slide {
  /* background: #3D3D3D; */
  max-width: fit-content;
  height: auto;
}

.conf-text p {
  font-family: Sora;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
}

.swiper.conference .navigation-adv {
  visibility: visible !important;
}

.conf-text {
  padding: 40px 40px 50px 40px;
}

.conf-text div {
  font-family: Sora;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
  display: flex;
  gap: 10px;
  margin-top: 5px;
  align-items: center;
}

#bookmeeting {
  font-family: Karla;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
  background: #3599cc;
  padding: 14px 28px;
  display: block;
  width: fit-content;
  margin-top: 40px;
}

#bookmeeting img {
  display: none;
}

.swiper-button-prev-new,
.swiper-button-next-new {
  cursor: pointer;
}

.swiper-button-prev-new.swiper-button-disabled,
.swiper-button-next-new.swiper-button-disabled {
  opacity: 0.35;
  cursor: unset;
}

.navigation-adv {
  display: flex;
  gap: 10px;
  max-width: 1430px;
  margin: 0 auto;
  padding: 40px 0;
}

.swiper-button-prev-new img {
  transform: rotatez(180deg);
}

@media (max-width: 1279px) {
  #bookmeeting img {
    display: unset;
  }

  #bookmeeting {
    background: unset;
    padding: 0;
    color: #3599cc;
    display: flex;
    gap: 10px;
  }

  .swiper-slide.conf {
    max-width: 300px !important;
    height: auto;
  }

  .conf-text {
    padding: 30px;
  }

  .conf-text p {
    font-family: Sora;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
  }

  .conf-text div {
    font-family: Karla;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
  }
}

/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-29191c2d */
/*.elementor-section.its-twentyone {*/
/*    display: flex;*/
/*}*/

/*.elementor-section.its-twentyone.contact__container.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > .elementor-container.elementor-column-gap-default{*/
/*    margin: 0;*/
/*    margin-left : 246px;*/
/*} */

/*.elementor-11797 .elementor-element.elementor-element-87279c3 {*/
/*        width: max-content;*/
/*    margin-right: auto;*/
/*}*/

/*.elementor-section.its-twentyone > div:nth-child(1) > div {*/
/*    width: 100%;*/
/*    max-width: 680px;*/
/*}*/

/*.elementor-11797 .e-form__buttons {*/
/*    padding: 0!important;*/
/*}*/

/*.elementor-field-group-field_1c37b59  {*/
/*    margin-bottom: 30px!important;*/
/*}*/

/*.elementor-11797 .e-form__buttons span {*/
/*    cursor: pointer;*/
/*}*/

/*.elementor-section.its-twentyone > div:nth-child(1) {*/
/*    margin: 0;*/
/*    margin-left: 248px;*/
/*}*/

/*@media screen and (max-width: 1680px) {*/
/*    .elementor-section.its-twentyone > div:nth-child(1) {*/
/*        margin: 0;*/
/*        margin-left: 145px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1440px) {*/
/*    .elementor-section.its-twentyone > div:nth-child(1) {*/
/*        margin: 0;*/
/*        margin-left: 120px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1280px) {*/
/*    .elementor-section.its-twentyone > div:nth-child(1) {*/
/*        margin: 0;*/
/*        margin-left: 70px;*/
/*    }*/
/*    .elementor-section.its-twentyone > div:nth-child(1) > div {*/
/*    width: 100%;*/
/*    max-width: 480px;*/
/*}*/
/*}*/

/*@media screen and (max-width: 1200px) {*/
/*    .elementor-section.its-twentyone > div:nth-child(1) {*/
/*        margin: 0;*/
/*        margin-left: 30px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1140px) {*/
/*    .elementor-section.its-twentyone > div:nth-child(1) {*/
/*        margin: 0;*/
/*        margin-left: 75px;*/
/*    }*/
/*        .elementor-section.its-twentyone > div:nth-child(1) > div {*/
/*    width: 100%;*/
/*    max-width: 400px;*/
/*}*/
/*}*/

/*@media screen and (max-width: 1024px) {*/
/*.elementor-section.its-twentyone > div:nth-child(1) {*/
/*    margin: 0;*/
/*    margin-left: 24px;*/
/*}*/
/*}*/

.form1 > .elementor-element-populated {
  padding: 0 !important;
}

.its-twenty > div > div > div {
  padding: 0 !important;
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49440b54 */
.contact__info {
  background-color: #f5f5f7;
  padding: 20px 44px 40px 50px;
  position: relative;
  max-width: 540px;
  width: 100%;
}

.contact__info-background {
  z-index: -1;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  border: 1px dashed #3599cc;
}

.contact__info-heading {
  margin-top: 50px;
  margin-bottom: 63px;
  font-size: 36px;
  font-family: karla;
  color: #0c3346;

  line-height: 49px;
}

.contact__info-steps {
  display: flex;
  flex-direction: column;
  max-width: 425x;
  row-gap: 20px;
  border-left: 1px solid #0c3346;
}

.contact__info-block {
  position: relative;
  padding-left: 45px;
}

.contact__info-block:last-child {
  box-shadow: -1px 0 0 1px #f4f4f4;
}

.contact__info-step {
  position: absolute;
  border: 1px solid #0c3346;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-weight: 700;
  font-size: 18px;
  left: -20px;
  top: -8px;
  background-color: #f5f5f7;
}

.contact__info-text {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #0c3346;
  font-family: karla;

  width: 100%;
}

@media screen and (max-width: 1200px) {
  .its-twentyone > div > div:nth-child(2) {
    width: 47%;
  }
}

@media screen and (max-width: 767px) {
  .kraken .container {
    display: block;
    padding: 0 !important;
  }
}

@media screen and (max-width: 700px) {
  .contact__info {
    padding: 20px 20px 40px 40px;
    margin: 0 auto;
  }

  .contact__info-heading {
    font-size: 24px;
    margin-bottom: 37px;
  }

  .contact__info-background {
    top: 10px;
    left: 10px;
  }

  .contact__info-text {
    font-size: 12px;
    line-height: 20px;
  }
}

/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-73a60cf4 */
.elementor-11797 .elementor-element.elementor-element-87279c3 {
  width: max-content;
  width: 50%;
}

.animated-lines_bottom {
  height: 100vh;
  width: 100vw;
  position: absolute;
  z-index: -2;
  right: -55vw;
  top: -33vh;
}

@media (max-width: 1300px) {
  .animated-lines_bottom {
    display: none;
  }
}

/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-39ede7f1 */
.elementor-element-7983cfb {
  z-index: 2;
}

.dt-16 .elementor-element-populated {
  padding: 0 !important;
}

.dt-16 {
  padding: 100px 0 !important;
}

.dt-16-1 {
  padding-bottom: 80px !important;
}

.dt-16-1 h2 span {
  display: block !important;
}

.contact__info {
  margin-right: 26px !important;
  margin-left: auto !important;
}

.contact__info-heading {
  font-family: "Sora" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 36px !important;
  line-height: 46px !important;
  color: #0c3346 !important;
}

.contact__info-heading {
  font-weight: 400 !important;
}

@media screen and (max-width: 1410px) {
  .dt-16 {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 1280px) {
  .dt-16-1 {
    padding-bottom: 60px !important;
  }

  .dt-16 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .dt-16 .net-152 > div > div:nth-child(2) > div {
    margin: 0 !important;
  }

  .dt-16 .net-152 > div > div:nth-child(2) {
    width: 42% !important;
    margin-left: auto !important;
    margin-right: 26px !important;
  }
}

@media screen and (max-width: 1140px) {
  .dt-16 .net-152 > div > div:nth-child(2) {
    width: 42% !important;
    margin-left: auto !important;
    margin-right: 26px !important;
  }
}

@media screen and (max-width: 1000px) {
  .dt-16 .net-152 > div > div:nth-child(2) {
    width: 45% !important;
  }
}

@media screen and (max-width: 1000px) {
  .dt-16 .net-152 > div > div:nth-child(2),
  .dt-16 .net-152 > div > div:nth-child(1) {
    width: 100% !important;
  }

  .contact__info {
    max-width: unset !important;
  }

  .dt-16 .net-152 > div > div:nth-child(1) {
    margin-bottom: 40px !important;
  }

  .contact__form-upload {
    width: 100% !important;
  }

  .contact__form-upload-label {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 770px) {
  .dt-16-1 {
    padding-bottom: 40px !important;
  }

  .dt-16 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 770px) {
  .dt-16 .net-152 > div > div:nth-child(2) {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 570px) {
  .dt-16-1 {
    padding-bottom: 30px !important;
  }

  .dt-16 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .dt-15-1 h2,
  .dt-15-1 h2 span {
    font-size: 30px !important;
    line-height: 42px !important;
  }

  .dt-16-1 h2 {
    font-size: 30px !important;
    line-height: 42px !important;
  }

  .contact__info-heading {
    font-family: "Karla" !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 49px !important;
    color: #0c3346 !important;
  }
}

/* End custom CSS */
.elementor-125383 .elementor-element.elementor-element-5d461b7 > .elementor-container {
  max-width: 1400px;
  min-height: 10vh;
}

.elementor-125383 .elementor-element.elementor-element-5d461b7:not(.elementor-motion-effects-element-type-background),
.elementor-125383 .elementor-element.elementor-element-5d461b7 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #fbfbfd;
}

.elementor-125383 .elementor-element.elementor-element-5d461b7 {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ededef;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0% 0% 0% 0%;
}

.elementor-125383 .elementor-element.elementor-element-5d461b7 > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-bc-flex-widget .elementor-125383 .elementor-element.elementor-element-d8c2a84.elementor-column .elementor-widget-wrap {
  align-items: center;
}

.elementor-125383
  .elementor-element.elementor-element-d8c2a84.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}

.elementor-bc-flex-widget .elementor-125383 .elementor-element.elementor-element-bdd8baa.elementor-column .elementor-widget-wrap {
  align-items: center;
}

.elementor-125383
  .elementor-element.elementor-element-bdd8baa.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}

.elementor-125383 .elementor-element.elementor-element-bdd8baa > .elementor-element-populated {
  padding: 0px 0px 0px 0px;
}

.elementor-125383 .elementor-element.elementor-element-c20df94 .elementor-button {
  font-family: "Karla", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  background-color: #3599cc;
  border-radius: 0px 0px 0px 0px;
}

.elementor-125383 .elementor-element.elementor-element-31d2079 > .elementor-element-populated {
  padding: 0px 0px 0px 0px;
}

.elementor-125383 .elementor-element.elementor-element-24142af > .elementor-widget-container {
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.elementor-125383 .elementor-element.elementor-element-32ee715 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --justify-content: center;
  --gap: 0px;
  --background-transition: 0.3s;
  --margin-top: 0px;
  --margin-right: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --padding-top: 0px;
  --padding-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
}

.elementor-125383 .elementor-element.elementor-element-32ee715,
.elementor-125383 .elementor-element.elementor-element-32ee715::before {
  --border-transition: 0.3s;
}

.elementor-125383 .elementor-element.elementor-element-a3aea06 > .elementor-widget-container {
  background-color: var(--e-global-color-primary);
}

.elementor-125383 .elementor-element.elementor-element-3eeeb98 > .elementor-container {
  min-height: 10vh;
}

.elementor-125383 .elementor-element.elementor-element-3eeeb98:not(.elementor-motion-effects-element-type-background),
.elementor-125383 .elementor-element.elementor-element-3eeeb98 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #fbfbfd;
}

.elementor-125383 .elementor-element.elementor-element-3eeeb98 {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ededef;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0% 0% 0% 0%;
  z-index: 9999;
}

.elementor-125383 .elementor-element.elementor-element-3eeeb98 > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-125383
  .elementor-element.elementor-element-90411ed
  > .elementor-widget-wrap
  > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-125383 .elementor-element.elementor-element-90411ed:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap,
.elementor-125383
  .elementor-element.elementor-element-90411ed
  > .elementor-widget-wrap
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: var(--e-global-color-c2296e6);
}

.elementor-125383 .elementor-element.elementor-element-90411ed > .elementor-element-populated {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-125383 .elementor-element.elementor-element-90411ed > .elementor-element-populated > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-125383 .elementor-element.elementor-element-9136a67 > .elementor-widget-container {
  background-color: var(--e-global-color-c2296e6);
}

@media (min-width: 768px) {
  .elementor-125383 .elementor-element.elementor-element-32ee715 {
    --content-width: 100%;
  }
}

@media (max-width: 1279px) and (min-width: 768px) {
  .elementor-125383 .elementor-element.elementor-element-d8c2a84 {
    width: 55%;
  }

  .elementor-125383 .elementor-element.elementor-element-bdd8baa {
    width: 14%;
  }

  .elementor-125383 .elementor-element.elementor-element-31d2079 {
    width: 4%;
  }
}

@media (max-width: 1279px) {
  .elementor-125383 .elementor-element.elementor-element-c20df94 .elementor-button {
    font-size: 14px;
  }

  .elementor-125383 .elementor-element.elementor-element-24142af > .elementor-widget-container {
    margin: 13px 0px 0px 0px;
  }
}

@media (max-width: 767px) {
  .elementor-125383 .elementor-element.elementor-element-d8c2a84 {
    width: 24%;
  }

  .elementor-125383 .elementor-element.elementor-element-d8c2a84 > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
  }

  .elementor-125383 .elementor-element.elementor-element-bdd8baa {
    width: 37%;
  }

  .elementor-125383 .elementor-element.elementor-element-bdd8baa > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
  }

  .elementor-125383 .elementor-element.elementor-element-31d2079 {
    width: 36%;
  }

  .elementor-125383 .elementor-element.elementor-element-32ee715 {
    --gap: 5px;
    --flex-wrap: nowrap;
  }

  .elementor-125383 .elementor-element.elementor-element-32ee715:not(.elementor-motion-effects-element-type-background),
  .elementor-125383 .elementor-element.elementor-element-32ee715 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url("wp-content/uploads/2023/09/Image-210.jpg");
    background-position: bottom right;
  }

  .elementor-125383 .elementor-element.elementor-element-3eeeb98 > .elementor-container {
    min-height: 20px;
  }
}

/* Start custom CSS for column, class: .elementor-element-d8c2a84 */
html {
  height: 100%;
}

body {
  height: 100%;
}

/*.elementor-location-header > div > section.elementor-sticky__spacer > div {*/
/*    display: none!important;*/
/*}*/
/*body > div[data-elementor-type=wp-page], body > main {*/
/*    padding-top: 67px!important;*/
/*    transition: all 0.3s!important;*/
/*}*/

html {
  position: fixed;
  height: 100%;
  overflow: hidden;
}

body {
  width: 100vw;
  height: 100vh;
}

* {
  -webkit-overflow-scrolling: touch !important;
  scroll-behavior: smooth !important;
}

.lang > div > div > div {
  margin-top: 3px !important;
}

.trp-ls-shortcode-language,
.trp-ls-shortcode-current-language {
  padding: 0 !important;
  width: fit-content !important;
  background-color: #fbfbfd !important;
}

.trp-language-switcher-container:hover a {
  color: #3599cc;
  transition: all 0.3s;
}

.trp-ls-shortcode-language > a,
.trp-ls-shortcode-current-language > a {
  background-color: #fbfbfd !important;
}

.lang {
  align-items: center;
  margin-left: 15px;
}

.lang > li {
  list-style-type: none;
}

.lang > li > a {
  color: #191b1d;
}

.elementor .cont-bl > div > div > div > div > a:hover {
  background-color: #18455d !important;
  transition: all 0.3s;
}

.serh > div > div {
  cursor: pointer;
}

.lang > li > a:hover {
  color: #18455d;
  transition: all 0.3s;
}

.mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2::after {
  width: 100%;
}

.mobile-plus-toggle-menu-st2-h {
  display: none !important;
}


.headmn {
  border-width: 0px 0px 1px 0px !important;
}

@media screen and (max-width: 1440px) {
  .headmn {
    /*width: 100%!important;*/
    max-width: none;
    padding: 0 10px !important;
  }

  .ul-men {
    width: 67% !important;
  }
}

@media screen and (max-width: 1370px) {
  .headmn {
    /*width: 100%!important;*/
    max-width: none;
    padding: 0 10px !important;
  }
}

@media screen and (max-width: 1280px) {
  .ul-men {
    width: 60% !important;
  }
}

@media screen and (max-width: 1200px) {
  .ul-men {
    width: 60% !important;
  }
}

@media screen and (max-width: 1190px) {
  .dropdown-menu > li > div > div > div > section:nth-child(3) > div {
    margin-left: 15%;
  }
}

@media screen and (max-width: 1140px) {
  .ul-men {
    width: 62% !important;
  }
}

@media screen and (max-width: 1100px) {
  .dropdown-menu > li > div > div > div > section:nth-child(2) > div {
    margin-left: 14%;
  }
}

@media screen and (max-width: 1065px) {
  .dropdown-menu > li > div > div > div > section:nth-child(2) > div {
    margin-left: 15%;
  }
}

@media screen and (max-width: 1000px) {
  .cont-bl {
    display: none;
  }

  .serh {
    display: none;
  }

  .lang {
    display: none;
  }

  .lang {
    margin-left: 0;
  }

  .new-ab-us {
    display: inline-block;
    margin-bottom: 26px;
    color: #3599cc;
    font-family: "Karla", Sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  /*.plus-mobile-menu > ul > li:nth-child(6) {*/
  /*    display: none;*/
  /*}*/
  .plus-navigation-wrap .plus-mobile-menu-content.collapse.in {
    display: block !important;
  }

  .ul-men {
    width: 100%;
  }

  .elementor .elementor-element .plus-mobile-menu-content .dropdown-toggle {
    text-align: left !important;
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(1) > ul > li > div > div > div > section:nth-child(2) > div:nth-child(1) {
    margin-left: 0;
    display: flex;
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(1) > ul > li > div > div > div > section:nth-child(2) > div:nth-child(1) div:nth-child(3) {
    order: 4;
    width: 100%;
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(1) > ul > li > div > div > div > section:nth-child(2) > div:nth-child(1) div:nth-child(4) {
    order: 5;
    width: 100%;
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(1) > ul > li > div > div > div > section:nth-child(2) > div:nth-child(1) div:nth-child(5) {
    order: 6;
    width: 100%;
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(1) > ul > li > div > div > div > section:nth-child(2) > div:nth-child(1) div:nth-child(2) {
    order: 3;
    width: 100%;
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(1) > ul > li > div > div > div > section:nth-child(2) > div:nth-child(1) div:nth-child(1) {
    order: 2;
    margin-left: 0;
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(2) > ul > li > div > div > div > section:nth-child(2) > div:nth-child(1) {
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(2) > ul > li > div > div > div > section:nth-child(3) > div:nth-child(1) {
    margin-left: 0;
    display: flex;
  }

  .plus-mobile-menu-content
    > div
    > ul
    > li:nth-child(2)
    > ul
    > li
    > div
    > div
    > div
    > section:nth-child(2)
    > div:nth-child(1)
    > div:nth-child(1)
    > div
    > div
    > div {
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(2) > ul > li > div > div > div > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
    width: 100%;
  }

  .plus-mobile-menu-content
    > div
    > ul
    > li:nth-child(2)
    > ul
    > li
    > div
    > div
    > div
    > section:nth-child(2)
    > div:nth-child(1)
    > div:nth-child(1)
    > div
    > div
    > div
    > div {
    display: none;
  }

  .plus-mobile-menu-content
    > div
    > ul
    > li:nth-child(2)
    > ul
    > li
    > div
    > div
    > div
    > section:nth-child(2)
    > div:nth-child(1)
    > div:nth-child(2)
    > div
    > div
    > div
    > div {
    display: none;
  }

  .plus-mobile-menu-content
    > div
    > ul
    > li:nth-child(2)
    > ul
    > li
    > div
    > div
    > div
    > section:nth-child(2)
    > div:nth-child(1)
    > div:nth-child(3)
    > div
    > div
    > div
    > div {
    display: none;
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(2) > ul > li > div > div > div > section:nth-child(3),
  .plus-mobile-menu-content > div > ul > li:nth-child(2) > ul > li > div > div > div > section:nth-child(1) {
    display: none;
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(1) > ul > li > div > div > div > section:nth-child(3),
  .plus-mobile-menu-content > div > ul > li:nth-child(1) > ul > li > div > div > div > section:nth-child(1) {
    display: none;
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(3) > ul > li > div > div > div > section:nth-child(1),
  .plus-mobile-menu-content > div > ul > li:nth-child(3) > ul > li > div > div > div > section:nth-child(2),
  .plus-mobile-menu-content > div > ul > li:nth-child(3) > ul > li > div > div > div > section:nth-child(3) {
    /*display: none;*/
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(3) > ul > li > div > div > div > section:nth-child(4) > div {
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(3) > ul > li > div > div > div > section:nth-child(4) > div > div:nth-child(1) > div > div > div > div,
  .plus-mobile-menu-content > div > ul > li:nth-child(3) > ul > li > div > div > div > section:nth-child(4) > div > div:nth-child(2) > div > div > div > div,
  .plus-mobile-menu-content > div > ul > li:nth-child(3) > ul > li > div > div > div > section:nth-child(4) > div > div:nth-child(3) > div > div > div > div,
  .plus-mobile-menu-content > div > ul > li:nth-child(3) > ul > li > div > div > div > section:nth-child(4) > div > div:nth-child(4) > div > div > div > div {
    /*display: none;*/
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(3) > ul > li > div > div > div > section:nth-child(5),
  .plus-mobile-menu-content > div > ul > li:nth-child(3) > ul > li > div > div > div > section:nth-child(6),
  .plus-mobile-menu-content > div > ul > li:nth-child(3) > ul > li > div > div > div > section:nth-child(7) {
    /*display: none;*/
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(3) > ul > li > div > div > div > section:nth-child(4) {
    display: none;
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(4) > ul > li > div > div > div > section:nth-child(2) > div:nth-child(1) {
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(4) > ul > li > div > div > div > section:nth-child(1),
  .plus-mobile-menu-content > div > ul > li:nth-child(4) > ul > li > div > div > div > section:nth-child(3) {
    display: none;
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(5) > a {
    text-align: left !important;
  }

  .elementor-search-form--focus > div > input {
    width: 100% !important;
  }

  .elementor .elementor-search-form--focus > div {
    width: 100%;
  }

  .elementor .li-searc > div {
    width: 100% !important;
  }

  .elementor .elementor-column.serh .elementor-widget-container {
    width: 100% !important;
    padding: 0 10px;
  }

  .li-contme {
    padding: 0 10px;
    margin-bottom: 15px;
  }

  .li-lang {
    padding: 0 10px;
  }

  .plus-navigation-wrap .plus-mobile-menu-content {
    background-color: #fbfbfd;
  }

  .elementor .elementor-column.serh .elementor-search-form__input {
    background-color: #fff;
  }

  .elementor .elementor-element.elementor-element-46daa388 .elementor-button {
    font-family: "Karla", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #3599cc;
    background-color: transparent;
    border-radius: 0px 0px 0px 0px;
    color: #191b1d;
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(2) > a,
  .plus-mobile-menu-content > div > ul > li:nth-child(3) > a,
  .plus-mobile-menu-content > div > ul > li:nth-child(4) > a {
    text-align: left !important;
  }

  .plus-mobile-menu-content > div > ul > li.li-contme {
    padding: 0;
    width: fit-content;
  }

  .plus-mobile-menu-content > div > ul > li.li-contme > div {
    width: 100% !important;
    margin-left: 10px;
  }

  .elementor .plus-mobile-menu-content > div > ul > li.li-contme > div > div > div > div > div > a {
    font-family: "Karla", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    border: 1px solid #3599cc !important;
    background-color: transparent !important;
    border-radius: 0px 0px 0px 0px !important;
    color: #191b1d !important;
    padding: 10px !important;
  }

  .plus-mobile-menu-content .nav > li {
    position: relative;
    display: block;
    margin: 10px 0;
  }

  .plus-mobile-menu .navbar-nav li a {
    padding: 0 !important;
  }

  .trp-ls-shortcode-current-language {
    width: fit-content !important;
    padding: 0 !important;
  }

  .li-lang > div > div > div > div {
    margin: 0 !important;
  }

  body:not(.rtl) .elementor .elementor-column.serh .elementor-search-form__icon {
    padding-left: 0 !important;
    padding-right: calc(50px / 3);
    transition: all 0.3s;
  }

  .elementor-search-form__input {
    background-color: #fff !important;
  }

  body:not(.rtl) .elementor .elementor-column.serh .elementor-search-form--focus .elementor-search-form__icon {
    padding-left: calc(50px / 3) !important;
    transition: all 0.3s;
  }

  .elementor .elementor-element.ul-men {
    width: 87%;
  }

  .elementor .elementor-element .mobile-plus-toggle-menu-st2::before,
  .elementor .elementor-element .mobile-plus-toggle-menu-st2::after,
  .elementor .elementor-element .mobile-plus-toggle-menu-st2 {
    background-color: #0c3346 !important;
  }

  .click-bttn {
    transform: rotate(45deg);
  }

  .click-bttn::before {
    transform: rotate(90deg);
    top: 0px !important;
    transition: all 0.3s;
  }

  .click-bttn::after {
    top: 0px !important;
    transition: all 0.3s;
  }

  .mobile-plus-toggle-menu-st2,
  .mobile-plus-toggle-menu-st2::before,
  .mobile-plus-toggle-menu-st2::after {
    transition: all 0.3s;
  }

  .plus-mobile-menu-content .plus-mobile-menu {
    padding-bottom: 20px;
  }

  .plus-navigation-wrap .plus-navigation-inner:not(.mega-menu-fullwidth) .navbar-nav > .plus-fw > .dropdown-menu {
    padding-left: 20px;
  }

  .elementor-column.serh .elementor-search-form__input {
    width: 100% !important;
    padding: 0;
    padding: 0 20px !important;
  }

  .elementor-search-form__container {
    width: 100% !important;
  }

  body:not(.rtl) .elementor .elementor-column.serh .elementor-search-form__icon {
    border-color: transparent;
    position: absolute;
    right: 20px;
    z-index: 999;
    top: 18px;
  }

  .elementor-search-form__icon {
    display: none !important;
  }

  .elementor-search-form {
    position: relative;
  }

  .bSub {
    position: absolute;
    right: 10px;
    top: 5px;
    background: url("https://i.ibb.co/zZ3xWH4/Group-1.png");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;
  }

  .bSub:focus,
  .bSub:hover {
    background: transparent;
    border: none;
    outline: none;
  }

  .elementor-search-form__input {
    border-radius: 0 !important;
  }

  .elementor-search-form--focus .elementor-search-form__input {
    border-bottom: 1px solid #3599cc !important;
  }

  .lang {
    width: 100% !important;
  }

  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2::before,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2::after,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2-h,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2-h::before,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2-h::after {
    width: 30px;
    border-radius: 3px;
  }

  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2::before,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2-h::before {
    top: -8px;
  }

  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2::after,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2-h::after {
    top: 8px;
  }

  .mobile-plus-toggle-menu.toggle-style-2 {
    width: 30px;
    height: 30px;
  }

  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2::before,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2::after,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2-h,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2-h::before,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2-h::after {
    height: 3px;
  }
}

@media screen and (max-width: 991px) {
  .plus-navigation-wrap .plus-mobile-menu-content.collapse.in {
    display: block !important;
  }
}

@media screen and (max-width: 821px) {
  .headmn > div > div:nth-child(1) {
    width: 20% !important;
  }
}

@media screen and (max-width: 769px) {
  .headmn > div > div:nth-child(1) {
    width: 20% !important;
  }

  .elementor .elementor-element.ul-men {
    width: 80%;
  }

  .elementor .elementor-element.elementor-element-1fe4230b {
    width: 13%;
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(1) > ul > li > div > div > div > section:nth-child(2) > div:nth-child(1) {
    flex-direction: column;
  }

  .dropdown-menu {
    width: 100% !important;
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(1) > ul > li > div > div > div > section:nth-child(2) > div:nth-child(1) div:nth-child(2) {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .elementor .elementor-element.elementor-element-1fe4230b {
    width: 13%;
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(1) > ul > li > div > div > div > section:nth-child(2) > div:nth-child(1) {
    flex-direction: column;
  }

  .dropdown-menu {
    width: 100% !important;
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(1) > ul > li > div > div > div > section:nth-child(2) > div:nth-child(1) div:nth-child(2) {
    width: 100%;
  }

  .plus-mobile-menu-content > div > ul > li:nth-child(1) > ul > li > div > div > div > section:nth-child(2) > div:nth-child(1) div:nth-child(1) {
    order: 2;
    text-align: left;
    margin-left: 0;
  }
}

@media screen and (max-width: 569px) {
  .headmn > div > div:nth-child(1) {
    width: 35% !important;
  }

  .elementor .elementor-element.ul-men {
    width: 65%;
  }

  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2::before,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2::after,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2-h,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2-h::before,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2-h::after {
    width: 24px;
    border-radius: 1px;
  }

  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2::before,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2-h::before {
    top: -6px;
  }

  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2::after,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2-h::after {
    top: 6px;
  }

  .mobile-plus-toggle-menu.toggle-style-2 {
    width: 24px;
    height: 24px;
  }

  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2::before,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2::after,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2-h,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2-h::before,
  .mobile-plus-toggle-menu.toggle-style-2 .mobile-plus-toggle-menu-st2-h::after {
    height: 2px;
  }
}

/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-3eeeb98 */
.plus-navigation-wrap .navbar-nav {
  max-width: 100%;
}

.new-menu-inno {
  height: auto !important;
}

.new-menu-inno .new-menu {
  background: #fbfbfd;
}

.elementor-125383 {
  z-index: 9999;
  position: relative;
}

/* End custom CSS */
.elementor-87791 .elementor-element.elementor-element-7ad2a17 > .elementor-container {
  max-width: 1430px;
}

.elementor-87791 .elementor-element.elementor-element-7ad2a17:not(.elementor-motion-effects-element-type-background),
.elementor-87791 .elementor-element.elementor-element-7ad2a17 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: var(--e-global-color-primary);
}

.elementor-87791 .elementor-element.elementor-element-7ad2a17 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 60px 0px 60px 0px;
}

.elementor-87791 .elementor-element.elementor-element-7ad2a17 > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-87791 .elementor-element.elementor-element-009701c {
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 0px 0px 0px 0px;
}

.elementor-87791 .elementor-element.elementor-element-566cad8 > .elementor-widget-container {
  padding: 0px 0px 20px 0px;
}

.elementor-87791 .elementor-element.elementor-element-0ea1f98 > .elementor-element-populated {
  margin: 0px 0px 0px 50px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 50px;
}

.elementor-87791 .elementor-element.elementor-element-1c3622a > .elementor-widget-container {
  margin: 0% 0% 0% 0%;
}

.elementor-87791 .elementor-element.elementor-element-3b207a0 {
  color: #999999;
  font-family: "Karla", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.elementor-87791 .elementor-element.elementor-element-1a33060 .elementor-field-group {
  padding-right: calc(0px / 2);
  padding-left: calc(0px / 2);
  margin-bottom: 0px;
}

.elementor-87791 .elementor-element.elementor-element-1a33060 .elementor-form-fields-wrapper {
  margin-left: calc(-0px / 2);
  margin-right: calc(-0px / 2);
  margin-bottom: -0px;
}

.elementor-87791 .elementor-element.elementor-element-1a33060 .elementor-field-group.recaptcha_v3-bottomleft,
.elementor-87791 .elementor-element.elementor-element-1a33060 .elementor-field-group.recaptcha_v3-bottomright {
  margin-bottom: 0;
}

body.rtl .elementor-87791 .elementor-element.elementor-element-1a33060 .elementor-labels-inline .elementor-field-group > label {
  padding-left: 0px;
}

body:not(.rtl) .elementor-87791 .elementor-element.elementor-element-1a33060 .elementor-labels-inline .elementor-field-group > label {
  padding-right: 0px;
}

body .elementor-87791 .elementor-element.elementor-element-1a33060 .elementor-labels-above .elementor-field-group > label {
  padding-bottom: 0px;
}

.elementor-87791 .elementor-element.elementor-element-1a33060 .elementor-field-group > label {
  font-family: "Karla", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.elementor-87791 .elementor-element.elementor-element-1a33060 .elementor-field-type-html {
  padding-bottom: 0px;
  font-family: "Roboto", Sans-serif;
  font-size: 1px;
  font-weight: 400;
}

.elementor-87791 .elementor-element.elementor-element-1a33060 .elementor-field-group .elementor-field,
.elementor-87791 .elementor-element.elementor-element-1a33060 .elementor-field-subgroup label {
  font-family: "Karla", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.elementor-87791
  .elementor-element.elementor-element-1a33060
  .elementor-field-group:not(.elementor-field-type-upload)
  .elementor-field:not(.elementor-select-wrapper) {
  background-color: #ffffff;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

.elementor-87791 .elementor-element.elementor-element-1a33060 .elementor-field-group .elementor-select-wrapper select {
  background-color: #ffffff;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

.elementor-87791 .elementor-element.elementor-element-1a33060 .elementor-button {
  font-family: "Karla", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  border-radius: 0px 0px 0px 0px;
}

.elementor-87791 .elementor-element.elementor-element-1a33060 .e-form__buttons__wrapper__button-next {
  color: #ffffff;
}

.elementor-87791 .elementor-element.elementor-element-1a33060 .elementor-button[type="submit"] {
  color: #ffffff;
}

.elementor-87791 .elementor-element.elementor-element-1a33060 .elementor-button[type="submit"] svg * {
  fill: #ffffff;
}

.elementor-87791 .elementor-element.elementor-element-1a33060 .e-form__buttons__wrapper__button-previous {
  color: #ffffff;
}

.elementor-87791 .elementor-element.elementor-element-1a33060 .e-form__buttons__wrapper__button-next:hover {
  color: #ffffff;
}

.elementor-87791 .elementor-element.elementor-element-1a33060 .elementor-button[type="submit"]:hover {
  color: #ffffff;
}

.elementor-87791 .elementor-element.elementor-element-1a33060 .elementor-button[type="submit"]:hover svg * {
  fill: #ffffff;
}

.elementor-87791 .elementor-element.elementor-element-1a33060 .e-form__buttons__wrapper__button-previous:hover {
  color: #ffffff;
}

.elementor-87791 .elementor-element.elementor-element-1a33060 .elementor-message {
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
}

.elementor-87791 .elementor-element.elementor-element-1a33060 {
  --e-form-steps-indicators-spacing: 20px;
  --e-form-steps-indicator-padding: 30px;
  --e-form-steps-indicator-inactive-secondary-color: #ffffff;
  --e-form-steps-indicator-active-secondary-color: #ffffff;
  --e-form-steps-indicator-completed-secondary-color: #ffffff;
  --e-form-steps-divider-width: 1px;
  --e-form-steps-divider-gap: 10px;
}

.elementor-87791 .elementor-element.elementor-element-db1083f .elementor-field-group {
  padding-right: calc(0px / 2);
  padding-left: calc(0px / 2);
  margin-bottom: 0px;
}

.elementor-87791 .elementor-element.elementor-element-db1083f .elementor-form-fields-wrapper {
  margin-left: calc(-0px / 2);
  margin-right: calc(-0px / 2);
  margin-bottom: -0px;
}

.elementor-87791 .elementor-element.elementor-element-db1083f .elementor-field-group.recaptcha_v3-bottomleft,
.elementor-87791 .elementor-element.elementor-element-db1083f .elementor-field-group.recaptcha_v3-bottomright {
  margin-bottom: 0;
}

body.rtl .elementor-87791 .elementor-element.elementor-element-db1083f .elementor-labels-inline .elementor-field-group > label {
  padding-left: 0px;
}

body:not(.rtl) .elementor-87791 .elementor-element.elementor-element-db1083f .elementor-labels-inline .elementor-field-group > label {
  padding-right: 0px;
}

body .elementor-87791 .elementor-element.elementor-element-db1083f .elementor-labels-above .elementor-field-group > label {
  padding-bottom: 0px;
}

.elementor-87791 .elementor-element.elementor-element-db1083f .elementor-field-group > label {
  font-family: "Karla", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.elementor-87791 .elementor-element.elementor-element-db1083f .elementor-field-type-html {
  padding-bottom: 0px;
  font-family: "Roboto", Sans-serif;
  font-size: 1px;
  font-weight: 400;
}

.elementor-87791 .elementor-element.elementor-element-db1083f .elementor-field-group .elementor-field,
.elementor-87791 .elementor-element.elementor-element-db1083f .elementor-field-subgroup label {
  font-family: "Karla", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.elementor-87791
  .elementor-element.elementor-element-db1083f
  .elementor-field-group:not(.elementor-field-type-upload)
  .elementor-field:not(.elementor-select-wrapper) {
  background-color: #ffffff;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

.elementor-87791 .elementor-element.elementor-element-db1083f .elementor-field-group .elementor-select-wrapper select {
  background-color: #ffffff;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

.elementor-87791 .elementor-element.elementor-element-db1083f .elementor-button {
  font-family: "Karla", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  border-radius: 0px 0px 0px 0px;
}

.elementor-87791 .elementor-element.elementor-element-db1083f .e-form__buttons__wrapper__button-next {
  color: #ffffff;
}

.elementor-87791 .elementor-element.elementor-element-db1083f .elementor-button[type="submit"] {
  color: #ffffff;
}

.elementor-87791 .elementor-element.elementor-element-db1083f .elementor-button[type="submit"] svg * {
  fill: #ffffff;
}

.elementor-87791 .elementor-element.elementor-element-db1083f .e-form__buttons__wrapper__button-previous {
  color: #ffffff;
}

.elementor-87791 .elementor-element.elementor-element-db1083f .e-form__buttons__wrapper__button-next:hover {
  color: #ffffff;
}

.elementor-87791 .elementor-element.elementor-element-db1083f .elementor-button[type="submit"]:hover {
  color: #ffffff;
}

.elementor-87791 .elementor-element.elementor-element-db1083f .elementor-button[type="submit"]:hover svg * {
  fill: #ffffff;
}

.elementor-87791 .elementor-element.elementor-element-db1083f .e-form__buttons__wrapper__button-previous:hover {
  color: #ffffff;
}

.elementor-87791 .elementor-element.elementor-element-db1083f {
  --e-form-steps-indicators-spacing: 20px;
  --e-form-steps-indicator-padding: 30px;
  --e-form-steps-indicator-inactive-secondary-color: #ffffff;
  --e-form-steps-indicator-active-secondary-color: #ffffff;
  --e-form-steps-indicator-completed-secondary-color: #ffffff;
  --e-form-steps-divider-width: 1px;
  --e-form-steps-divider-gap: 10px;
}

.elementor-87791 .elementor-element.elementor-element-ff09947 {
  color: #999999;
  font-family: "Karla", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.elementor-87791 .elementor-element.elementor-element-ff09947 > .elementor-widget-container {
  margin: 0% 0% 0% 0%;
}

.elementor-87791 .elementor-element.elementor-element-f4a007a > .elementor-element-populated {
  margin: 0px 0px 0px 50px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 50px;
}

.elementor-87791 .elementor-element.elementor-element-0100a85 {
  --divider-border-style: solid;
  --divider-color: #848d93;
  --divider-border-width: 1px;
}

.elementor-87791 .elementor-element.elementor-element-0100a85 .elementor-divider-separator {
  width: 100%;
}

.elementor-87791 .elementor-element.elementor-element-0100a85 .elementor-divider {
  padding-top: 10px;
  padding-bottom: 10px;
}

.elementor-87791 .elementor-element.elementor-element-0100a85 > .elementor-widget-container {
  margin: 0% 0% 0% 0%;
}

.elementor-bc-flex-widget .elementor-87791 .elementor-element.elementor-element-abbf581.elementor-column .elementor-widget-wrap {
  align-items: center;
}

.elementor-87791
  .elementor-element.elementor-element-abbf581.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}

.elementor-87791 .elementor-element.elementor-element-abbf581.elementor-column > .elementor-widget-wrap {
  justify-content: flex-start;
}

.elementor-87791 .elementor-element.elementor-element-abbf581 > .elementor-element-populated {
  margin: 0% 0% 0% 0%;
  --e-column-margin-right: 0%;
  --e-column-margin-left: 0%;
  padding: 0px 0px 0px 0px;
}

.elementor-87791 .elementor-element.elementor-element-6726be9 {
  text-align: left;
}

.elementor-87791 .elementor-element.elementor-element-6726be9 img {
  width: 100%;
  max-width: 195px;
}

.elementor-87791 .elementor-element.elementor-element-6726be9 > .elementor-widget-container {
  margin: 0px 0px 5px 0px;
}

.elementor-bc-flex-widget .elementor-87791 .elementor-element.elementor-element-c65b5a1.elementor-column .elementor-widget-wrap {
  align-items: center;
}

.elementor-87791
  .elementor-element.elementor-element-c65b5a1.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}

.elementor-87791 .elementor-element.elementor-element-06c6a94 {
  color: #ffffff;
  font-family: "Karla", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.elementor-bc-flex-widget .elementor-87791 .elementor-element.elementor-element-adae04d.elementor-column .elementor-widget-wrap {
  align-items: center;
}

.elementor-87791
  .elementor-element.elementor-element-adae04d.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}

.elementor-87791 .elementor-element.elementor-element-adae04d > .elementor-element-populated {
  text-align: right;
  margin: 0% 0% 0% 0%;
  --e-column-margin-right: 0%;
  --e-column-margin-left: 0%;
}

.elementor-87791 .elementor-element.elementor-element-e251309 > .elementor-widget-container {
  margin: 0% 0% 0% 0%;
}

@media (max-width: 1279px) {
  .elementor-87791 .elementor-element.elementor-element-7ad2a17 {
    padding: 40px 0px 40px 0px;
  }

  .elementor-87791 .elementor-element.elementor-element-009701c {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .elementor-87791 .elementor-element.elementor-element-0ea1f98 > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
  }

  .elementor-87791 .elementor-element.elementor-element-fcfeaaa > .elementor-widget-container {
    padding: 0px 0px 20px 0px;
  }

  .elementor-87791 .elementor-element.elementor-element-ff09947 > .elementor-widget-container {
    margin: 0px 0px 50px 0px;
  }

  .elementor-87791 .elementor-element.elementor-element-f4a007a > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
  }

  .elementor-87791 .elementor-element.elementor-element-3f0dcfc > .elementor-widget-container {
    padding: 0px 0px 0px 0px;
  }

  .elementor-87791 .elementor-element.elementor-element-0100a85 .elementor-divider {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .elementor-bc-flex-widget .elementor-87791 .elementor-element.elementor-element-abbf581.elementor-column .elementor-widget-wrap {
    align-items: flex-start;
  }

  .elementor-87791
    .elementor-element.elementor-element-abbf581.elementor-column.elementor-element[data-element_type="column"]
    > .elementor-widget-wrap.elementor-element-populated {
    align-content: flex-start;
    align-items: flex-start;
  }

  .elementor-87791 .elementor-element.elementor-element-abbf581 > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
  }

  .elementor-87791 .elementor-element.elementor-element-6726be9 > .elementor-widget-container {
    margin: 0% 0% 0% 0%;
    padding: 0px 0px 0px 0px;
  }

  .elementor-87791
    .elementor-element.elementor-element-c65b5a1
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 10px;
  }

  .elementor-87791 .elementor-element.elementor-element-c65b5a1 > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 30px;
  }

  .elementor-87791 .elementor-element.elementor-element-06c6a94 {
    line-height: 22px;
  }

  .elementor-87791 .elementor-element.elementor-element-06c6a94 > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
  }
}

@media (max-width: 767px) {
  .elementor-87791 .elementor-element.elementor-element-7ad2a17 {
    padding: 30px 0px 30px 0px;
  }

  .elementor-87791 .elementor-element.elementor-element-009701c {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .elementor-87791 .elementor-element.elementor-element-566cad8 {
    text-align: left;
  }

  .elementor-87791 .elementor-element.elementor-element-566cad8 > .elementor-widget-container {
    margin: 0% 0% 0% 0%;
    padding: 0px 0px 10px 0px;
  }

  .elementor-87791 .elementor-element.elementor-element-fcfeaaa > .elementor-widget-container {
    padding: 0px 0px 10px 0px;
  }

  .elementor-87791
    .elementor-element.elementor-element-c3ef77c
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 10px;
  }

  .elementor-87791 .elementor-element.elementor-element-3b207a0 > .elementor-widget-container {
    margin: 0% 0% 0% 0%;
    padding: 0px 0px 10px 0px;
  }

  .elementor-87791 .elementor-element.elementor-element-1a33060 > .elementor-widget-container {
    padding: 0px 0px 0px 0px;
  }

  .elementor-87791 .elementor-element.elementor-element-db1083f > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-87791 .elementor-element.elementor-element-ff09947 > .elementor-widget-container {
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 0px 0px;
  }

  .elementor-87791 .elementor-element.elementor-element-3f0dcfc > .elementor-widget-container {
    padding: 0px 0px 0px 0px;
  }

  .elementor-87791 .elementor-element.elementor-element-0100a85 .elementor-divider {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .elementor-87791 .elementor-element.elementor-element-0100a85 > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
  }

  .elementor-87791 .elementor-element.elementor-element-80fedf4 {
    padding: 0px 0px 0px 0px;
  }

  .elementor-87791 .elementor-element.elementor-element-abbf581.elementor-column > .elementor-widget-wrap {
    justify-content: flex-start;
  }

  .elementor-87791 .elementor-element.elementor-element-abbf581 > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
  }

  .elementor-87791 .elementor-element.elementor-element-6726be9 {
    text-align: left;
  }

  .elementor-87791 .elementor-element.elementor-element-6726be9 img {
    width: 175px;
    max-width: 184px;
  }

  .elementor-87791 .elementor-element.elementor-element-6726be9 > .elementor-widget-container {
    margin: 0% 0% 0% 0%;
    padding: 0px 0px 20px 0px;
  }

  .elementor-87791 .elementor-element.elementor-element-c65b5a1.elementor-column > .elementor-widget-wrap {
    justify-content: flex-start;
  }

  .elementor-87791
    .elementor-element.elementor-element-c65b5a1
    > .elementor-widget-wrap
    > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 10px;
  }

  .elementor-87791 .elementor-element.elementor-element-c65b5a1 > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
  }

  .elementor-87791 .elementor-element.elementor-element-06c6a94 {
    font-size: 14px;
    line-height: 21px;
  }

  .elementor-87791 .elementor-element.elementor-element-06c6a94 > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}

@media (min-width: 768px) {
  .elementor-87791 .elementor-element.elementor-element-cb1f9b0 {
    width: 32%;
  }

  .elementor-87791 .elementor-element.elementor-element-0ea1f98 {
    width: 68%;
  }

  .elementor-87791 .elementor-element.elementor-element-c3ef77c {
    width: 32%;
  }

  .elementor-87791 .elementor-element.elementor-element-f4a007a {
    width: 68%;
  }

  .elementor-87791 .elementor-element.elementor-element-abbf581 {
    width: 20%;
  }

  .elementor-87791 .elementor-element.elementor-element-c65b5a1 {
    width: 46.664%;
  }

  .elementor-87791 .elementor-element.elementor-element-adae04d {
    width: 33%;
  }
}

@media (max-width: 1279px) and (min-width: 768px) {
  .elementor-87791 .elementor-element.elementor-element-cb1f9b0 {
    width: 100%;
  }

  .elementor-87791 .elementor-element.elementor-element-0ea1f98 {
    width: 100%;
  }

  .elementor-87791 .elementor-element.elementor-element-c3ef77c {
    width: 100%;
  }

  .elementor-87791 .elementor-element.elementor-element-f4a007a {
    width: 100%;
  }

  .elementor-87791 .elementor-element.elementor-element-abbf581 {
    width: 20%;
  }

  .elementor-87791 .elementor-element.elementor-element-c65b5a1 {
    width: 80%;
  }
}

/* Start custom CSS for heading, class: .elementor-element-566cad8 */
.red2 {
  font-size: 20px;
  color: #3599cc;
  top: -20px;
}

@media screen and (max-width: 767px) {
  .red2 {
    top: -11px !important;
  }
}

@media screen and (max-width: 1279px) {
  .footter-title br {
    display: none;
  }
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ffae995 */
.grid-column-footer a {
  color: white;
  font-family: karla;
}

.grid-column-footer a:hover {
  color: #3599cc;
}

.grid-column-footer {
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.mobile-footer-number {
  color: #999999;
}

.footer-phones {
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 38px;
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fcfeaaa */
.grid-column-footer-menu a {
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #999999;
}

.grid-column-footer-menu .clutch-widget {
  min-width: 200px;
}

.grid-column-footer-menu span {
  font-family: karla;
}

.grid-column-footer-menu a:hover {
  color: #3599cc;
}

.grid-column-footer-menu .header a {
  color: #ffffff;
}

.grid-column-footer-menu .header {
  color: #ffffff;
}

.grid-column-footer-menu .header a:hover {
  color: #3599cc;
}

.grid-column-footer-menu {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.grid-column-footer-menu div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 1280px) {
  .grid-column-footer-menu .grid-column-footer {
    display: none;
  }
}

@media (max-width: 1279px) {
  .grid-column-footer-menu {
    flex-wrap: wrap;
    row-gap: 50px;
    justify-content: start;
  }

  .grid-column-footer-menu div {
    width: calc(33.33% - 20px);
  }

  .grid-column-footer-menu div span {
    max-width: 190px;
  }

  .grid-column-footer-menu .grid-column-footer {
    width: calc(66.66% - 20px);
  }

  .grid-column-footer-menu .grid-column-footer .footer-phones {
    width: 100%;
    display: grid;
    grid-template-columns: 80px 1fr;
    column-gap: 38px;
  }

  .grid-column-footer-menu .grid-column-footer span {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .grid-column-footer-menu {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 40px;
    justify-content: space-between;
  }

  .grid-column-footer-menu div {
    width: calc(50% - 20px);
  }

  .grid-column-footer-menu div span {
    max-width: 100%;
  }

  .grid-column-footer-menu .grid-column-footer {
    width: 100%;
  }

  .grid-column-footer-menu .grid-column-footer .footer-phones {
    width: 100%;
    display: grid;
    grid-template-columns: 80px 1fr;
    column-gap: 38px;
  }

  .grid-column-footer-menu .grid-column-footer span {
    max-width: 100%;
  }
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c3622a */
.footer-widgets-mobile .flex_row a .svg:hover {
  border-bottom: 2px solid #df2745;
  margin-bottom: -2px;
}

.footer-widgets-mobile .flex_row {
  flex-flow: row nowrap;
  display: flex;
  justify-content: start;
  padding: 0.5em 0;
  gap: 40px;
}

@media (max-width: 767px) {
  .footer-widgets-mobile .flex_row {
    /* justify-content: space-between; */
    padding: 0.5em 0;
    gap: 20px;
  }
}

/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3b207a0 */
.opac {
  opacity: 0.3;
}

@media (min-width: 768px) {
  .clutch-text {
    display: flex;
    justify-content: end;
  }
}

.clutch-text .elementor-widget-container {
  width: 200px;
}

.w450 {
  max-width: 450px;
}

.text450 .elementor-widget-container {
  max-width: 450px;
}

/* End custom CSS */
/* Start custom CSS for form, class: .elementor-element-1a33060 */
#foot-form .elementor-field-group-email {
  margin-bottom: 0 !important;
}

#foot-form #form-field-email {
  height: 100%;
}

.form450 .elementor-form-fields-wrapper {
  max-width: 450px;
}

#foot-form button[type="submit"] {
  width: 100%;
}

#foot-form .elementor-message-success {
  color: white !important;
  font-family: karla;
  text-transform: capitalize;
}

#foot-form .elementor-message-danger {
  display: block !important;
}

/* End custom CSS */
/* Start custom CSS for form, class: .elementor-element-db1083f */
@media (max-width: 767px) {
  #foot-form {
    max-width: 400px;
  }
}

/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ff09947 */
.opac {
  opacity: 0.3;
}

@media (min-width: 768px) {
  .clutch-text {
    display: flex;
    justify-content: end;
  }
}

.clutch-text .elementor-widget-container {
  width: 200px;
}

@media (max-width: 768px) {
  .elementor-87791 .elementor-element.elementor-element-adcc519 {
    padding-top: 20px !important;
  }
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f0dcfc */
.awards-footer {
  height: 100%;
  display: flex;
  justify-content: right;
  column-gap: 65px;
  row-gap: 40px;
  flex-wrap: wrap;
}

.wrapper-awards-footer,
.wrapper-awards-footer .elementor-widget-container {
  height: 100%;
}

.awards-footer .clutch-widget {
}

.awards-footer iframe {
  opacity: 0.7;
}

.awards-footer div {
  display: flex;
  align-items: center;
}

@media (max-width: 1279px) {
  .awards-footer {
    justify-content: space-between;
    align-items: center;
    column-gap: 40px;
    row-gap: 40px;
  }

  .awards-footer .clutch-widget {
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .awards-footer {
    justify-content: start;
    align-items: center;
    column-gap: 35px;
    row-gap: 40px;
  }

  .awards-footer div:nth-child(7),
  .awards-footer div:nth-child(8),
  .awards-footer div:nth-child(9) {
    display: none;
  }

  .awards-footer div {
    order: 3;
  }

  .awards-footer div:nth-child(1) {
    order: 0;
  }

  .awards-footer div:nth-child(2) {
    order: 2;
  }

  .awards-footer div:nth-child(3) {
    order: 3;
  }

  .awards-footer div:nth-child(1) img {
    max-width: 100px;
  }

  .awards-footer div:nth-child(2) img {
    max-width: 67px;
  }

  .awards-footer div:nth-child(3) img {
    max-width: 66px;
  }

  .awards-footer div:nth-child(4) img {
    max-width: 90px;
  }

  .awards-footer div:nth-child(5) img,
  .awards-footer div:nth-child(6) img {
    max-width: 75px;
  }

  .awards-footer .clutch-widget {
    margin: 0 auto;
  }
}

/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-6726be9 */
.fot-img {
  max-width: 300px;
}

/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-06c6a94 */
.fot {
  color: #6f767b;
}

.opac.bottom {
  display: block;
  color: white;
  opacity: 0.3;
}

.lastfoo-text .brMobile {
  display: none;
}

@media (max-width: 1279px) {
  .lastfoo-text .brMobile {
    display: block;
  }

  .lastfoo-text .space {
    display: none;
  }
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e251309 */
.flex_row a .svg:hover {
  border-bottom: 2px solid #df2745;
  margin-bottom: -2px;
}

.flex_row {
  flex-flow: row nowrap;
  display: flex;
  justify-content: right;
  padding: 0.5em 0;
  gap: 40px;
}

/* End custom CSS */
.elementor-88185 .elementor-element.elementor-element-8c79397 {
  padding: 0px 0px 0px 0px;
}

.elementor-88185 .elementor-element.elementor-element-97e2ed8 > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 16px 24px 0px 24px;
}

.elementor-88185 .elementor-element.elementor-element-e32b953 > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 16px 24px 0px 24px;
}

.elementor-88185 .elementor-element.elementor-element-5b9b100:not(.elementor-motion-effects-element-type-background),
.elementor-88185 .elementor-element.elementor-element-5b9b100 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #0c3346;
}

.elementor-88185 .elementor-element.elementor-element-5b9b100 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 16px 0px 0px 24px;
}

.elementor-88185 .elementor-element.elementor-element-5b9b100 > .elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-88185 .elementor-element.elementor-element-ffee755 .elementor-field-group {
  padding-right: calc(0px / 2);
  padding-left: calc(0px / 2);
  margin-bottom: 0px;
}

.elementor-88185 .elementor-element.elementor-element-ffee755 .elementor-form-fields-wrapper {
  margin-left: calc(-0px / 2);
  margin-right: calc(-0px / 2);
  margin-bottom: -0px;
}

.elementor-88185 .elementor-element.elementor-element-ffee755 .elementor-field-group.recaptcha_v3-bottomleft,
.elementor-88185 .elementor-element.elementor-element-ffee755 .elementor-field-group.recaptcha_v3-bottomright {
  margin-bottom: 0;
}

body.rtl .elementor-88185 .elementor-element.elementor-element-ffee755 .elementor-labels-inline .elementor-field-group > label {
  padding-left: 0px;
}

body:not(.rtl) .elementor-88185 .elementor-element.elementor-element-ffee755 .elementor-labels-inline .elementor-field-group > label {
  padding-right: 0px;
}

body .elementor-88185 .elementor-element.elementor-element-ffee755 .elementor-labels-above .elementor-field-group > label {
  padding-bottom: 0px;
}

.elementor-88185 .elementor-element.elementor-element-ffee755 .elementor-field-group > label {
  font-family: "Karla", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.elementor-88185 .elementor-element.elementor-element-ffee755 .elementor-field-type-html {
  padding-bottom: 0px;
  font-family: "Roboto", Sans-serif;
  font-size: 1px;
  font-weight: 400;
}

.elementor-88185 .elementor-element.elementor-element-ffee755 .elementor-field-group .elementor-field,
.elementor-88185 .elementor-element.elementor-element-ffee755 .elementor-field-subgroup label {
  font-family: "Karla", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.elementor-88185
  .elementor-element.elementor-element-ffee755
  .elementor-field-group:not(.elementor-field-type-upload)
  .elementor-field:not(.elementor-select-wrapper) {
  background-color: #ffffff;
  border-radius: 0px 0px 0px 0px;
}

.elementor-88185 .elementor-element.elementor-element-ffee755 .elementor-field-group .elementor-select-wrapper select {
  background-color: #ffffff;
  border-radius: 0px 0px 0px 0px;
}

.elementor-88185 .elementor-element.elementor-element-ffee755 .elementor-button {
  font-family: "Karla", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  border-radius: 0px 0px 0px 0px;
}

.elementor-88185 .elementor-element.elementor-element-ffee755 .e-form__buttons__wrapper__button-next {
  color: #ffffff;
}

.elementor-88185 .elementor-element.elementor-element-ffee755 .elementor-button[type="submit"] {
  color: #ffffff;
}

.elementor-88185 .elementor-element.elementor-element-ffee755 .elementor-button[type="submit"] svg * {
  fill: #ffffff;
}

.elementor-88185 .elementor-element.elementor-element-ffee755 .e-form__buttons__wrapper__button-previous {
  color: #ffffff;
}

.elementor-88185 .elementor-element.elementor-element-ffee755 .e-form__buttons__wrapper__button-next:hover {
  color: #ffffff;
}

.elementor-88185 .elementor-element.elementor-element-ffee755 .elementor-button[type="submit"]:hover {
  color: #ffffff;
}

.elementor-88185 .elementor-element.elementor-element-ffee755 .elementor-button[type="submit"]:hover svg * {
  fill: #ffffff;
}

.elementor-88185 .elementor-element.elementor-element-ffee755 .e-form__buttons__wrapper__button-previous:hover {
  color: #ffffff;
}

.elementor-88185 .elementor-element.elementor-element-ffee755 {
  --e-form-steps-indicators-spacing: 20px;
  --e-form-steps-indicator-padding: 30px;
  --e-form-steps-indicator-inactive-secondary-color: #ffffff;
  --e-form-steps-indicator-active-secondary-color: #ffffff;
  --e-form-steps-indicator-completed-secondary-color: #ffffff;
  --e-form-steps-divider-width: 1px;
  --e-form-steps-divider-gap: 10px;
}

.elementor-88185 .elementor-element.elementor-element-3a46a95 .elementor-field-group {
  padding-right: calc(0px / 2);
  padding-left: calc(0px / 2);
  margin-bottom: 0px;
}

.elementor-88185 .elementor-element.elementor-element-3a46a95 .elementor-form-fields-wrapper {
  margin-left: calc(-0px / 2);
  margin-right: calc(-0px / 2);
  margin-bottom: -0px;
}

.elementor-88185 .elementor-element.elementor-element-3a46a95 .elementor-field-group.recaptcha_v3-bottomleft,
.elementor-88185 .elementor-element.elementor-element-3a46a95 .elementor-field-group.recaptcha_v3-bottomright {
  margin-bottom: 0;
}

body.rtl .elementor-88185 .elementor-element.elementor-element-3a46a95 .elementor-labels-inline .elementor-field-group > label {
  padding-left: 0px;
}

body:not(.rtl) .elementor-88185 .elementor-element.elementor-element-3a46a95 .elementor-labels-inline .elementor-field-group > label {
  padding-right: 0px;
}

body .elementor-88185 .elementor-element.elementor-element-3a46a95 .elementor-labels-above .elementor-field-group > label {
  padding-bottom: 0px;
}

.elementor-88185 .elementor-element.elementor-element-3a46a95 .elementor-field-group > label {
  font-family: "Karla", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.elementor-88185 .elementor-element.elementor-element-3a46a95 .elementor-field-type-html {
  padding-bottom: 0px;
  font-family: "Roboto", Sans-serif;
  font-size: 1px;
  font-weight: 400;
}

.elementor-88185 .elementor-element.elementor-element-3a46a95 .elementor-field-group .elementor-field,
.elementor-88185 .elementor-element.elementor-element-3a46a95 .elementor-field-subgroup label {
  font-family: "Karla", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.elementor-88185
  .elementor-element.elementor-element-3a46a95
  .elementor-field-group:not(.elementor-field-type-upload)
  .elementor-field:not(.elementor-select-wrapper) {
  background-color: #ffffff;
  border-radius: 0px 0px 0px 0px;
}

.elementor-88185 .elementor-element.elementor-element-3a46a95 .elementor-field-group .elementor-select-wrapper select {
  background-color: #ffffff;
  border-radius: 0px 0px 0px 0px;
}

.elementor-88185 .elementor-element.elementor-element-3a46a95 .elementor-button {
  font-family: "Karla", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  border-radius: 0px 0px 0px 0px;
}

.elementor-88185 .elementor-element.elementor-element-3a46a95 .e-form__buttons__wrapper__button-next {
  color: #ffffff;
}

.elementor-88185 .elementor-element.elementor-element-3a46a95 .elementor-button[type="submit"] {
  color: #ffffff;
}

.elementor-88185 .elementor-element.elementor-element-3a46a95 .elementor-button[type="submit"] svg * {
  fill: #ffffff;
}

.elementor-88185 .elementor-element.elementor-element-3a46a95 .e-form__buttons__wrapper__button-previous {
  color: #ffffff;
}

.elementor-88185 .elementor-element.elementor-element-3a46a95 .e-form__buttons__wrapper__button-next:hover {
  color: #ffffff;
}

.elementor-88185 .elementor-element.elementor-element-3a46a95 .elementor-button[type="submit"]:hover {
  color: #ffffff;
}

.elementor-88185 .elementor-element.elementor-element-3a46a95 .elementor-button[type="submit"]:hover svg * {
  fill: #ffffff;
}

.elementor-88185 .elementor-element.elementor-element-3a46a95 .e-form__buttons__wrapper__button-previous:hover {
  color: #ffffff;
}

.elementor-88185 .elementor-element.elementor-element-3a46a95 {
  --e-form-steps-indicators-spacing: 20px;
  --e-form-steps-indicator-padding: 30px;
  --e-form-steps-indicator-inactive-secondary-color: #ffffff;
  --e-form-steps-indicator-active-secondary-color: #ffffff;
  --e-form-steps-indicator-completed-secondary-color: #ffffff;
  --e-form-steps-divider-width: 1px;
  --e-form-steps-divider-gap: 10px;
}

.elementor-88185 .elementor-element.elementor-element-ae27bb6 {
  color: #999999;
  font-family: "Karla", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.elementor-88185 .elementor-element.elementor-element-ae27bb6 > .elementor-widget-container {
  margin: 0% 0% 0% 0%;
  padding: 0px 0px 0px 0px;
}

.elementor-88185 .elementor-element.elementor-element-64b148f {
  color: #999999;
  font-family: "Karla", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.elementor-88185 .elementor-element.elementor-element-64b148f > .elementor-widget-container {
  margin: 0% 0% 0% 0%;
  padding: 0px 0px 18px 0px;
}

#elementor-popup-modal-88185 .dialog-message {
  width: 455px;
  height: auto;
}

#elementor-popup-modal-88185 {
  justify-content: flex-end;
  align-items: flex-end;
}

#elementor-popup-modal-88185 .dialog-close-button {
  display: flex;
}

#elementor-popup-modal-88185 .dialog-widget-content {
  animation-duration: 1.2s;
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  margin: 0px 65px 0px 0px;
}

@media (max-width: 1279px) {
  .elementor-88185 .elementor-element.elementor-element-64b148f > .elementor-widget-container {
    padding: 0px 0px 50px 0px;
  }

  #elementor-popup-modal-88185 .dialog-widget-content {
    margin: 0px 30px 0px 0px;
  }
}

@media (max-width: 767px) {
  .elementor-88185 .elementor-element.elementor-element-8c79397 {
    padding: 0px 0px 0px 0px;
  }

  .elementor-88185 .elementor-element.elementor-element-ffee755 > .elementor-widget-container {
    padding: 0px 20px 0px 0px;
  }

  .elementor-88185 .elementor-element.elementor-element-3a46a95 > .elementor-widget-container {
    padding: 0px 20px 0px 0px;
  }

  .elementor-88185 .elementor-element.elementor-element-ae27bb6 > .elementor-widget-container {
    margin: 0% 0% 0% 0%;
    padding: 0px 20px 15px 0px;
  }

  .elementor-88185 .elementor-element.elementor-element-64b148f > .elementor-widget-container {
    margin: 0% 0% 0% 0%;
    padding: 0px 20px 65px 0px;
  }

  #elementor-popup-modal-88185 .dialog-message {
    width: 100vw;
    padding: 0px 0px 0px 0px;
  }

  #elementor-popup-modal-88185 {
    justify-content: center;
    align-items: flex-end;
  }

  #elementor-popup-modal-88185 .dialog-widget-content {
    margin: 0px 0px 0px 0px;
  }
}

/* Start custom CSS for form, class: .elementor-element-3a46a95 */
#Subcsfor-de > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(1) > input:nth-child(2) {
  font-size: 14px !important;
}

/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ae27bb6 */
.opac {
  opacity: 0.3;
}

/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-8c79397 */
#elementor-popup-modal-88185 .dialog-widget-content {
  opacity: 0.95;
}

#elementor-popup-modal-88185 .elementor-field-group:nth-child(2) {
  align-items: baseline;
}

#Subcsfor .elementor-message-success,
#Subcsfor-de .elementor-message-success {
  color: white !important;
}

#Subcsfor .elementor-field-group-email {
  margin-bottom: 0 !important;
}

#Subcsfor-de .elementor-field-group-email {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .elementor-element-ae27bb6 > div:nth-child(1) {
    min-height: 80px;
  }
}

@media (max-width: 768px) {
  .elementor-element-ae27bb6 > div:nth-child(1) {
    min-height: 80px;
  }

  #Subcsfor,
  #Subcsfor-de {
    padding-right: 20px;
    margin-bottom: 0 !important;
  }

  .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100% !important;
  }

  .elementor-88185 .elementor-element.elementor-element-64b148f > .elementor-widget-container {
    padding: 0px 20px 60px 0px;
  }

  #Subcsfor .elementor-form-fields-wrapper,
  #Subcsfor-de .elementor-form-fields-wrapper {
    gap: 10px;
  }

  .elementor-88185 .elementor-element.elementor-element-ae27bb6 > .elementor-widget-container {
    padding-right: 20px;
  }

  #elementor-popup-modal-88185 span.elementor-message {
    position: absolute;
    bottom: -100px;
    margin: 10px 0;
  }

  #elementor-popup-modal-88185 .elementor-message {
    margin: 25px 0;
  }

  .elementor-88185 .elementor-element.elementor-element-ae27bb6 {
    padding-top: 15px !important;
  }
}

/* End custom CSS */
#elementor-popup-modal-129204 .dialog-message {
  width: 80vw;
  height: auto;
}

#elementor-popup-modal-129204 {
  justify-content: center;
  align-items: center;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.8);
}

#elementor-popup-modal-129204 .dialog-close-button {
  display: flex;
}

#elementor-popup-modal-129204 .dialog-widget-content {
  animation-duration: 0.8s;
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
}

#elementor-popup-modal-118290 .dialog-message {
  width: 80vw;
  height: auto;
}

#elementor-popup-modal-118290 {
  justify-content: center;
  align-items: center;
  pointer-events: all;
  background-color: #0000008a;
}

#elementor-popup-modal-118290 .dialog-close-button {
  display: flex;
  font-size: 30px;
}

#elementor-popup-modal-118290 .dialog-widget-content {
  animation-duration: 1.2s;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1279px) {
  #elementor-popup-modal-118290 .dialog-message {
    width: 90vw;
  }
}

@media (max-width: 767px) {
  #elementor-popup-modal-118290 .dialog-message {
    width: 92vw;
  }
}

.elementor-112252 .elementor-element.elementor-element-7da3dec > .elementor-container {
  max-width: 1430px;
}

.elementor-112252 .elementor-element.elementor-element-e983423 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.elementor-112252 .elementor-element.elementor-element-0f479eb > .elementor-element-populated {
  padding: 0px 30px 0px 0px;
}

.elementor-112252 .elementor-element.elementor-element-735fac0 {
  text-align: left;
}

.elementor-112252 .elementor-element.elementor-element-c36af04 > .elementor-element-populated {
  padding: 0px 30px 0px 30px;
}

.elementor-112252 .elementor-element.elementor-element-90b75f9 {
  text-align: justify;
  color: #ffffff;
  font-family: "Karla", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.elementor-bc-flex-widget .elementor-112252 .elementor-element.elementor-element-cceaf8f.elementor-column .elementor-widget-wrap {
  align-items: center;
}

.elementor-112252
  .elementor-element.elementor-element-cceaf8f.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}

.elementor-112252 .elementor-element.elementor-element-cceaf8f > .elementor-element-populated {
  padding: 0px 0px 0px 030px;
}

.elementor-112252 .elementor-element.elementor-element-0183dd9 .elementor-button .elementor-align-icon-right {
  margin-left: 0px;
}

.elementor-112252 .elementor-element.elementor-element-0183dd9 .elementor-button .elementor-align-icon-left {
  margin-right: 0px;
}

.elementor-112252 .elementor-element.elementor-element-0183dd9 .elementor-button {
  font-family: "Karla", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  background-color: #3599cc00;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #fbfbfd;
  border-radius: 0px 0px 0px 0px;
  padding: 14px 28px 14px 28px;
}

.elementor-112252 .elementor-element.elementor-element-08db5c3 .elementor-button .elementor-align-icon-right {
  margin-left: 0px;
}

.elementor-112252 .elementor-element.elementor-element-08db5c3 .elementor-button .elementor-align-icon-left {
  margin-right: 0px;
}

.elementor-112252 .elementor-element.elementor-element-08db5c3 .elementor-button {
  font-family: "Karla", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  background-color: #3599cc;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #3599cc;
  border-radius: 0px 0px 0px 0px;
  padding: 14px 28px 14px 28px;
}

.elementor-112252 .elementor-element.elementor-element-08db5c3 > .elementor-widget-container {
  padding: 0px 0px 0px 0px;
}

#elementor-popup-modal-112252 .dialog-message {
  height: auto;
}

#elementor-popup-modal-112252 {
  justify-content: center;
  align-items: flex-end;
}

#elementor-popup-modal-112252 .dialog-widget-content {
  background-color: var(--e-global-color-primary);
  border-radius: 0px 0px 0px 0px;
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1279px) {
  .elementor-112252 .elementor-element.elementor-element-e983423 {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .elementor-112252 .elementor-element.elementor-element-0f479eb > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
  }

  .elementor-112252 .elementor-element.elementor-element-735fac0 {
    text-align: left;
  }

  .elementor-112252 .elementor-element.elementor-element-c36af04 > .elementor-element-populated {
    padding: 30px 0px 30px 0px;
  }

  .elementor-bc-flex-widget .elementor-112252 .elementor-element.elementor-element-cceaf8f.elementor-column .elementor-widget-wrap {
    align-items: flex-start;
  }

  .elementor-112252
    .elementor-element.elementor-element-cceaf8f.elementor-column.elementor-element[data-element_type="column"]
    > .elementor-widget-wrap.elementor-element-populated {
    align-content: flex-start;
    align-items: flex-start;
  }

  .elementor-112252 .elementor-element.elementor-element-cceaf8f.elementor-column > .elementor-widget-wrap {
    justify-content: flex-start;
  }

  .elementor-112252 .elementor-element.elementor-element-cceaf8f > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
  }
}

@media (max-width: 767px) {
  .elementor-112252 .elementor-element.elementor-element-d94ca7c {
    width: 100%;
  }

  .elementor-112252 .elementor-element.elementor-element-0f479eb {
    width: 100%;
  }

  .elementor-112252 .elementor-element.elementor-element-735fac0 {
    text-align: left;
  }

  .elementor-112252 .elementor-element.elementor-element-c36af04 {
    width: 100%;
  }

  .elementor-112252 .elementor-element.elementor-element-c36af04 > .elementor-element-populated {
    padding: 20px 0px 20px 0px;
  }

  .elementor-112252 .elementor-element.elementor-element-90b75f9 {
    text-align: left;
  }

  .elementor-112252 .elementor-element.elementor-element-90b75f9 > .elementor-widget-container {
    padding: 0px 0px 0px 0px;
  }

  .elementor-112252 .elementor-element.elementor-element-cceaf8f {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .elementor-112252 .elementor-element.elementor-element-0f479eb {
    width: 18%;
  }

  .elementor-112252 .elementor-element.elementor-element-c36af04 {
    width: 56.332%;
  }

  .elementor-112252 .elementor-element.elementor-element-cceaf8f {
    width: 25%;
  }
}

@media (max-width: 1279px) and (min-width: 768px) {
  .elementor-112252 .elementor-element.elementor-element-0f479eb {
    width: 100%;
  }

  .elementor-112252 .elementor-element.elementor-element-c36af04 {
    width: 100%;
  }

  .elementor-112252 .elementor-element.elementor-element-cceaf8f {
    width: 100%;
  }
}

/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-0f479eb */
.sectionh3cont h3 {
  margin: 0;
}

@media (max-width: 767px) {
  .elementor-element-0f479eb {
    width: 100% !important;
  }
}

/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-90b75f9 */
.textCookies a {
  color: white;
  text-decoration: underline;
}

.textCookies a:hover {
  color: #3599cc;
}

@media (max-width: 767px) {
  .elementor-112252 .elementor-element.elementor-element-c36af04 > .elementor-element-populated {
    padding: 20px 0px 20px 0px;
  }
}

@media (max-width: 390px) {
  .elementor-112252 .elementor-element.elementor-element-90b75f9 {
    font-size: 14px;
    line-height: 21px;
  }
}

/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-c36af04 */
@media (max-width: 767px) {
  .elementor-112252 .elementor-element.elementor-element-c36af04 {
    width: 100% !important;
  }
}

/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-0183dd9 */
.cookiesButton {
  margin: 0 !important;
  width: 100%;
}

@media (min-width: 1280px) {
  .cookiesButton {
    min-width: 100% !important;
  }

  .cookiesButton a {
    width: 100% !important;
  }
}

@media (max-width: 390px) {
  .elementor-112252 .elementor-element.elementor-element-0183dd9 .elementor-button {
    font-size: 15px;
  }
}

/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-08db5c3 */
.cookiesButton {
  max-width: fit-content;
  margin: 0 !important;
}

@media (max-width: 390px) {
  .elementor-112252 .elementor-element.elementor-element-08db5c3 .elementor-button {
    font-size: 15px;
  }
}

/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-cceaf8f */
.buttonWrapper > .elementor-widget-wrap {
  column-gap: 30px;
  row-gap: 15px;
  justify-content: space-between;
}

.buttonWrapper {
  min-width: fit-content;
}

@media (min-width: 1280px) {
  .buttonWrapper > .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 1279px) {
  .buttonWrapper > .elementor-widget-wrap {
    flex-direction: column;
    justify-content: start;
    column-gap: 20px;
    row-gap: 15px;
    max-width: fit-content;
  }

  .buttonWrapper > .elementor-widget-wrap > .elementor-element,
  .buttonWrapper a {
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  .elementor-112252 .elementor-element.elementor-element-cceaf8f {
    width: 100% !important;
  }

  .elementor-112252 .elementor-element.elementor-element-cceaf8f > .elementor-element-populated {
    padding: 0px;
  }

  .buttonWrapper > .elementor-widget-wrap {
    max-width: unset;
  }
}

/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-7da3dec */
.coockiesSection p {
  margin: 0;
  padding: 0;
}

/* End custom CSS */
/* Start custom CSS */
.cookiesWrappSection .dialog-widget-content,
.cookiesWrappSection .dialog-widget-content .dialog-message {
  width: 100% !important;
}

/* End custom CSS */
.elementor-4289 .elementor-element.elementor-element-9de7272 {
  margin-top: 060px;
  margin-bottom: 40px;
}

.elementor-4289 .elementor-element.elementor-element-5e8fbf0 {
  text-align: center;
  color: #3599cc;
  font-family: "Sora", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.elementor-4289 .elementor-element.elementor-element-7e4c3b4 {
  text-align: center;
  color: #5d5d5d;
  font-family: "Sora", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.elementor-4289 .elementor-element.elementor-element-c10e308 {
  text-align: center;
}

.elementor-4289 .elementor-element.elementor-element-f4fd32c > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#elementor-popup-modal-4289 .dialog-message {
  width: 640px;
  height: auto;
}

#elementor-popup-modal-4289 {
  justify-content: center;
  align-items: center;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.8);
}

#elementor-popup-modal-4289 .dialog-close-button {
  display: flex;
}

#elementor-popup-modal-4289 .dialog-widget-content {
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
}

/* Start custom CSS for heading, class: .elementor-element-c10e308 */
.eee {
  border-bottom: 1px solid #0c3346;
  padding-bottom: 5px;
}

.eee:hover {
  cursor: pointer;
  border-color: #3599cc;
  color: #3599cc;
}

.w-680,
.w-800,
.w-900,
.w-1000,
.w-1100,
.hug-800,
.hug,
.tex1 {
  width: unset !important;
}

.w-680 {
  max-width: 680px !important;
}

.w-800 {
  max-width: 800px !important;
}

.w-900 {
  max-width: 900px !important;
}

.w-1000 {
  max-width: 1000px !important;
}

.w-1100 {
  max-width: 1100px !important;
}

.hug-800,
.hug {
  max-width: 800px !important;
}

/*   End google fixed                       */

@media (max-width: 767px) {
  .ceo-bl-onto-fl {
    align-items: center;
  }

  h2.elementor-heading-title {
    word-wrap: anywhere;
  }

  .ceo-bl-onto-fl img {
    min-width: 60px;
  }

  #event-send {
    min-width: 100% !important;
  }

  .attachment .downloaded span {
    top: -20px;
    position: relative;
    left: 20px;
  }

  .attachment .deleteFile {
    top: -20px;
    right: -20px;
    position: relative;
  }
}

.grid-wrapper.posts-block .cases-post__card a.cases-post__thumbnail div img {
  min-height: 334px;
}

.cases-post__tags a {
  font-family: karla !important;
}

.attachment .downloaded span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 250px;
}

.ml-6-in-1 .text a {
  color: #fff !important;
  text-decoration: underline;
}

.tag_box .tag_link,
.swiper-related .swip-array-rel a {
  font-family: karla !important;
}

/*   TOC styles here start                        */

.ez-toc-open-icon {
  position: fixed;
  right: 0;
  top: 380px;
  font-weight: 700;
  padding: 5px 1px;
  box-shadow: unset;
  background-color: unset;
  display: flex;
  border-radius: unset;
  background: #3599cc;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}

.ez-toc-v2_0_51_1 {
  display: none !important;
}

.ez-toc-open-icon svg {
  transition: all 0.3s;
}

.ez-toc-open-icon .arrow-btn__toc {
  position: relative;
  left: 20%;
}

.ez-toc-open-icon:hover .arrow-btn__toc {
  transform: translatex(-150%);
  opacity: 0;
}

.ez-toc-open-icon:hover .arrow-btn__toc_two {
  transform: translatex(-255%);
}

.arrow-btn__toc_two {
  left: 100%;
  position: relative;
}

#ez-toc-sticky-container {
  box-shadow: none;
}

.ez-toc-sticky-fixed.show {
  transition: unset !important;
}

@media (min-width: 1800px) {
  .new-menu-inno {
    max-height: 88px;
  }
}

.ez-toc-page-1.ez-toc-heading-level-2 .br-red:hover {
  box-shadow: unset !important;
}

.ez-toc-page-1.ez-toc-heading-level-2.br-red {
  border-left: 3px solid #3599cc !important;
  padding: 0 17px !important;
}

.ez-toc-sticky-list {
  /* 	border-left:1px solid #999; */
  margin-left: 20px !important;
}

.ez-toc-sticky-fixed .ez-toc-sidebar {
  padding: 0;
}

#ez-toc-sticky-container li {
  padding: 0px 20px 25px 20px;
}

.ez-toc-sticky-fixed .ez-toc-sidebar #ez-toc-sticky-container {
  margin-bottom: 150px;
}

#ez-toc-sticky-container a:hover {
  text-decoration: none;
  color: #0c3346 !important;
}

.ez-toc-sticky-fixed {
  max-width: 18%;
}

.ez-toc-sticky-fixed .ez-toc-sidebar {
  position: static;
}

.ez-toc-sticky-list li::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #999;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(90%);
}

.ez-toc-sticky-list li.visible::after {
  background-color: #999;
}

.ez-toc-sticky-list li.active::after {
  background-color: #18455d;
  border: 1px solid #18455d;
}

.ez-toc-sticky-list li::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #999;
  position: absolute;
  left: 5px;
  top: 0;
}

.ez-toc-sticky-list li {
  overflow: visible;
  position: relative;
}

.ez-toc-sticky-list li:first-child {
  padding-top: 0 !important;
}

.ez-toc-sticky-list li:first-child::before {
  content: "";
  width: 1px;
  background-color: #999;
  position: absolute;
  left: 5px;
  top: 10px;
}

.ez-toc-sticky-list li:last-child {
  padding-bottom: 0 !important;
}

.ez-toc-sticky-list li:last-child::before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #999;
  position: absolute;
  left: 5px;
  top: 0;
}

.ez-toc-sticky-fixed .ez-toc-sidebar {
  min-height: 92vh;
  box-shadow: unset !important;
}

.ez-toc-sticky-fixed {
  position: fixed;
  top: 85px;
}

.ez-toc-sticky-toggle-counter nav ul li a::before {
  content: unset;
}

.ez-toc-sticky-fixed .ez-toc-close-icon {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: none;
  line-height: 1;
  position: absolute;
  color: #000;
  left: -40px;
  top: 290px;
}

.ez-toc-sticky-fixed .ez-toc-sidebar .ez-toc-sticky-title-container {
  height: 0;
  padding: 0;
}

.ez-toc-sticky-toggle-direction a {
  color: #777 !important;
  font-family: Karla;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}

.ez-toc-page-1.ez-toc-heading-level-2.active a {
  color: #0c3346 !important;
}

.ez-toc-sticky-fixed {
  z-index: 999 !important;
}

.title-toc-new {
  font-family: Karla;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  position: relative;
  left: 20px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .ez-toc-sticky-fixed {
    max-width: 100%;
    width: 100%;
  }

  .ez-toc-sticky-fixed .ez-toc-close-icon {
    left: 0;
  }

  .ez-toc-sticky-fixed {
    top: 100px;
  }

  .ez-toc-sticky-list.ez-toc-sticky-list-level-1 {
    display: flex;
    flex-direction: column;
    justify-content: end !important;
    align-items: end !important;
  }

  .ez-toc-sticky-list li::before,
  .ez-toc-sticky-list li::after {
    display: none;
  }

  .ez-toc-page-1.ez-toc-heading-level-2 a {
    text-align: end;
  }

  .ez-toc-sticky-toggle-direction a {
    color: #0c3346 !important;
  }

  .ez-toc-page-1.ez-toc-heading-level-2.visible.active a {
    color: #3599cc !important;
  }

  .title-toc-new {
    left: 0;
    text-align: end;
    padding-right: 20px;
  }
}

/*   TOC styles here end                        */

.wpcf7-spinner {
  position: relative !important;
  z-index: 100 !important;
  background-color: unset !important;
  width: 52px !important;
  height: 52px !important;
}

@media (min-width: 768px) {
  .dt-4-1-2 {
    padding-left: 40px;
  }
}

.visi-search .input-field {
  font-family: karla;
}

.obert-form-aft-submit p {
  text-align: center;
  font-family: Karla;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}

.obert-form-aft-submit {
  visibility: hidden;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  position: fixed;
  display: flex;
  flex-flow: column nowrap;
  gap: 30px;
  width: 360px;
  min-height: 220px;
  height: auto;
  justify-content: center;
  align-items: center;
  background: white;
  z-index: 333333;
  border-radius: 8px;
  box-shadow: 0px 0px 18px 100vw rgba(0, 0, 0, 0.2);
  padding: 10px;
}

#spinner .wpcf7-spinner {
  color: #3599cc !important;
  width: 52px !important;
  height: 52px !important;
}

.wpcf7-spinner::before {
  width: 10px !important;
  height: 10px !important;
  transform-origin: 16px 16px !important;
}

@media (max-width: 767px) {
  .obert-form-aft-submit {
    width: 80%;
    max-width: 360px;
  }
}

#wpadminbar {
  z-index: 9999999999 !important;
}

.author-block .flex img {
  height: 100%;
}

.p-mad-testimonial {
  border-width: 1px !important;
}

@media (max-width: 767px) {
  .trp-language-switcher:focus .trp-ls-shortcode-language,
  .trp-language-switcher:hover .trp-ls-shortcode-language {
    max-height: 180px;
  }
}

.swiper-related .swiper-wrapper .swiper-into-e1 {
  min-height: unset !important;
}

.slider-overflow .swiper-related .swiper-slide {
  height: auto !important;
}

.slider-overflow .swiper-related .swiper-into-e1 {
  background-color: transparent !important;
}

.new-select:after {
  background-image: url("/wp-content/uploads/2023/04/Rectangle-685.svg");
  right: 0px !important;
}

.elementor-tab-content {
  text-transform: none !important;
}

.wpcf7-response-output {
  display: none;
}

.searchwp-live-search-result {
  font-family: karla;
}

.attachment span.wpcf7-not-valid-tip {
  display: block !important;
  position: absolute;
  width: max-content;
  visibility: visible;
  cursor: default;
}

.attachment {
  display: flex;
  position: relative;
  width: 155px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #3599cc;
}

.attachment > span,
.attachment input {
  width: 100% !important;
  height: 100% !important;
  visibility: hidden;
}

.attachment input {
  margin-bottom: 5px;
}

.attachment .tip {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  left: 162px;
  top: 50%;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/uploads/2023/02/ant-design_question-circle-outlined.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.attachment .tip p {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  transform: translateX(-50%) translateY(-100%);
  top: -20px;
  background: #babec7;
  padding: 30px;
  width: 260px;
  text-align: center;
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  transition: opacity 0.25s;
}

.attachment .innerText {
  position: absolute;
  color: #3599cc;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
}

.attachment .tip:hover p {
  visibility: visible;
  opacity: 1;
}

.attachment .downloaded {
  visibility: hidden;
  display: flex;
  gap: 5px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -50%;
  max-width: 500px;
  width: max-content;
  cursor: default;
}

.attachment .downloaded span {
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.attachment .deleteFile {
  cursor: pointer;
  width: 24px;
  background-image: url("/wp-content/uploads/2023/02/carbon_close.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.contact-us__wrapper .name,
.contact-us__wrapper .company,
.contact-us__wrapper .email,
.contact-us__wrapper .phone,
form .message {
  position: relative;
  width: 100%;
}

.contact-us__wrapper .name label,
.contact-us__wrapper .company label,
.contact-us__wrapper .email label,
.contact-us__wrapper .phone label,
form .message label {
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  color: #999;
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  transition: opacity 0.25s;
}

.elementor-tab-title {
  gap: 6px;
}

.wpcf7-file {
  font-family: "Karla";
  font-weight: 400;
  font-size: 18px;
}

.contact-us__wrapper {
  align-items: start;
}

.contact-us__message {
  height: auto;
  min-height: 37px;
  max-height: calc(37px * 6);
}

.wpcf7-spinner::before {
  width: 10px !important;
  height: 10px !important;
  transform-origin: 16px 16px !important;
}

.swal2-styled.swal2-confirm {
  background-color: #3599cc !important;
}

input[aria-invalid="true"],
select[aria-invalid="true"] + .new-select,
textarea[aria-invalid="true"] {
  border-color: #ff2c00 !important;
}

.hws-flex .hws-text {
  padding-top: 30px;
  padding-bottom: 30px;
}

.elementor-element-523f372b h2 {
  line-height: 95px !important;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.domains-container {
  min-height: 560px;
}

.domains-container .domains__descriptions {
  padding-bottom: 40px;
  box-sizing: border-box;
}

.domains-container .domains__descriptions-item .slider-desc {
  padding-bottom: 0px;
}

.domains-container .domains__descriptions-item {
  overflow: auto;
}

.fin-6-3-flex22 .swiper-wrapper {
  width: unset !important;
}

.net6-flex22 .swiper-wrapper {
  width: unset !important;
}

.bl6bl > .bl6-in,
.dt-12-in {
  height: 70px;
}

@media screen and (max-width: 1001px) {
  .net6-flex22 {
    display: block;
  }
}

.our-slider .swip-title-qe,
.our-slider .swip-array {
  background: inherit !important;
}

.technologies_flex_box {
  max-width: 1400px;
  width: unset !important;
}

/* убрать кнопки где нет ссылки на технологиях  */
.technology-item__heading > div.technology-item__button {
  display: none !important;
}

@media (min-width: 768px) {
  .technology-item__heading:hover .technology-item__button {
    display: flex;
    background-color: #3599cc;
  }
}

@media (max-width: 767px) {
  .technology-item__heading:hover .technology-item__icon.invert {
    filter: grayscale(0%);
    filter: invert(0);
  }
}

.technology-category {
  min-width: 320px;
}

.technology-item__heading .technology-item__name {
  text-transform: uppercase;
}

/* блог слайдер */

@media (max-width: 1200px) {
  .swiper-related .swiper-slide:last-child .slide__button-wrapper {
    height: 60px !important;
    margin-top: unset !important;
  }
}

.swiper-bottom-blog > .swiper-wrapper {
  align-items: unset;
}

.swiper-bottom-blog .swiper-slide {
  min-height: fit-content;
  max-height: unset;
  height: auto;
}

.swiper-bottom-blog .swiper-into-e1 {
  height: 100%;
}

.swiper-bottom-blog .swiper-slide__inner-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.swiper-bottom-blog .border-slide {
  position: relative;
  height: 100%;
}

.swiper-bottom-blog .swip-array {
  padding: 0 43px 120px 40px;
  transition: all 0.3s;
}

.swiper-bottom-blog {
  height: 100% !important;
  margin: 0;
}

.swiper-bottom-blog .swiper-slide:before {
  z-index: 0;
  right: 0px;
  top: -0px;
  transform: translate(-10px, 10px);
}

.swiper-bottom-blog .swiper-slide:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  outline: #353535 solid 20px;
  transition: 0.1s;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

main.content {
  overflow: visible;
}

@media screen and (max-width: 450px) {
  .swiper-bottom-blog .swiper-slide:before {
    outline: #353535 solid 5px;
  }

  .swiper-bottom-blog .block-div-img {
    width: 300px;
    height: 200px;
  }

  .swiper-bottom-blog .border-slide {
    width: 300px;
  }
}

.blog-category .card {
  height: unset !important;
}

.swiper-bottom-blog .border-slide {
  min-height: unset;
}

.swiper-bottom-blog .swiper-slide {
  margin: 0px !important;
}

.swiper-bottom-blog .swiper-wrapper {
  width: unset !important;
}

.swiper-bottom-blog .block-div-img {
  padding: 0 !important;
}

@media screen and (max-width: 450px) {
  .swiper-bottom-blog .swip-array {
    padding: 0 43px 120px 19px;
  }
}

.swiper-bottom .swiper-slide {
  max-height: unset !important;
}

.swiper-bottom.blog-slider .swiper-slide {
  max-width: calc(100vw - 20px);
  height: auto !important;
}

.swiper-bottom.blog-slider .border-slide {
  padding: 0 0 53px !important;
}

.swiper-bottom.blog-slider .swip-title-qe {
  min-height: unset;
}

@media (max-width: 767px) {
  .swiper-bottom.blog-slider .swiper-slide {
    margin-right: 10px;
  }
}

.swiper-bottom.blog-slider .block-div-img {
  max-width: 100%;
}

.swiper-bottom.blog-slider .block-image-control img {
  min-height: 325px;
  max-height: 100%;
}

.blog-slider > div {
  margin: 0 0 60px !important;
}

@media (max-width: 1279px) {
  .elementor-97448 .elementor-element.elementor-element-725a0514 > .elementor-widget-container {
    margin: 20px 26px 5px 0px;
  }
}

.swiper-bottom .swiper-slide:hover .border-slide {
  border: 1px solid #000 !important;
}

.swiper-bottom-blog .swip-title-qe {
  min-height: 1px;
}

.swiper-bottom .swiper-slide:last-child .slide__button-wrapper {
  margin: 0 40px 29px !important;
}

.swiper-bottom.blog-slider > .swiper-wrapper {
  align-items: unset !important;
}

.swiper-bottom .swiper-into-e1 {
  height: 100% !important;
}

.swiper-bottom.blog-slider .swiper-slide__inner-container {
  height: 100% !important;
}

.new-menu .co-services .part-link-bl-in {
  min-height: 72px;
}

.swiper-bottom__navigation {
  display: flex;
  gap: 5px;
}

.rs-f .swiper-bottom__navigation-btn {
  border: none;
  margin-top: 15px;
}

.rs .swiper-slide {
  width: 440px !important;
  height: auto !important;
}

/* .swiper-wrapper {
    width: max-content !important;
} */

@media (max-width: 472px) {
  .testback .swiper-wrapper {
    width: unset !important;
  }

  .testback .p-mad-testimonial {
    max-width: 100%;
  }

  .rs .swiper-wrapper {
    width: unset !important;
  }

  .rs .swiper-slide {
    width: 100% !important;
    height: auto !important;
  }
}

.pop-for-ava .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-25.e-form__buttons {
  left: 0;
  top: 0;
}

.pop-for-ava .elementor-button-text {
  right: 0px;
}

.rate-article,
.rate-comment,
#comments {
  display: none;
}

.alm-btn-wrap .alm-load-more-btn {
  border-radius: 0 !important;
  background: #3599cc !important;
  font-family: karla;
  font-size: 16px !important;
  font-weight: 400 !important;
}

body {
  scroll-behavior: smooth !important;
}

input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: white;
}

.dt-9 .hws-into {
  margin-right: 40px;
}

#dev-process-arrows-map-svg {
  pointer-events: visiblestroke;
  width: 100%;
  height: 100%;
}

.dt-16 .elementor-widget-container {
  min-height: 1px !important;
}

.testback {
  overflow-x: hidden !important;
}

/*   fix slider blog      */
.block-image-control img {
  min-height: 325px !important;
  object-fit: cover !important;
}

@media screen and (max-width: 1140px) {
  .swiper-bottom.blog-slider .swiper-slide:hover .border-slide {
    min-height: 440px !important;
  }
}

.swiper-bottom.blog-slider .swiper-slide:hover .border-slide {
  min-height: 440px !important;
}

.swiper-bottom.blog-slider {
  height: auto;
}

.swiper-bottom.blog-slider .swiper-slide__inner-container {
  display: flex;
  flex-direction: column;
}

.swiper-bottom.blog-slider > .swiper-wrapper {
  align-items: flex-start;
}

.swiper-bottom.blog-slider .swiper-slide::before {
  display: none;
}

.swiper-bottom.blog-slider .border-slide {
  height: 100%;
}

.border-slide.reset {
  min-height: 440px !important;
}

.swiper-bottom-blog .block-div-img img {
  min-height: 330px !important;
  object-fit: contain !important;
}

.swiper-bottom-blog .img-blog-object-cover img {
  object-fit: cover !important;
}

.block-div-img img {
  width: 100%;
}

@media screen and (max-width: 450px) {
  .border-slide {
    width: 300px;
  }

  div.card:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
    min-height: 1px !important;
  }

  .block-div-img {
    width: 300px !important;
    height: 200px !important;
  }
}

@media (max-width: 769px) {
  .swiper-bottom-blog .block-div-img img {
    object-fit: cover;
  }
}

/*   end fix slider blog     */

/*тестовая починка абоут ас ссылки*/
.elementor-element-ad1cd64 a {
  text-decoration: underline;
}

co-services .part-link-bl-in span a {
  width: max-content !important;
}

.non-border {
  border: none !important;
}

html {
  overflow-x: hidden !important;
}

.swiper-bottom__navigation-btn_disabled path {
  stroke: #c1c1c1 !important;
}

.button-contact span {
  color: white;
  font-family: karla;
  font-size: 18px;
  line-height: 150%;
}

.all-link,
.p-index__swiper-slide-name {
  font-family: karla;
}

.avail-desc .summary {
  display: none !important;
}

.contact__info-steps {
  font-family: karla;
}

/*Убирание на всех страницах стиля блока технологических доменов при хувере*/

.hws-flex:hover {
  background-color: unset !important;
  transition: unset !important;
}

.hws-flex:hover .hws-text {
  color: white !important;
  transition: unset !important;
}

.hws-flex:hover .hws-t {
  color: white !important;
}

.hws-flex:hover .hws-arrow {
  background: url("https://i.ibb.co/sPMzq6T/Rectangle-784-1.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* Конец*/

section.elementor-element-60547cd:nth-child(3)>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div:nth-child(2)>div:nth-child(3)>div:nth-child(1)>div:nth-child(1)

/*цвет подцветки активных ссылок*/
a.active {
  color: #3599cc;
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
  flex-basis: 15%;
}

body.mobile-fixed {
  margin-top: 0px;
}

.elementor-19 .elementor-column.serh.added-block-search .elementor-search-form__input {
  font-family: karla;
}

a {
  color: #0c3346;
}

a:hover {
  color: #3599cc;
}

.elementor-form {
  overflow-x: hidden;
  overflow-y: hidden;
}

.clutch-widget {
  width: 200px;
}

.select optgroup,
select option {
  background-color: white;
}

.trp-language-switcher > div {
  background-image: none;
}

#form-field-field_a1c870d {
  display: none;
}

.trp-ls-shortcode-current-language,
.trp-ls-shortcode-language {
  font-family: Karla;
  color: black;
  font-size: 18px;
}

.trp-language-switcher > div {
  border: 0px solid #c1c1c1;
  background-color: #fbfbfd;
}

.trp-language-switcher > div > a {
  color: #191b1d;
}

.elementor-field-group .elementor-field-textual:focus {
  box-shadow: inset 0 0 0 0px rgba(211, 29, 29, 0);
}

.elementor-1446 .elementor-element.elementor-element-456cd82e .elementor-post__read-more {
  color: #fff;
  text-decoration: none;
  user-select: none;
  background: #df2745;
  padding: 0.7em 1.5em;
  outline: none;
}

.elementor-1446 .elementor-element.elementor-element-456cd82e .elementor-post__read-more:hover {
  background: rgb(232, 95, 76);
}

/*breadcumps*/

.breadcrumbs :not(:last-child)::after {
  display: none;
}

.breadcrumbs > div:nth-child(2) {
  flex: unset !important;
  min-width: unset !important;
}

.breadcrumbs :not(:last-child) {
  margin-right: 0 !important;
}

.breadcrumbs .info a {
  border-right: 1px solid white;
  padding-right: 15px;
}

.breadcrumbs > div:nth-child(3) > a:nth-child(1) {
  border-right: 0px;
  padding-right: 0;
}

/*breadcumps end*/

.p-au-testimonials__cite-add-info,
.p-mad-testimonial__cite-add-info {
  flex-direction: row-reverse;
  margin-top: auto;
}

.p-au-testimonials__author,
.p-mad-testimonial__author {
  text-align: left;
}

.p-au-testimonials__author-name {
  text-align: left;
}

.contact__info {
  background-color: #f5f5f7 !important;
}

.contact__info-step {
  background-color: #f5f5f7 !important;
}

.block-div-img img {
  min-height: 1px;
}

.flex-wrap {
  flex-wrap: wrap;
}
.custom-icon {
  font-size: 40px;
  color: var(--e-global-color-accent);
}

/*ВРЕМЕННО ДЛЯ ФОРМЫ*/

.contact-us__wrapper input,
.contact-us__wrapper .select,
.contact-us__wrapper .new-select {
  max-width: 100%;
  height: 36px;
  border-top: unset !important;
  border-left: unset !important;
  border-right: unset !important;
  background-color: #ffffff00;
  font-family: "Karla";
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  border-radius: unset;
  position: relative;
}

.new-select__list > .new-select__item:first-child {
  display: none;
}

.contact__form-upload-label {
  padding: 50px 0 36px 0 !important;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="color"],
input[type="date"],
input[type="option"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 0;
}

.contact__form-upload-label {
  font-family: karla !important;
  font-size: 14px;
}

.pp {
  font-family: Karla;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #a2a6ad;
  padding-top: 0 !important;
}

.validationFile {
  color: #3599cc;
}

.elementor-g-recaptcha {
  display: none;
}

.select {
  display: block;
  width: 100%;
  position: relative;
}

.new-select {
  position: relative;
  border-bottom: 1px solid #666;
  padding: 10px 15px 8px 0;
  cursor: pointer;
  user-select: none;
  color: #8d8d8d;
}

.new-select__list {
  position: absolute;
  top: 36px !important;
  left: 0;
  border: 1px solid #666;
  cursor: pointer;
  width: 100%;
  z-index: 2;
  background: #fff;
  user-select: none;
}

.new-select__list.on {
  display: block;
}

.new-select__item span {
  display: block;
  padding: 10px 15px;
}

.new-select__item span:hover {
  color: #3599cc;
}

.new-select:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 9px;
  top: 13px;
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center;

  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;

  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.new-select.on:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

form > div > div:nth-child(4) > div:before {
  display: none;
}

.select-act {
  color: #0c3346;
  opacity: 1;
}

.cir-ino {
  display: none;
}

.valid-files {
  display: none;
}

.delete-link {
  z-index: 999 !important;
}

@media (min-width: 768px) {
  .elementor-61250 .elementor-element.elementor-global-2657 .elementor-button[type="submit"] {
    width: 100% !important;
  }
}

.error-form-text {
  color: #18455d;
  font-family: Karla;
  font-size: 14px;
  line-height: 21px;
}

.pop-for-ava #form-field-name-error {
  left: 0px;
}

.pop-for-ava #form-field-name-error {
  display: none !important;
}

.pop-for-ava #form-field-name-error {
  display: none !important;
}

.pop-for-ava #form-field-field_17e1f74-error {
  display: none !important;
}

.pop-for-ava #form-field-field_58a5e7b-error {
  display: none !important;
}

.pop-for-ava #form-field-email-error {
  display: none !important;
}

.pop-for-ava #form-field-message-error {
  display: none !important;
}

.new-select__list,
.new-select {
  padding-top: 0px;
}

.new-select__list,
.new-select {
  padding-bottom: 5px;
}

.new-select__list {
  border-top: none !important;
}

@media screen and (max-width: 767px) {
  .contact-us__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .contact-us__main {
    gap: 30px;
  }

  #contact-send {
    align-self: start;
  }

  .new-select__list {
    top: 36px !important;
  }

  .pp {
    padding-top: 11px;
  }
}

#upload-link {
  width: 100%;
  padding: 0;
}

li.item {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}

.validFormatesDe {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.overallEN {
  display: flex;
  flex-direction: column;
}

/* slider releted cases */
.swiper-related .swiper-slide {
  max-height: unset;
  height: auto !important;
  justify-content: space-between;
  outline: none;
}


.swiper-related .swip-array-rel {
  max-height: unset !important;
  min-height: 20px;
}

.swiper-related .swiper-into-e1 {
  min-height: unset !important;
}

.swiper-slide .swiper-related .swiper-into-e1 {
  min-height: unset !important;
}

.swiper-related .slide__button-wrapper {
  position: relative !important;
}

@media only screen and (max-width: 768px) {
  .content img {
    max-width: 100%;
  }

  img {
    max-width: 100%;
  }
}
/* end related cases slider */

/* start new fvoice form styles */

.atvoice-wrap {
  display: flex;
  justify-content: start;
  gap: 4%;
}

.voicetext {
  font-family: Karla;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  color: #919191;
}

.qc_audio_remove_button {
  position: absolute;
  top: -67px !important;
  margin-left: 10px !important;
  cursor: pointer !important;
  right: -11px !important;
}

.voice-wrap {
  border: 1px dashed #0c3346;
  padding: 20px;
  flex-basis: 48%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 13px;
}

.message > span:nth-child(2) {
  display: block;
  padding-bottom: 15px;
}

.attachment {
  min-width: 120px;
}

span.wpcf7-not-valid-tip {
  opacity: 1 !important;
}

.bot_recoding_animation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bot-record-wrap {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#botbtnStop {
  margin: 0 auto;
  padding: 6px 20px !important;
  font-family: Karla;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  border-radius: 0;
}

.attachment .tip {
  left: 115% !important;
}

.qc_audio_record_div .voice_countdown {
  font-weight: unset;
  font-family: Karla;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  position: relative;
  top: 1px;
}

.bot-record-wrap h2 {
  font-family: Karla !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
  margin: 0;
  opacity: 0.4;
}

.qc_audio_record_button {
  padding: 14px 28px !important;
  min-width: 120px;
  display: flex;
  justify-content: center;
  background: #fff !important;
  border: 1px solid #3599cc !important;
  color: #3599cc !important;
  height: 40px;
}

.attach-wrap {
  flex-basis: 48%;
  border: 1px dashed #0c3346;
  gap: 30px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
}

.message span:last-child {
  font-family: Karla;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  opacity: 0.4;
}

@media (max-width: 767px) {
  .atvoice-wrap {
    flex-flow: column nowrap;
    gap: 20px;
  }

  .attach-wrap,
  .voice-wrap {
    flex-basis: 100%;
  }

  .attach-wrap {
    padding: 20px;
    gap: 10px;
  }
}

@media (max-width: 1300px) {
  .new-block-cont .alert {
    padding: 0 !important;
  }
}

html {
  width: 100% !important;
  min-height: 100% !important;
  overflow-y: auto !important;
  height: auto !important;
  position: static !important;
}

body {
  margin: 0 !important;
  display: block !important;
  height: auto !important;
}

.elementor-widget-container canvas {
  position: absolute;
  z-index: 0;
}

.elementor-widget-container .meet-wrapping-head {
  max-width: 1430px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 15px;
  min-height: 55px;
  width: fit-content;
  position: relative;
  z-index: 1;
}

.elementor-widget-container .meet-wrapping-head p {
  font-family: Sora;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.03em;
  color: #fff;
  margin: 0;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .elementor-widget-container .meet-wrapping-head p {
    font-family: Sora;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    white-space: nowrap;
  }

  .elementor-widget-container .meet-wrapping-head {
    overflow-x: auto;
    width: auto;
    justify-content: center;
    padding: 10px 15px;
  }
}

@media (max-width: 430px) {
  .elementor-widget-container .meet-wrapping-head {
    justify-content: start;
  }
}
.elementor-widget-container {
  #pop-back {
    height: 100%;
    width: 100%;
    background-color: rgb(211 211 211 / 40%);
    z-index: 100;
    position: fixed;
    display: none;
  }

  /*.pop-for {*/
  /*    box-shadow: 0 1px 0 2400px rgb(34 60 80 / 24%)!important;*/
  /*}*/
  .pop-for,
  .pop-for-clos {
    z-index: 1000;
    display: none;
    position: fixed;
    top: 18%;
    width: 680px;
    /*left: calc(100vw - 50vw - 250px);*/
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    padding: 60px 40px;
    -webkit-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.25);
    -moz-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.25);
    box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.25);
  }

  .pop-for input,
  .pop-for input:focus {
    border: none;
    outline: none;
    background: #fff !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #0c3346;
  }

  .pop-for input:focus {
    border-bottom: 1px solid #3599cc;
  }

  .b-l-name,
  .b-l-comp,
  .b-l-pho,
  .b-l-em {
    height: 40px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }

  .pop-for input::placeholder {
    font-family: "Karla";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #0c3346;
    opacity: 0.5;
  }

  .b-l-tit span {
    font-family: "Karla";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #0c3346;
    padding-bottom: 30px;
  }

  .b-l-tit {
    padding-bottom: 30px;
  }

  .b-l-please span,
  .b-l-please span a {
    font-family: "Karla";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #a2a6ad;
  }

  .b-l-please span a {
    text-decoration: underline;
  }

  .b-l-bt {
    width: fit-content;
  }

  .b-l-cse,
  .cl_o-s {
    position: absolute;
    top: 26px;
    right: 26px;
    cursor: pointer;
  }

  .b-l-cse:hover g,
  .cl_o-s:hover g {
    opacity: 1;
  }

  .b-l-cse:hover path,
  .cl_o-s:hover path {
    fill: #3599cc;
  }

  .b-l-please {
    padding-bottom: 20px;
  }

  .b-l-bt .pop-for-btn:hover {
    background-color: #18455d !important;
  }

  .b-l-bt .pop-for-btn,
  .b-l-bt .pop-for-btn:focus {
    padding: 14px 41px !important;
    background-color: #3599cc !important;
    color: #ffffff !important;
    border: none !important;
  }

  .e_r-r {
    margin-left: 30px;
    color: #3599cc;
  }

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

  .tex_t-block span {
    font-family: "Sora";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #3599cc;
  }

  .pop-for-clos {
    top: 40%;
  }

  .b-l-please a:hover {
    color: #3599cc;
  }

  .pop-for-clos {
    padding: 60px 80px;
  }

  @media screen and (max-width: 770px) {
    .pop-for,
    .pop-for-clos {
      width: 400px;
    }

    .b-l-tit span {
      padding-bottom: 20px;
    }

    .b-l-tit {
      padding-bottom: 20px;
    }

    .b-l-tit span {
      font-size: 18px;
      line-height: 24px;
    }

    .b-l-name,
    .b-l-comp,
    .b-l-pho,
    .b-l-em {
      height: 40px;
      margin-bottom: 15px;
      display: flex;
      flex-direction: column;
    }

    .b-l-please {
      padding-bottom: 20px;
    }

    .pop-for-clos {
      padding: 60px 40px;
    }

    .lang-active-solo {
      font-family: Sora;
      font-size: 18px;
      font-weight: 400;
      line-height: 21px;
      color: #3599cc;
      display: flex;
      gap: 15px;
    }

    .content-section-in-mobile {
      left: 0;
    }

    .lang-active-solo .upper-translate {
      text-transform: uppercase;
      font-weight: bold;
    }
  }

  @media screen and (max-width: 480px) {
    .pop-for,
    .pop-for-clos {
      width: 300px;
    }

    .b-l-tit span {
      padding-bottom: 20px;
    }

    .b-l-tit {
      padding-bottom: 20px;
    }

    .b-l-tit span {
      font-size: 18px;
      line-height: 24px;
    }

    .b-l-name,
    .b-l-comp,
    .b-l-pho,
    .b-l-em {
      height: 40px;
      margin-bottom: 15px;
      display: flex;
      flex-direction: column;
    }

    .b-l-please {
      padding-bottom: 20px;
    }

    #lang-mob-hed {
      font-family: Karla;
      font-size: 16px;
      font-weight: 700;
      line-height: 21px;
      padding-left: 20px;
    }

    .co-languages_return.return-bl::before {
      color: #000;
      opacity: 1;
      left: -6px;
      top: 15px;
    }
  }

  .tex_t-text {
    margin-top: 30px;
    margin-bottom: 0;
    font-family: "Karla";
    font-style: normal;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
  }
}
.elementor-widget-container {
  .Offices-container {
    max-width: 1430px;
    padding: 0 15px;
    margin: 0 auto;
  }

  #counter-maps {
    font-family: Sora;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #3599cc;
    top: -22px;
  }

  .Offices-container p {
    margin-bottom: 100px;
  }

  .Offices-map {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 200px;
    border-bottom: 1px solid #e8e8e8;
    padding: 40px 0;
  }

  .Offices-map b {
    opacity: 1;
    position: relative;
    white-space: unset;
  }

  .Offices-map.asia {
    border-bottom: none;
  }

  .map-counter {
    font-family: Sora;
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
  }

  .first-column-map span {
    font-family: Sora;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }

  .first-column-map a {
    font-family: Sora;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: underline;
  }

  .second-map-column {
    cursor: pointer;
  }

  .second-map-column p {
    font-family: Sora;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
  }

  .second-map-column b {
    font-family: Sora;
    font-size: 16px;
    line-height: 26px;
    display: block !important;
    margin-bottom: 10px;
  }

  .second-map-column #adress {
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
  }

  .second-map-column,
  .first-column-map {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
  }

  .second-map-column div {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .second-map-column div img {
    width: 18px;
  }

  .href-block {
    min-width: 200px;
  }

  .grid-map-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, 200px);
    width: 100%;
    gap: 40px;
    align-items: end;
  }

  .Offices-map.europe .grid-map-container {
    align-items: start;
  }

  .hid-map {
    background: #000000c4;
    position: absolute;
    bottom: -50px;
    left: 50px;
    flex-direction: column;
    padding: 10px 20px 10px 10px;
    width: max-content;
    display: flex;
    visibility: hidden;
  }

  .hid-map div {
    cursor: pointer;
  }

  .hid-map span,
  .hid-map a {
    font-family: Sora;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
  }

  .razd {
    background: #ffffff4f;
    height: 1px;
    width: 150%;
    cursor: default !important;
  }

  @media (max-width: 1280px) {
    .Offices-map {
      gap: 70px;
    }
  }

  @media (max-width: 767px) {
    .Offices-map {
      flex-direction: column;
      gap: 30px;
    }

    .grid-map-container {
      grid-template-columns: repeat(2, 1fr);
      align-items: baseline;
    }

    .Offices-map.dach .second-map-column > div:first-child img {
      display: none;
    }

    .true-germ {
      display: unset !important;
    }

    .hid-map {
      bottom: -75px;
      left: 0;
      z-index: 1;
    }
  }
}

.elementor-widget-container .elementor-element-e32b953 {
  display: none !important;
}
.elementor-widget-container .elementor-element-3a46a95 {
  display: none !important;
}

.elementor-widget-container .elementor-element-64b148f {
  display: none !important;
}

.searchwp-live-search-results {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  height: 0;
  overflow: hidden;
  z-index: 9999995;
  /* Exceed SearchWP Modal Search Form overlay. */
  position: absolute;
  display: none;
}

.searchwp-live-search-results-showing {
  display: block;
  opacity: 1;
  height: auto;
  overflow: auto;
}

.searchwp-live-search-no-results {
  padding: 3em 2em 0;
  text-align: center;
}

.searchwp-live-search-no-min-chars:after {
  content: "Continue typing";
  display: block;
  text-align: center;
  padding: 2em 2em 0;
}

#ez-toc-sticky-container a:hover {
  background: transparent;
}

.custom-limit-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.custom-limit-text-long {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.elementor-element.elementor-element-6c1ea24 {
  padding: 40px 0px;
}
.grid-col-5 {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
}

.grid-col-4 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
}

.grid-col-3 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
}

.grid-col-2 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
}

.gap-y-40 {
  gap: 40px 0px;
}

@media (max-width: 767px) {
  .sm-grid-col-1 {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
  }

  .sm-grid-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
}

.bot-serach-cli:hover .form-sear-ico {
  background: url("/wp-content/themes/hello-elementor/assets/icons/bx_bx-search.svg");
  background-position: center;
  width: 60px;
  height: 55px;
  display: block;
  background-size: 30px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.custom-awards-img {
  width: 200px;
}

@media (max-width: 767px) {
  .custom-awards-img {
    width: 150px;
  }
}

.rs {
  font-size: 24px;
  color: #3599cc;
  top: -2px;
  margin-right: 10px;
}

.elementor-element.elementor-element-77b0152 > .elementor-widget-container {
  margin: 4% 0% 1% 0%;
}

.background-primary .elementor-heading-title.title-section-custom {
  color: white;
}

@media (max-width: 1279px) {
  .elementor-heading-title {
    font-size: 30px;
  }

  .elementor-element.elementor-element-0b3c41b {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

.section-icon-item-title {
  margin-bottom: 16px;
  font-weight: 500;
  display: flex;
  justify-items: center;
  align-items: center;
}

.background-primary .section-icon-item-title {
  color: white;
}

.mr-20 {
  margin-right: 20px;
}

.elementor-widget.elementor-widget-heading {
  padding: 20px 0px;
}

.elementor-element.custom-description {
  color: var(--e-global-color-primary);
  font-family: "Karla", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.background-primary .elementor-element.custom-description {
  color: white;
}

.elementor-element.section-item-icon-text {
  color: var(--e-global-color-primary);
  font-family: "Karla", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.background-primary .elementor-element.section-item-icon-text {
  color: white;
}



.swiper-related .swiper-slide:hover .swiper-into-e1 {
  background: var(--e-global-color-primary);
}


.title-heading-slide-swiper {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #0c3346;
}

.template-html .table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background: transparent;
}

/* ACCORDION */
.elementor-section.net-14 .elementor-element-populated {
  padding: 0;
}

.elementor-section.net-14 .elementor-accordion-item {
  border: none;
  border-bottom: 1px solid #000;
}

.elementor-section.net-14 .elementor-tab-content {
  border: none;
}

.elementor-section.net-14 .elementor-active {
  background-color: var(--e-global-color-primary);
  color: #fff;
}

.elementor-section.net-14 .elementor-tab-title {
  padding: 20px 20px 20px 32px;
}

.elementor-section.net-14 .elementor-tab-content {
  padding-left: 40px;
  padding-bottom: 40px;
}

.faq-1 .elementor-tab-content {
  padding-left: 60px !important;
  padding-bottom: 40px;
}

.elementor-section.net-14 .elementor-accordion-item:hover {
  background-color: var(--e-global-color-primary);
  transition: color 0.3s, background-color 0.3s;
}

.elementor-section.net-14 .elementor-accordion-item:hover .elementor-accordion-title {
  color: #ffffff;
  transition: color 0.3s, background-color 0.3s;
}

.elementor-section.net-14 .elementor-accordion-item:hover {
  background-color: var(--e-global-color-primary);
  color: #fff;
}

.elementor-section.net-14 .elementor-accordion-item:hover .elementor-accordion-title {
  color: #fff;
}

.elementor-section.net-14 .elementor-accordion-item:hover .elementor-tab-content {
  color: #fff;
}

.elementor-section.net-14 .elementor-tab-content.elementor-active {
  color: #fff;
}
.elementor-section.net-14 .elementor-tab-title {
  padding: 20px 20px 20px 32px;
}

.faq-1 .elementor-tab-content {
  padding-left: 60px !important;
  padding-bottom: 40px;
}

.elementor-element.elementor-element-b83b6d1 .elementor-accordion-icon,
.elementor-element.elementor-element-b83b6d1 .elementor-accordion-title {
  color: var(--e-global-color-primary);
}

.elementor-element.elementor-element-b83b6d1 .elementor-accordion-icon svg {
  fill: var(--e-global-color-primary);
}

.elementor-element.elementor-element-b83b6d1 .elementor-active .elementor-accordion-icon,
.elementor-element.elementor-element-b83b6d1 .elementor-active .elementor-accordion-title {
  color: #ffffff;
}

.elementor-element.elementor-element-b83b6d1 .elementor-active .elementor-accordion-icon svg {
  fill: #ffffff;
}

.elementor-element.elementor-element-b83b6d1 .elementor-accordion-title {
  font-family: "Sora", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 23px;
}

.elementor-element.elementor-element-b83b6d1 .elementor-tab-title .elementor-accordion-icon i:before {
  color: var(--e-global-color-accent);
}

.elementor-element.elementor-element-b83b6d1 .elementor-tab-title .elementor-accordion-icon svg {
  fill: var(--e-global-color-accent);
}

.elementor-element.elementor-element-b83b6d1 .elementor-tab-content {
  color: var(--e-global-color-primary);
  font-family: "Karla", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
}

.elementor-element.elementor-element-b83b6d1 > .elementor-widget-container {
  padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-b83b6d1 .c-accordion__item_active .elementor-tab-content {
  display: block;
  height: auto;
  padding: 20px;
}
.elementor-element.elementor-element-b83b6d1 .elementor-tab-content {
  overflow-y: hidden;
}
.elementor-element.elementor-element-b83b6d1 .c-accordion__item_active .elementor-accordion-title,
.elementor-element.elementor-element-b83b6d1 .c-accordion__item_active .elementor-tab-content {
  color: #fff;
}
.elementor-tab-content {
  padding: 0px !important;
}
.elementor-element-b83b6d1 .c-accordion__item_active {
  background-color: var(--e-global-color-primary);
  color: #fff;
}

.swiper-button-prev {
  background-image: none !important;
}

.swiper-button-next {
  background-image: none !important;
}


.elementor-background-overlay {
  background-color: #000;
  opacity: 0.4;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.co-services .part-link-bl-in.services-type span a:hover {
  color: #3599cc !important;
  text-decoration: underline !important;
  margin-bottom: 0;
}

.back-animation {
  background: radial-gradient(ellipse at center, #3599cc4d 0%, rgb(0 0 0 / 0%) 70%), radial-gradient(ellipse at center, #5bc0de2b 0%, rgba(0, 0, 0, 0) 70%),
    radial-gradient(ellipse at center, #0c33463d 0%, rgba(0, 0, 0, 0) 70%) #fbfbfd;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 1200px 1200px, 1200px 1200px, 1200px 1200px;
  background-attachment: fixed;
  animation: bganimation 15s infinite;
}

.elementor-element.elementor-global-121223 {
  color: var(--e-global-color-primary);
  font-family: "Karla", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}
.background-primary .elementor-element.elementor-element-b83b6d1 .custom-accordion-title {
  color: white;
}

.elementor-heading-title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 36px;
  font-weight: 400;
}

.elementor-kit-7 h2.footer-title {
  color: white;
  font-weight: 600;
}

.elementor-image-box-description .dangerousHTML ul {
  list-style: disc;
}

.elementor-element-b381776 ul {
  list-style:inside  !important;
}
.elementor-element-ef6bd00 {
  background-color: #0c3346;
}

.elementor-element.elementor-element-61e7c5e .elementor-heading-title {
  color: #ffffff;
  font-family: "Sora", Sans-serif;
  font-size: 36px;
  font-weight: 400;
  font-style: normal;
  line-height: 46px;
}

.elementor-element.elementor-element-75aaf18 {
  color: #ffffff;
  font-family: "Karla", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.elementor-section.elementor-section-boxed > .elementor-container.grid-column-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}

.dangerousHTML{
  font-family: "Karla", Sans-serif;
  word-wrap: break-word;
}

.dangerousHTML h2, .dangerousHTML h3, .dangerousHTML h4, .dangerousHTML h5, .dangerousHTML h6 {
  font-family: "Karla", Sans-serif;
  font-weight: bold;
  margin: 6px 0px;
}

.dangerousHTML ul li {
  margin-left: 6px;
}
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* HTML: <div class="loader"></div> */
.loader {
  width: fit-content;
  padding-bottom: 5px;
  font-weight: bold;
  font-family: monospace;
  font-size: 30px;
  overflow: hidden;
  color: #0000;
  text-shadow: 0 0 0 #000,10ch 0 0 #000;
  background: linear-gradient(#000 0 0) bottom left/0% 3px no-repeat;
  animation: l14 1.5s infinite;
}
.loader:before {
  content: "Loading...";
}
@keyframes l14 {
    80%  {text-shadow:    0  0 0 #000,10ch 0 0 #000;background-size:100% 3px}
    100% {text-shadow: -10ch 0 0 #000,0    0 0 #000}
}