@font-face {
  font-family: "Fa brands 400 (old)";
  src: url("/api/media/file/5-66fc3e3c2f3a1607a63d6771_fa-brands-400.ttf?v=d708c2204bae") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url("/api/media/file/4-66fc3e3c2f3a1607a63d6770_fa-solid-900.ttf?v=c9e6f3d3c5de") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url("/api/media/file/3-66fc3e3c2f3a1607a63d676f_fa-regular-400.ttf?v=e2f780175264") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400 (6.4.2)";
  src: url("/api/media/file/6-66fc3e3c2f3a1607a63d6772_fa-brands-400.ttf?v=c6f491fd449d") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-gray: #55667c;
  --text-primary: #18304b;
  --primary-2: #b51e1e;
  --gradient-2-color: #035d94;
  --primary-1: #b51e1e;
  --primary-light: #ebf6fe;
  --background-lite: #f3f0ec;
  --light-gray: #bcc6ce;
  --r-10: 10px;
  --white: white;
  --button-r-23-px: 23px;
  --text-dark: #000b1f;
  --dark-gray: #afafaf;
  --secondary: #ff8c5f;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("/api/media/file/57-custom-checkbox-checkmark.589d534424.svg?v=3ea822e3e2fd");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--text-gray);
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--text-primary);
  letter-spacing: -.01em;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--text-primary);
  letter-spacing: -.01em;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--text-primary);
  margin-top: 10px;
  font-family: Outfit, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--text-primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
}

h5 {
  color: var(--text-primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
}

h6 {
  color: var(--primary-2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

p {
  color: var(--text-primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--text-primary);
  align-items: center;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: var(--text-primary);
}

ul {
  grid-row-gap: 15px;
  color: var(--text-primary);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  background-image: linear-gradient(130deg, var(--gradient-2-color), var(--primary-1));
  color: var(--text-gray);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

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

.section.style-guide-section {
  padding-top: 190px;
  padding-bottom: 0;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.light-with-img-bottom {
  background-color: var(--primary-light);
  padding-top: 120px;
}

.section.about-section {
  padding-bottom: 0;
}

.section.bammer-home {
  background-image: linear-gradient(139deg, #e9411205, #0011a705), url("/api/media/file/15-66fc3e3c2f3a1607a63d6788_Background-1.png?v=18e907f89495");
  background-position: 0 0, 101% 101%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  align-items: flex-end;
  padding-top: 180px;
  padding-bottom: 70px;
  display: flex;
  overflow: hidden;
}

.section.banner-home-2 {
  background-image: url("/api/media/file/17-66fc3e3c2f3a1607a63d678b_Banner-Home-2.png?v=2b12731248ef");
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 160px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.banner-home-3 {
  text-align: center;
  background-image: linear-gradient(#00063a99, #00063a99), url("/api/media/file/23-66fc3e3c2f3a1607a63d67b4_BG-About-1-.webp?v=0ed1e4fe04ae");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 160px;
  display: flex;
  overflow: hidden;
}

.section.light-img-background {
  background-color: var(--primary-light);
  background-image: url("/api/media/file/15-66fc3e3c2f3a1607a63d6788_Background-1.png?v=18e907f89495");
  background-position: 101% 101%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.about-us-banner {
  background-image: linear-gradient(130deg, #51238633, #0011a733), url("/api/media/file/7-66fc3e3c2f3a1607a63d6774_Style-Guide-Img.webp?v=5f6b5c59fa3c");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
  overflow: hidden;
}

.section.about-2-banner {
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.without-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.section.services-banner {
  background-image: linear-gradient(130deg, #51238633, #0011a733), url("/api/media/file/20-66fc3e3c2f3a1607a63d6793_Services-Banner-1-.webp?v=1883fbbb16ee");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 180px;
  overflow: hidden;
}

.section.pricing-banner {
  background-image: linear-gradient(130deg, #51238633, #0011a733), linear-gradient(#00000080, #00000080), url("/api/media/file/21-66fc3e3c2f3a1607a63d67a5_Contact-Banner-1-.webp?v=5286ea7a9da0");
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
  overflow: hidden;
}

.section.blog-banner {
  background-image: url("/api/media/file/17-66fc3e3c2f3a1607a63d678b_Banner-Home-2.png?v=2b12731248ef");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 160px;
  padding-bottom: 0;
}

.section.contacts-banner {
  background-image: linear-gradient(130deg, var(--primary-1), #0011a733), url("/api/media/file/25-66fc675b15a8c2344344fc06_Bilder-42.jpg?v=9acb2bc2cb4a");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  display: flex;
  overflow: hidden;
}

.section.contacts-2-banner {
  background-image: url("/api/media/file/17-66fc3e3c2f3a1607a63d678b_Banner-Home-2.png?v=2b12731248ef");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.banner-faq {
  background-image: linear-gradient(130deg, #512386b3, #0011a7b3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.without-top-spacing {
  padding-top: 0;
}

.section.banner-testimonials {
  background-image: linear-gradient(130deg, #512386b3, #0011a7b3);
  flex-direction: column;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.banner-our-team {
  background-image: linear-gradient(130deg, #51238633, #0011a733), linear-gradient(#00000080, #00000080), url("/api/media/file/22-66fc3e3c2f3a1607a63d67b3_Team-Banner-1-.webp?v=2b94c4d81233");
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
  overflow: hidden;
}

.section.img-background {
  background-color: var(--primary-light);
  background-image: none;
}

.section.banner-customers {
  background-image: url("/api/media/file/17-66fc3e3c2f3a1607a63d678b_Banner-Home-2.png?v=2b12731248ef");
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.banner-career {
  background-image: url("/api/media/file/17-66fc3e3c2f3a1607a63d678b_Banner-Home-2.png?v=2b12731248ef");
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
}

.section.banner {
  background-image: linear-gradient(130deg, #51238633, #0011a733);
  flex-direction: row;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  background-image: linear-gradient(130deg, #51238633, #0011a733);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.team-details-banner {
  padding-top: 180px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section.img-background {
  background-color: var(--primary-light);
  background-image: url("/api/media/file/13-66fc3e3c2f3a1607a63d677b_Background-2.1.png?v=a05adbd94521");
  background-position: -1% -1%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.service-details-banner {
  background-image: linear-gradient(130deg, #5123861a, #0011a71a);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 180px;
  overflow: hidden;
}

.section.job-position-banner {
  background-image: linear-gradient(130deg, var(--primary-1), var(--gradient-2-color));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.light-orange-background {
  background-color: var(--background-lite);
}

.section.gradient {
  background-image: linear-gradient(130deg, var(--gradient-2-color), var(--primary-1));
}

.section.img-background-copy {
  background-color: var(--primary-light);
  background-image: none;
}

.section.gradient {
  background-image: linear-gradient(130deg, var(--primary-1), var(--gradient-2-color));
  margin-top: 120px;
}

.base-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.grid-system {
  border-top: 1px solid var(--light-gray);
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-description {
  border-right: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-right: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  border-left: 1px solid var(--light-gray);
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.primary-style-guide {
  border-radius: var(--r-10);
  background-color: var(--primary-1);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.gray-style-guide {
  border-radius: var(--r-10);
  background-color: var(--text-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

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

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

.black-style-guide {
  border-radius: var(--r-10);
  background-color: var(--background-lite);
  width: 75px;
  height: 75px;
}

.colors-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  display: flex;
}

.light-gray-style-guide {
  border-radius: var(--r-10);
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.primary-light-style-guide {
  border-radius: var(--r-10);
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
}

.white-style-guide {
  border-radius: var(--r-10);
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 60px;
}

.h2-tablet {
  font-size: 45px;
}

.h1-mobile {
  font-size: 48px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.primary-button {
  border: 1px solid var(--primary-1);
  border-radius: var(--button-r-23-px);
  background-color: var(--primary-1);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  justify-content: center;
  padding: 14px 29px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  transition: all .35s;
}

.primary-button:hover {
  opacity: 1;
  color: var(--primary-1);
  background-color: #0000;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.pagination {
  margin-top: 30px;
}

.primary-button.full-width {
  width: 100%;
}

.primary-button.primary-2 {
  border-color: var(--text-primary);
  background-color: var(--text-primary);
}

.primary-button.primary-2:hover {
  color: var(--text-primary);
  background-color: #0000;
}

.style-guide-div {
  width: 100%;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.navbar {
  background-color: var(--white);
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.transparent-bg {
  background-color: #0000;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary-1);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: auto;
  margin-right: 40px;
}

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--light-gray);
  border-radius: var(--button-r-23-px);
  min-width: 280px;
  height: 44px;
  color: var(--text-dark);
  background-color: #0000;
  margin-bottom: 10px;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--primary-1);
}

.password-input::placeholder {
  color: var(--text-gray);
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.nav-menu-wrapper {
  border-bottom: 1px solid #e9411214;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-menu-wrapper.light-line {
  border-bottom-color: var(--background-lite);
}

.footer {
  background-color: var(--primary-2);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer.blue {
  background-color: var(--text-primary);
}

.style-guide-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.paragraph-large {
  font-size: 20px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  width: 100%;
  display: flex;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  width: 50%;
  margin-right: 15px;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.white-text {
  color: #fff;
  text-transform: none;
}

.search-wrap-input {
  height: 60px;
  color: var(--text-primary);
  background-color: #0000;
  border: 1px solid #0000;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary-1);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.search-link {
  color: var(--primary-1);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
  color: var(--primary-2);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  padding-top: 160px;
  padding-bottom: 80px;
}

.secondary-style-guide {
  border-radius: var(--r-10);
  background-color: var(--secondary);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  width: 33.33%;
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.secondary-button {
  border: 1px solid var(--primary-2);
  border-radius: var(--button-r-23-px);
  background-color: var(--primary-2);
  color: var(--white);
  letter-spacing: .5px;
  justify-content: center;
  padding: 14px 29px;
  font-weight: 500;
  line-height: 1em;
  transition: all .35s;
  display: flex;
}

.secondary-button:hover {
  color: var(--primary-2);
  background-color: #0000;
}

.secondary-button.orange-button {
  border-color: var(--secondary);
  background-color: var(--secondary);
}

.secondary-button.orange-button:hover {
  border-color: var(--secondary);
  color: var(--secondary);
  background-color: #0000;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary-1);
  justify-content: center;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rich-text-style h2 {
  margin-bottom: 15px;
  font-size: 45px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 25px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
  font-size: 18px;
}

.rich-text-style img {
  border-radius: 30px 30px 5px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-tablet {
  display: none;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.main-style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-tab-link {
  border: 1px solid var(--light-gray);
  border-radius: var(--button-r-23-px);
  background-color: var(--white);
  width: 100%;
  color: var(--text-gray);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--white);
  background-image: linear-gradient(130deg, var(--gradient-2-color), var(--primary-1));
  color: #fff;
}

.style-guide-tabs-menu {
  grid-column-gap: 5px;
  margin-bottom: 80px;
  display: flex;
}

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

.grid-title {
  border-right: 1px solid var(--light-gray);
  border-left: 1px none var(--light-gray);
  background-color: var(--primary-2);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: var(--light-gray);
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.banner-title-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  display: flex;
  position: relative;
}

.banner-title-wrapper.contact-wrapper {
  margin-bottom: 60px;
}

.banner-title-wrapper.big-title-wrap {
  max-width: 860px;
}

.album-2-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.h2-style-guide-title {
  margin-top: 0;
  margin-bottom: 0;
}

.spacing-flex-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

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

.sg-title.mb-15 {
  margin-bottom: 15px;
}

.sg-title.mb-30 {
  margin-bottom: 30px;
}

.flex-small-sg-con {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.color-sg-par {
  margin-top: 0;
  margin-bottom: 0;
}

.flex-body-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-body-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.btn-flex-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  display: flex;
}

.footer-link-3 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
}

.footer-link-3:hover {
  color: #e94112;
}

.footer-copyright-2 {
  color: #ebf6fe;
  width: auto;
  display: inline;
}

.footer-copyright-2.link:hover {
  color: #e94112;
}

.footer-social-icon-2 {
  background-image: linear-gradient(130deg, var(--primary-2), var(--primary-2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: color .3s;
}

.footer-social-icon-2:hover {
  color: #f3f0ec;
  background-image: linear-gradient(#fff, #fff);
}

.left-footer {
  grid-row-gap: 7px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.subscribe-wrap-footer {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.error-message-footer {
  border-radius: 23px;
}

.footer-social-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
}

.right-footer {
  grid-row-gap: 7px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  text-transform: none;
  margin-right: 5px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: #e94112;
}

.footer-link-wrap {
  align-items: center;
  display: flex;
}

.footer-social-icons-wrapper-2 {
  grid-column-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.success-message-footer {
  color: #fff;
  background-color: #0000;
  min-height: 44px;
}

.footer-links-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.footer-brand {
  color: #fff;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
}

.text-field-footer {
  color: #000b1f;
  border: 1px solid #fff;
  border-radius: 25px;
  height: 44px;
  margin-bottom: 0;
  padding-left: 29px;
  padding-right: 29px;
  font-size: 16px;
}

.text-field-footer:focus {
  border-color: #e94112;
}

.text-field-footer::placeholder {
  color: #18304b;
  font-size: 16px;
}

.text-field-footer.orange {
  color: var(--text-primary);
  font-size: 16px;
}

.text-field-footer.orange:focus {
  border-color: var(--secondary);
}

.text-field-footer.orange::placeholder {
  color: var(--text-gray);
  font-size: 16px;
}

.form-footer {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.icon-footer {
  color: var(--light-gray);
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
}

.footer-wrapper {
  grid-column-gap: 40px;
  border-top: 1px solid #bcc6ce80;
  border-bottom: 1px solid #bcc6ce80;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-rights-2 {
  color: #ebf6fe;
}

.form-block {
  width: 75%;
  margin-bottom: 0;
}

.content-wrapper-footer {
  z-index: 10;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.secondary-button-2 {
  background-color: var(--gradient-2-color);
  color: #fff;
  letter-spacing: .5px;
  border: 1px solid #e94112;
  border-radius: 23px;
  padding: 13px 29px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: inline-block;
}

.secondary-button-2:hover {
  color: #e94112;
  background-color: #0000;
}

.footer-logo {
  width: 100px;
  height: auto;
}

.footer-brand-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.primary-2-style-guide {
  background-color: #e94112;
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.blue-style-guide {
  background-color: var(--text-primary);
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.dark-text-style-guide {
  background-color: #000b1f;
  border-radius: 10px;
  width: 75px;
  height: 75px;
}

.link-wrap {
  display: inline-block;
  position: relative;
}

.link-line {
  background-color: #18304b;
  width: 100%;
  height: 1px;
}

.button-primary-link {
  border: 1px solid var(--primary-1);
  background-color: var(--primary-1);
  color: var(--white);
  border-radius: 23px;
  padding: 14px 24px 14px 29px;
  transition-property: background-color;
  display: flex;
}

.button-primary-link:hover {
  background-color: #0000;
}

.button-primary-link.borders-link {
  border-color: var(--text-primary);
  background-color: #0000;
}

.button-primary-link.borders-link:hover {
  background-color: var(--text-primary);
}

.button-text {
  color: #fff;
  text-transform: none;
  font-weight: 500;
  line-height: 1em;
}

.arrow-wrapper {
  margin-left: 2px;
  padding-right: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-button {
  opacity: 1;
  width: 28px;
  height: 13px;
  padding-left: 10px;
  display: inline-block;
}

.arrow-button._2-arrow {
  opacity: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.secondary-button-with-icon {
  border: 1px solid var(--primary-2);
  background-color: var(--primary-2);
  border-radius: 23px;
  padding: 14px 29px;
  transition-property: background-color;
  display: flex;
}

.secondary-button-with-icon:hover {
  background-color: #0000;
}

.secondary-button-with-icon.white-hover {
  transition: border-color .3s, background-color .35s;
}

.secondary-button-with-icon.white-hover:hover {
  border-color: var(--white);
  background-color: var(--white);
}

.secondary-button-with-icon.white-borders {
  border-color: var(--white);
  background-color: #0000;
}

.secondary-button-with-icon.white-borders:hover {
  border-color: var(--primary-2);
  background-color: var(--primary-2);
}

.header-logo {
  width: 100px;
  height: auto;
}

.nav-menu-2 {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-wrap-2 {
  align-items: center;
  display: flex;
}

.nav-dropdown-link-wrapper-2 {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link-line {
  background-color: #0011a7;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.nav-dropdown-link-line.orange {
  background-color: var(--secondary);
}

.button-text-button {
  color: #fff;
  font-weight: 500;
  line-height: 1em;
}

.button-text-button.white {
  color: #fff;
}

.button-text-button.secondary-color {
  color: var(--text-primary);
}

.nav-dropdown-toggle-2 {
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
}

.nav-link-2 {
  color: var(--text-dark);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.nav-link-2:hover {
  opacity: 1;
  color: var(--primary-1);
}

.nav-link-2.w--current {
  color: #0e0e0e;
}

.nav-link-2.white-nav-link {
  color: var(--white);
}

.nav-link-2.white-nav-link:hover {
  color: var(--primary-2);
}

.nav-link-2.inter-nav-link {
  color: var(--text-primary);
  font-family: Inter, sans-serif;
}

.nav-link-2.inter-nav-link:hover {
  color: var(--secondary);
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-2.w--open {
  width: 220px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list-2.megamenu {
  width: 360px;
}

.nav-dropdown-list-2.megamenu.w--open {
  width: 660px;
  padding: 15px;
  display: flex;
  left: -287%;
}

.nav-dropdown-link {
  width: 100%;
  color: var(--text-dark);
  text-transform: capitalize;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 17px;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: #0011a7;
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: #0011a7;
}

.nav-dropdown-link.inter-link {
  font-family: Inter, sans-serif;
}

.nav-dropdown-link.inter-link:hover, .nav-dropdown-link.inter-link.w--current {
  color: var(--secondary);
}

.nav-item-title {
  color: var(--text-dark);
  transition: color .3s;
}

.nav-item-title:hover {
  color: var(--primary-1);
}

.nav-item-title.white-nav-item {
  color: var(--white);
}

.nav-item-title.white-nav-item:hover {
  color: var(--primary-2);
}

.nav-item-title.inter-nav-item {
  color: var(--text-primary);
  font-family: Inter, sans-serif;
}

.nav-item-title.inter-nav-item:hover {
  color: var(--secondary);
}

.nav-dropdown-column-2 {
  width: 24%;
}

.nav-dropdown-column-2.big {
  width: 26%;
}

.desctop-hidden {
  display: none;
}

.search-shop-con-2 {
  align-items: center;
  margin-left: 10px;
  display: flex;
}

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

.collection-list-blog-home {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.right-title-content {
  width: 45%;
}

.subtitle-wrapper {
  grid-column-gap: 15px;
  border-radius: 23px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.collection-list-wrapper-blog-home {
  width: 100%;
}

.title-big-wrapper {
  grid-column-gap: 60px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.central-button-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.subtitle-line {
  background-color: var(--text-dark);
  width: 35px;
  height: 1px;
}

.subtitle-line.white-line {
  background-color: #fff;
}

.title-small {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1em;
}

.title-small.inter-orange {
  color: var(--secondary);
  font-family: Inter, sans-serif;
}

.left-content {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.left-content.big {
  width: 75%;
}

.img-blog-link {
  width: 100%;
  height: 280px;
  transition-property: all;
  transition-duration: .4s;
  position: relative;
  top: 0;
}

.img-blog-link:hover {
  top: -5px;
}

.blog-img {
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 10px 50px 10px 10px;
  width: 100%;
  height: 100%;
}

.content-blog {
  margin-top: 15px;
}

.h4-link {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
  transition-property: color;
  transition-duration: .3s;
  display: inline-block;
}

.h4-link:hover {
  color: var(--primary-2);
}

.h4-link.orange-link {
  font-family: Inter, sans-serif;
}

.h4-link.orange-link:hover {
  color: var(--secondary);
}

.success-text {
  color: #000b1f;
  font-size: 18px;
  line-height: 1.2em;
}

.success-message-form {
  color: #fff;
  background-color: #0000;
}

.form-block-home {
  background-color: var(--primary-light);
  border-radius: 30px 30px 30px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 55%;
  min-height: 460px;
  padding: 30px;
  display: flex;
}

.field-wrapper {
  grid-column-gap: 15px;
  display: flex;
}

.form-wrapper-home {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field-form {
  background-color: var(--white);
  min-height: 46px;
  color: var(--text-dark);
  border: 1px solid #0000;
  border-radius: 25px;
  margin-bottom: 15px;
  padding: 13px 29px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
}

.text-field-form:focus {
  border-color: var(--primary-1);
}

.text-field-form::placeholder {
  color: var(--text-primary);
  font-size: 16px;
}

.text-field-form.inter-field {
  font-family: Inter, sans-serif;
}

.textarea-form {
  min-height: 220px;
  color: var(--text-dark);
  border: 1px solid #0000;
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 13px 29px;
  font-size: 16px;
}

.textarea-form:focus {
  border-color: var(--primary-1);
}

.textarea-form::placeholder {
  color: var(--text-primary);
  font-size: 16px;
}

.textarea-form.inter-form {
  font-family: Inter, sans-serif;
}

.error-message-form {
  background-color: var(--secondary);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
}

.loop-logo {
  grid-column-gap: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-right: 50px;
  display: flex;
}

.logo-1 {
  filter: invert(75%);
}

.logo-1._1111 {
  filter: none;
}

.logo-wrapper {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
  overflow: hidden;
}

.logo-partners-banner {
  z-index: 2;
  border-top: 1px solid #bcc6ce;
  align-items: center;
  max-width: 100%;
  margin-top: 60px;
  padding-top: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-partners-banner._12 {
  border-top-width: 0;
  border-top-color: #0000;
  margin-top: 0;
  padding-top: 0;
}

.logo-video {
  width: 80px;
}

.white-block {
  background-color: #fff;
  width: 25%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.background-video {
  z-index: 10;
  object-fit: cover;
  border-radius: 10px 100px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
}

.background-video.team {
  height: 100%;
}

.collection-item-leadership {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.our-team-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.third-team {
  padding-top: 240px;
}

.secondary-team {
  padding-top: 120px;
}

.circles {
  opacity: .1;
  width: 450px;
  height: 460px;
  position: absolute;
  inset: auto auto -25% -12%;
}

.link-team {
  background-image: linear-gradient(140deg, var(--primary-1), #e9411266 32%, #0011a726 94%, #0011a7cc);
  border-radius: 80px 10px;
  width: 100%;
  height: 100%;
  transition-property: all;
  transition-duration: .4s;
}

.link-team.team-section:hover {
  opacity: .8;
}

.link-team.orange-bg {
  background-image: linear-gradient(to bottom, var(--background-lite), var(--background-lite));
}

.leadership-img {
  object-fit: cover;
  border-radius: 80px 10px;
  width: 370px;
  height: 370px;
  transition: opacity .3s;
}

.h3-link {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 500;
}

.h3-link:hover {
  color: var(--primary-1);
}

.h3-link.margin-top--20-px {
  margin-top: 20px;
}

.position-team {
  color: var(--primary-2);
  margin-top: 0;
  font-size: 18px;
}

.collection-list-wrapper-service {
  margin-top: 20px;
}

.collection-list-wrapper-service.width-100 {
  width: 100%;
  margin-top: 0;
}

.collection-item-services {
  border-bottom: 1px solid #fff3;
}

.arrow-services {
  border-bottom: 1px solid #bcc6ce;
  justify-content: space-between;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.service-name {
  color: #fff;
}

.service-name._w-20 {
  width: 20%;
  color: var(--text-dark);
}

.service-name._w-20-inter {
  width: 20%;
  color: var(--text-primary);
  font-family: Inter, sans-serif;
}

.services {
  width: 60%;
  color: var(--text-gray);
  font-size: 16px;
}

.services.inter {
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.primary-text {
  color: var(--primary-2);
  font-size: 60px;
}

.primary-text.orange {
  background-image: linear-gradient(to bottom, var(--secondary), var(--secondary));
}

.width-90-desctop {
  text-transform: none;
}

.width-90-desctop.inter {
  font-family: Inter, sans-serif;
}

.numbers {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--text-primary);
  justify-content: flex-start;
  align-items: center;
  font-size: 68px;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.numbers.inter-numbers {
  font-family: Inter, sans-serif;
}

.about-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.right-content-wrapper {
  width: 45%;
  margin-top: 45px;
}

.about-numbers {
  margin-top: 5px;
  font-size: 20px;
}

.about-numbers.inter-text {
  font-family: Inter, sans-serif;
}

.woman {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 150px 150px 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: 40px;
  margin-bottom: -30px;
  display: flex;
  position: relative;
}

.button-wrapper-section {
  margin-top: 60px;
  display: flex;
}

.numbers-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 60px;
}

.img-2-banner {
  width: 28%;
  position: absolute;
  inset: auto 20% 48% auto;
}

.img-2-banner.team-details {
  bottom: 33%;
}

.home-1-title-banner {
  color: var(--text-dark);
  text-transform: none;
  font-size: 65px;
}

.home-1-title-banner.inter {
  font-family: Inter, sans-serif;
  font-size: 62px;
}

.content-banner-home-1 {
  z-index: 10;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 49%;
  display: flex;
  position: relative;
}

.buttom-banner-wrapper {
  margin-top: 60px;
}

.cicrle-banner {
  opacity: .06;
  width: 600px;
  height: 600px;
  position: absolute;
  inset: auto auto -35% -13%;
}

.banner-home {
  z-index: 10;
  height: 550px;
  position: relative;
}

.banner-home.team-details {
  background-image: linear-gradient(130deg, var(--gradient-2-color), var(--primary-1));
  border-radius: 50px 50px 50px 10px;
  width: 35%;
  height: auto;
}

.banner-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 80px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.buttons-wrapper-banner {
  grid-column-gap: 30px;
  margin-top: 60px;
  display: flex;
}

.content-banner-home-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  display: flex;
}

.paragraph-banner-home-2 {
  margin-bottom: 0;
}

.img-banner-home-2 {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 50px 50px 50px 10px;
  width: 98%;
  height: 550px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.img-home-2 {
  opacity: .05;
  width: 600px;
  height: 600px;
  position: absolute;
  inset: -38% -28% auto auto;
}

.banner-title-home-2 {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 65px;
}

.white-circle-banner {
  opacity: .1;
  width: 600px;
  height: 600px;
  position: absolute;
  inset: auto auto -45% -25%;
}

.white-circle-banner.about-banner {
  bottom: -93%;
}

.arrow-button-secondary {
  width: 28px;
  height: 13px;
  padding-left: 10px;
  display: inline-block;
}

.arrow-button-secondary._2-arrow {
  opacity: 0;
  position: absolute;
  inset: auto auto 10% 0%;
}

.banner-paragraph-home-2 {
  color: #fff;
  width: 82%;
}

.header-banner-home-2 {
  color: #fff;
  font-size: 70px;
}

.content-banner-home-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

.arrow-wrapper-sscondary {
  margin-left: 2px;
  padding-right: 5px;
  position: relative;
  overflow: hidden;
}

.nav-arrow {
  margin-left: 6px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.text-block {
  margin-bottom: 10px;
}

.photo-client {
  border: 1px solid var(--primary-1);
  border-radius: 100px;
  width: 75px;
  height: 75px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
}

.info-client {
  grid-column-gap: 15px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.title-testimonials {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.review-wrapper {
  background-color: var(--primary-light);
  border-radius: 30px 30px 30px 10px;
  padding: 30px;
}

.review-wrapper.right {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 30px;
}

.testimonials-content {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.how-we-work-left-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.numbers-circle {
  background-image: linear-gradient(130deg, var(--gradient-2-color), var(--primary-1));
  color: #fff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 70px;
  margin-top: 17px;
  margin-bottom: 0;
  padding-left: 29px;
  padding-right: 29px;
  font-size: 22px;
  display: flex;
}

.about-us-image {
  object-fit: cover;
  object-position: 90% 50%;
  background-image: url("/api/media/file/18-66fc3e3c2f3a1607a63d678c_Banner-Home-2-2-.webp?v=ea9a043c8134");
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px 100px 10px;
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

.how-we-work-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.how-works-wrapper {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.how-we-work-right-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  margin-top: 110px;
  display: flex;
  position: relative;
}

.title-central-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 60px;
  display: flex;
}

.play-button-icon {
  z-index: 7;
  color: var(--white);
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.light-background-absolute {
  z-index: -1;
  background-color: var(--primary-light);
  background-image: url("/api/media/file/13-66fc3e3c2f3a1607a63d677b_Background-2.1.png?v=a05adbd94521");
  background-position: -1% -1%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.play-button-hover {
  z-index: 10;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.play-button {
  z-index: 5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #faf7f233;
  border: 1px solid #0000;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  transition: height .3s, width .3s;
  position: absolute;
}

.video-background {
  background-image: url("/api/media/file/19-66fc3e3c2f3a1607a63d678e_Banner-Home-2-1-.webp?v=412ca618797c");
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px 50px 50px 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

.video-wrapper {
  border-bottom: 0 #0000;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-height: 80px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.banner-title {
  color: #fff;
  text-align: center;
  text-transform: none;
}

.central-review {
  border-left: 1px solid #0011a74d;
  border-right: 1px solid #0011a74d;
  padding: 10px 30px;
}

.testimonials-author {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
  display: flex;
}

.testimonials-author.padding-top-0 {
  padding-bottom: 0;
}

.testimonials-name {
  background-image: linear-gradient(130deg, var(--gradient-2-color), var(--primary-1));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.review-wrapper-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr 1fr;
  width: 100%;
}

.testimonials-quote-author {
  margin-top: 55px;
  display: flex;
}

.review-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
}

.review-wrap.right {
  padding-left: 30px;
  padding-right: 0;
}

.step-wrap {
  align-items: flex-start;
  display: flex;
}

.life-sticky {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 140px;
}

.steps-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.life-wrapper {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  width: 100%;
}

.margin-top-20 {
  margin-top: 20px;
}

.info-step {
  border: 1px solid #fdfbf933;
  border-radius: 5px;
  flex: 1;
  padding: 5px 15px;
}

.progress-bar-80 {
  background-image: linear-gradient(130deg, var(--primary-2), var(--primary-1));
  width: 82%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.choose-progress-bar-item {
  margin-bottom: 30px;
}

.experiance-right-content {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.progress-bar-90 {
  background-image: linear-gradient(130deg, var(--primary-2), var(--primary-1));
  width: 90%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.progressbar-gray-line {
  background-color: #afafaf80;
  width: 100%;
  height: 4px;
}

.progress-bar-98 {
  background-image: linear-gradient(130deg, var(--primary-2), var(--primary-1));
  width: 98%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.experiance-left-content {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.subtitle-left-wrap {
  display: flex;
}

.team-img {
  object-fit: cover;
  border-radius: 50px 50px 50px 10px;
  width: 100%;
  height: 100%;
}

.expert-progress-bar-active-element {
  position: absolute;
  inset: auto -10px 15px auto;
}

.expert-progress-bar-wrapper {
  margin-top: 40px;
}

.progress-bar-number-2 {
  background-image: linear-gradient(130deg, var(--gradient-2-color), var(--primary-1));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 6px;
  font-size: 16px;
  font-weight: 700;
}

.experiance-wrapper {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  align-items: stretch;
  width: 100%;
}

.progressbar-con {
  width: 100%;
}

.career-banner-img {
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 50px 50px 10px;
  width: 98%;
  height: 550px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.choose-1-background {
  z-index: -1;
  opacity: .08;
  width: 600px;
  height: 600px;
  position: absolute;
  inset: auto auto 20% -24%;
}

.choose-2-background {
  z-index: -1;
  opacity: .08;
  width: 600px;
  height: 600px;
  position: absolute;
  inset: -27% -33% auto auto;
}

.collection-list-wrapper-services {
  width: 100%;
}

.collection-list-service {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-item-service {
  width: 47%;
  overflow: hidden;
}

.number-service {
  background-image: linear-gradient(130deg, var(--primary-2), var(--primary-1));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}

.service-wrapper {
  background-color: var(--primary-light);
  border-radius: 30px 30px 5px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-service {
  width: 300px;
  height: 300px;
  position: absolute;
  inset: auto -17% -32% auto;
}

.button-service {
  z-index: 10;
  margin-top: 40px;
  position: relative;
}

.paragraph {
  z-index: 10;
  position: relative;
}

.number-service-wrap {
  justify-content: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}

.image {
  opacity: .1;
  width: 600px;
  height: 600px;
  position: absolute;
  inset: -82% auto auto -30%;
}

.text-span-3 {
  color: #000b1f;
  -webkit-text-fill-color: transparent;
  background-color: #55667c;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 18px;
  font-weight: 400;
}

.button-pricing-wrap {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.price-plan {
  color: #000b1f;
  font-weight: 600;
}

.toggle-round-yr {
  z-index: 1;
  grid-column-gap: 30px;
  cursor: pointer;
  justify-content: space-between;
  width: 35px;
  height: 35px;
  position: relative;
  overflow: visible;
}

.toggle-round-mo {
  z-index: 1;
  grid-column-gap: 30px;
  cursor: pointer;
  justify-content: space-between;
  width: 35px;
  height: 35px;
  padding: 6px 10px;
  position: relative;
  overflow: visible;
}

.hero-price-item {
  background-color: var(--primary-light);
  border-radius: 30px 30px 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.hero-price-item:hover {
  box-shadow: 1px 0 20px #ffffff40;
}

.hero-price-item.margin-top-40 {
  margin-top: 40px;
}

.toggle-price {
  background-color: var(--primary-light);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 70px;
  height: 35px;
  display: flex;
  position: relative;
}

.toggle-bg-mo {
  background-image: linear-gradient(130deg, var(--gradient-2-color), var(--primary-1));
  border-radius: 50px;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: 0%;
}

.price-title {
  background-image: linear-gradient(130deg, var(--gradient-2-color), var(--primary-1) 77%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
}

.price-top {
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
}

.month {
  color: var(--text-dark);
  margin-right: 25px;
  font-size: 16px;
  font-weight: 600;
}

.title-price {
  color: #000b1f;
  font-size: 18px;
  font-weight: 600;
}

.pricing-wrap {
  width: 100%;
}

.personal-package {
  justify-content: space-between;
  align-items: center;
  min-height: 25px;
  display: flex;
}

.infi-price {
  border-left: 1px solid #1212121a;
  width: 50%;
  padding: 40px 30px 40px 60px;
}

.year {
  color: #000b1f99;
  margin-left: 25px;
  font-size: 16px;
  font-weight: 700;
}

.price-bottom {
  border-top: 1px solid #ffffff1a;
  margin-top: 15px;
}

.price {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 60px;
  padding-right: 30px;
  display: flex;
}

.button-flex {
  grid-column-gap: 20px;
  margin-top: 50px;
  display: flex;
}

.list-price {
  margin-top: 20px;
}

.toggle-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.accordion-item {
  background-color: var(--primary-light);
  border-radius: 30px 30px 5px;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
}

.accordion-list-content-2 {
  color: #000b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.collection-list-blog {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list-blog.banner {
  grid-template-columns: 1fr;
}

.collection-list-wrapper-blog {
  width: 100%;
}

.collection-list-wrapper-blog.margin-top-30 {
  margin-top: 30px;
}

.link-blog {
  width: 100%;
  height: 400px;
  transition-property: opacity;
}

.link-blog:hover {
  opacity: .8;
}

.link-blog.banner {
  width: 100%;
  height: 320px;
}

.image-blog {
  object-fit: cover;
  border-radius: 50px 50px 50px 10px;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
}

.info-blog {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.link-block-wrapper {
  margin-top: 30px;
}

.banner-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.banner-wrap.banner-news {
  grid-column-gap: 60px;
  grid-template-columns: 1.05fr 1fr;
}

.flex-vertical-card {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.flex-vertical-card:hover {
  background-position: 50% 20%;
}

.flex-vertical-card.with-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

.empty-state-white {
  color: #fff;
  background-color: #0000;
}

.right-banner-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-medium {
  margin-bottom: 30px;
}

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

.flex-horizontal-align-center.with-gap {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  flex: 1;
  margin-bottom: 0;
}

.column-wrapper {
  width: 40%;
}

.column-wrapper.blog {
  width: 100%;
  margin-top: 105px;
}

.link-small-blog {
  width: 25%;
  height: 100%;
  transition-property: opacity;
}

.link-small-blog:hover {
  opacity: .8;
}

.img-small-blog {
  object-fit: cover;
  border-radius: 30px 30px 30px 5px;
  width: 100%;
  height: 100%;
}

.info-small-blog {
  width: 68%;
}

.h5-link {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
  display: block;
}

.h5-link:hover {
  color: var(--primary-1);
}

.error-message-contact {
  color: #fff;
  text-align: center;
  background-color: #fc563f;
  border-radius: 10px;
}

.contacts-form-wrapper {
  background-image: linear-gradient(130deg, var(--primary-2), var(--primary-1));
  border-radius: 50px 50px 5px;
  width: 50%;
  padding: 15px;
}

.contacts-right-arrow {
  color: #afafaf80;
  max-width: 40px;
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.contacts-title {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contacts-arrows-divider {
  background-color: #afafaf80;
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.form-block-contact-us {
  background-color: #fff;
  border-radius: 50px 50px 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  min-height: 460px;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
}

.form-block-contact-us.contact {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  min-height: 565px;
}

.contacts-left-arrow {
  color: #afafaf80;
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  inset: 0% 60px auto auto;
}

.success-message-contact {
  background-color: #0000;
}

.textarea-get-in-touch {
  border: 1px solid var(--light-gray);
  width: 100%;
  min-height: 220px;
  color: var(--text-dark);
  background-color: #0000;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 13px 12px 13px 29px;
  font-size: 16px;
  line-height: 1.5em;
}

.textarea-get-in-touch:focus {
  border-color: var(--primary-2);
}

.textarea-get-in-touch::placeholder {
  color: var(--text-gray);
  font-size: 16px;
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.get-in-touch {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-contact {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.link-contact:hover {
  color: var(--primary-2);
}

.contacts-detail {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  background-image: linear-gradient(130deg, var(--primary-2), var(--primary-1));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.contacts-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field-home {
  color: #332d28;
  letter-spacing: 1px;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #332d2880;
  margin-bottom: 0;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.5em;
}

.text-field-home:focus {
  border-color: #0000 #0000 #fc563f;
}

.text-field-home::placeholder {
  color: #332d28;
}

.text-field-home.contact {
  border-color: var(--light-gray);
  min-height: 46px;
  color: var(--text-dark);
  letter-spacing: normal;
  border-radius: 23px;
  margin-bottom: 15px;
  padding: 13px 29px;
  font-size: 16px;
}

.text-field-home.contact {
  color: #000b1f;
  letter-spacing: normal;
  border-color: #bcc6ce;
  border-radius: 23px;
  min-height: 46px;
  margin-bottom: 15px;
  padding: 13px 29px;
  font-size: 16px;
}

.text-field-home.contact:focus {
  border-color: #e94112;
}

.text-field-home.contact::placeholder {
  color: #55667c;
  font-size: 16px;
}

.contacts-divider {
  background-color: #afafaf80;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-content-wrapper {
  width: 49%;
}

.contacts-slider-arrow-icon {
  color: #afafaf;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: color .3s;
}

.contacts-slider-arrow-icon:hover {
  color: #0011a7;
}

.appointment-wrapper {
  grid-column-gap: 40px;
  flex: 1;
  display: flex;
}

.appointment-wrapper.contact-us {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.appointment-wrapper.contact {
  grid-column-gap: 15px;
  flex-flow: column;
  width: 100%;
}

.textarea-get-in-touch-2 {
  border: 1px solid var(--light-gray);
  width: 100%;
  min-height: 220px;
  color: var(--text-dark);
  background-color: #0000;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 13px 12px 13px 29px;
  font-size: 16px;
  line-height: 1.5em;
}

.textarea-get-in-touch-2:focus {
  border-color: var(--primary-2);
}

.textarea-get-in-touch-2::placeholder {
  color: var(--text-gray);
  font-size: 16px;
}

.subtitle-line-2 {
  background-color: #000e1d;
  width: 35px;
  height: 1px;
}

.subtitle-line-2.white-line {
  background-color: #fff;
}

.about-location-wrap {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-contact-link {
  color: var(--text-dark);
  text-transform: none;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 400;
}

.info-contact-link:hover {
  color: var(--primary-2);
}

.location-salon {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.location-wrapper {
  text-align: center;
  border-right: 1px solid #bcc6ce;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-right: 0;
  display: flex;
}

.location-wrapper.right-location {
  border-right: 0 #0000;
  padding-left: 0;
  padding-right: 0;
}

.location-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.accordion-list-content-3 {
  color: #000b1f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.coming-soon-image {
  max-width: 440px;
}

.coming-soon-input {
  border: 1px solid var(--light-gray);
  min-width: 300px;
  height: 44px;
  color: var(--text-dark);
  border-radius: 23px;
  margin-bottom: 0;
  padding: 14px 29px;
}

.coming-soon-input:focus {
  border: 1px solid var(--primary-2);
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-input::placeholder {
  color: var(--text-gray);
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-heading {
  margin-top: 60px;
}

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.success-message-coming-soon {
  color: #000b1f;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 720px;
  margin-left: 0;
  margin-right: 60px;
  display: flex;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.error-message {
  color: #18304b;
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.collection-item-job {
  background-color: var(--primary-light);
  border-radius: 30px 30px 5px;
  padding: 30px;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list-wrapper {
  width: 100%;
}

.subtitle-line-3 {
  background-color: #000e1d;
  width: 35px;
  height: 1px;
}

.details-career {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.type-work {
  border: 1px solid var(--text-gray);
  color: var(--text-gray);
  background-color: #fff3;
  border-radius: 20px;
  padding: 6px 20px;
  font-size: 16px;
  display: inline-block;
}

.location-work {
  grid-column-gap: 6px;
  display: flex;
}

.location {
  background-image: linear-gradient(130deg, var(--gradient-2-color), var(--text-primary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Fa solid 900", sans-serif;
}

.apply {
  margin-top: 40px;
  display: flex;
}

.workflow-wrapper {
  width: 100%;
  height: 500px;
  display: flex;
}

.workflow-video-wrapper {
  width: 100%;
  height: 100%;
}

.subtitle-line-4 {
  background-color: #000e1d;
  width: 35px;
  height: 1px;
}

.subtitle-line-4.white-line {
  background-color: #fff;
}

.collection-list-team {
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.awards-wrap {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.awards-wrapper {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.content-result {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.courses-image {
  background-image: url("/api/media/file/24-66fc67595d49c8c79cbc2042_Bilder-15.jpg?v=ae9950aa7cc4");
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px 30px 5px;
  width: 35%;
  min-height: 450px;
  position: relative;
}

.list-result {
  grid-column-gap: 30px;
  background-color: var(--primary-light);
  border-radius: 30px 30px 30px 5px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 40px;
  padding: 20px 30px;
}

.result-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.licensing-fonts-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.licensing-fonts-wrapper.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.changelog-heading {
  margin-bottom: 20px;
}

.footer-social-icon {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(130deg, #e94112, #0011a7);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: #f3f0ec;
  background-image: linear-gradient(#fff, #fff);
}

.footer-social-icon.team {
  font-family: "Fa brands 400 (old)", sans-serif;
}

.footer-social-icon.team:hover {
  background-image: linear-gradient(#0011a7, #0011a7);
}

.footer-social-icon.orange {
  color: var(--secondary);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: "Fa brands 400 (old)", sans-serif;
}

.footer-social-icon.orange:hover {
  color: #fff;
}

.home-1-title-banner-2 {
  color: var(--text-dark);
}

.content-banner-home {
  z-index: 10;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 49%;
  display: flex;
  position: relative;
}

.flex-team {
  grid-column-gap: 40px;
  display: flex;
}

.collection-list-wrapper-recent-team {
  width: 100%;
}

.service-details-sidebar-contacts {
  margin-top: 20px;
  margin-bottom: 30px;
}

.service-details-content {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-details-content-wrapper {
  width: 70%;
  margin-right: 40px;
}

.service-details-sidebar-wrapper {
  background-color: #ebf6fe4d;
  border-radius: 30px 30px 5px;
  width: 30%;
  margin-top: 10px;
  padding: 30px 30px 40px;
  position: sticky;
  top: 100px;
}

.job-position-sidebar-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 33%;
  display: flex;
  position: sticky;
  top: 10px;
}

.job-position-sidebar-wrap {
  align-items: center;
  display: flex;
}

.job-position-sidebar-wrap.last-child {
  margin-bottom: 20px;
}

.collection-list-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.job-position-wrapper {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.job-position-icon {
  background-image: linear-gradient(130deg, var(--gradient-2-color), var(--primary-1));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.info-position-wrapper {
  background-color: #ebf6fe4d;
  border-radius: 30px 30px 5px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 40px 40px;
  display: flex;
}

.job-position-content-wrapper {
  width: 67%;
  padding-right: 70px;
}

.link-position {
  border: 1px solid var(--text-dark);
  border-radius: var(--button-r-23-px);
  background-color: var(--white);
  text-align: center;
  padding: 13px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  display: block;
}

.link-position:hover {
  border-color: var(--primary-1);
  color: var(--primary-1);
}

.details-blog-section {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.title-details-banner {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  display: flex;
  position: relative;
}

.date-blog {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 16px;
}

.blog-details-heading {
  color: #fff;
  font-size: 54px;
}

.blog-paragraph-banner {
  color: #fff;
  width: 90%;
  margin-bottom: 0;
}

.blog-details-img-banner {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.background-details {
  background-image: linear-gradient(130deg, #51238633, #0011a733), linear-gradient(#00063aa6, #00063aa6);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper-recent-blog {
  margin-top: 20px;
}

.blog-template-wrapper-2 {
  width: 58%;
}

.collection-item {
  grid-column-gap: 20px;
  justify-content: flex-start;
  display: flex;
}

.base-container-4 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.collection-list-recent {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.blog-details-wrap {
  grid-column-gap: 40px;
  width: 100%;
  display: flex;
}

.sidebar-recent-posts {
  background-color: #ebf6fe4d;
  border-radius: 30px 30px 5px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 30px 40px 40px;
  position: sticky;
  top: 10px;
}

.recent-post-wrap {
  width: 38%;
  position: relative;
}

.recent-link-image {
  width: 35%;
  height: 130px;
}

.recent-image {
  object-fit: cover;
  border-radius: 30px 30px 30px 5px;
  width: 100%;
  height: 100%;
  transition: color .3s;
}

.recent-image:hover {
  opacity: .8;
}

.info-recent {
  width: 60%;
}

._404-heading {
  background-image: linear-gradient(130deg, var(--gradient-2-color), var(--primary-1));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 160px;
  font-weight: 700;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.search-input {
  color: #000b1f;
  border: 1px solid #bcc6ce;
  border-radius: 23px;
  height: 44px;
  margin-bottom: 0;
  padding: 13px 29px;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid #0011a7;
}

.search-input::placeholder {
  color: #55667c;
}

.search-result-list {
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
}

.footer-link:hover {
  color: #e94112;
}

.footer-link.orahge-hover {
  font-family: Inter, sans-serif;
}

.footer-link.orahge-hover:hover {
  color: var(--secondary);
}

.inter {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.arrow-wrapper-button {
  margin-left: 2px;
  padding-right: 5px;
  position: relative;
  overflow: hidden;
}

.arrow-buttons {
  width: 28px;
  height: 13px;
  padding-left: 10px;
  display: inline-block;
}

.arrow-buttons._2-arrow {
  opacity: 0;
  position: absolute;
  inset: auto auto 10% 0%;
}

.inter-paragraph {
  font-family: Inter, sans-serif;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.license-link {
  color: #000b1f;
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link:hover {
  color: #e94112;
}

.license-link.last-child {
  margin-right: 0;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.licensing-image {
  object-fit: cover;
  border-radius: 30px 30px 5px;
  width: 100%;
  height: 320px;
  transition: opacity .3s;
}

.licensing-image:hover {
  opacity: .8;
}

.small-heading {
  font-size: 65px;
}

.hire-popup {
  z-index: 1000;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  max-width: 93%;
  color: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition-property: none;
}

.hire-buttons:hover {
  opacity: 1;
  color: #fff;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.buy-this-template {
  z-index: 1000;
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.btn-icon {
  margin-right: 8px;
}

.all-templates {
  z-index: 1000;
  color: #4353ff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.all-templates:hover {
  opacity: 1;
  color: #4353ff;
}

.text-orange {
  color: #f69c20;
}

.div-block {
  width: 100%;
}

.checkbox-field {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  margin-top: 10px;
  display: flex;
}

.checkbox-label {
  color: var(--white);
}

.link-2 {
  color: var(--light-gray);
}

.heading, .heading-2 {
  text-transform: none;
}

.link-3, .link-4 {
  color: var(--light-gray);
}

.link-5 {
  font-size: 18px;
  text-decoration: underline;
}

.heading-3, .heading-4 {
  text-transform: none;
}

.image-2 {
  width: 220px;
  height: auto;
}

.primary-text-copy {
  color: var(--primary-2);
  font-size: 30px;
}

.primary-text-copy.orange {
  background-image: linear-gradient(to bottom, var(--secondary), var(--secondary));
}

.filters-img-copy {
  max-width: none;
  max-height: 70px;
}

.heading-5, .heading-6, .heading-7 {
  text-transform: none;
}

.wappen, .wappen-copy {
  max-height: 150px;
  margin-bottom: 20px;
}

.textarea-get-in-touch-3 {
  color: #000b1f;
  background-color: #0000;
  border: 1px solid #bcc6ce;
  border-radius: 20px;
  width: 100%;
  min-height: 220px;
  margin-bottom: 40px;
  padding: 13px 12px 13px 29px;
  font-size: 16px;
  line-height: 1.5em;
}

.textarea-get-in-touch-3:focus {
  border-color: #e94112;
}

.textarea-get-in-touch-3::placeholder {
  color: #55667c;
  font-size: 16px;
}

.white-text-2 {
  color: #fff;
}

.base-container-5 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.base-container-5.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.primary-button-2 {
  background-color: var(--primary-1);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border: 1px solid #0011a7;
  border-radius: 23px;
  justify-content: center;
  padding: 14px 29px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  transition: all .35s;
}

.primary-button-2:hover {
  opacity: 1;
  color: #0011a7;
  background-color: #0000;
}

.uber-uns-circles-bottom {
  justify-content: center;
  margin-top: -25%;
  display: flex;
}

.uber-uns-circles {
  border: 2px solid #05042f;
  border-radius: 324px;
  width: 324px;
  height: 324px;
  position: relative;
}

.uber-uns-circles.circle-3 {
  margin-left: -24%;
}

.uber-uns-circles-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 487px;
  display: flex;
  position: relative;
}

.uber-uns-circles-text {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 110%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.uber-uns-circles-text.image {
  z-index: 1;
  width: 153px;
  margin-top: 12px;
  transform: translate(-50%, -50%);
}

.uber-uns-circles-text.center {
  z-index: 2;
  text-align: center;
  top: 54%;
}

.uber-uns-circles-text.circle2 {
  top: 60%;
  left: 25%;
}

.uber-uns-circles-text.circle3 {
  top: 60%;
  left: 75%;
}

.uber-uns-circles-text.circle1 {
  top: 30%;
}

.image-3 {
  width: 80px;
}

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

.central-button-wrap-copy {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.position-team-description {
  color: var(--text-gray);
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: #0a202e;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_button {
  border: 2px solid var(--text-primary);
  background-color: var(--primary-1);
  border-radius: .5rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button:hover {
  border-color: var(--primary-1);
  background-color: var(--text-primary);
  color: #f2f2f2;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--text-primary);
  color: var(--primary-1);
  background-color: #fff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.text-span-4 {
  font-weight: 700;
}

.fs-cc-banner_button {
  border: 2px solid var(--text-primary);
  background-color: var(--primary-1);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button:hover {
  border-color: var(--primary-1);
  background-color: var(--text-primary);
  color: #f2f2f2;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--primary-1);
  background-color: var(--white);
  color: var(--text-dark);
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-banner_text {
  color: #616161;
  text-align: left;
  margin-right: 1.5rem;
  font-size: 14px;
  line-height: 1.4em;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #1111118c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--primary-1);
  color: var(--text-dark);
  -webkit-text-stroke-color: #ff4b1f;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.link-6 {
  color: #616161;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: .5rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_space-medium {
  text-align: left;
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_text {
  color: #0a202e;
  text-align: left;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.5em;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_label {
  color: var(--primary-1);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.woman-copy {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 150px 150px 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.image-4 {
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper-2 {
  display: none;
}

.select-field {
  color: #332d28;
  letter-spacing: 1px;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #332d2880;
  margin-bottom: 0;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.5em;
}

.select-field:focus {
  border-color: #0000 #0000 #fc563f;
}

.select-field::placeholder {
  color: #332d28;
}

.select-field.contact {
  border-color: var(--light-gray);
  min-height: 46px;
  color: var(--text-dark);
  letter-spacing: normal;
  border-radius: 23px;
  margin-bottom: 15px;
  padding: 13px 29px;
  font-size: 16px;
}

.select-field.contact {
  color: #000b1f;
  letter-spacing: normal;
  border-color: #bcc6ce;
  border-radius: 23px;
  min-height: 46px;
  margin-bottom: 15px;
  padding: 13px 29px;
  font-size: 16px;
}

.select-field.contact:focus {
  border-color: #e94112;
}

.select-field.contact::placeholder {
  color: #55667c;
  font-size: 16px;
}

.link-7 {
  color: var(--primary-1);
  font-size: 19px;
  font-weight: 500;
}

.heading-8 {
  text-transform: none;
}

.text-span-5 {
  text-decoration: underline;
}

.heading-9 {
  outline-offset: 0px;
  text-transform: none;
  outline: 3px #18304b;
  font-weight: 500;
}

.text-span-6 {
  font-size: 48px;
}

.heading-10, .heading-11, .heading-12, .heading-13 {
  text-transform: none;
}

.link-8, .link-9 {
  color: #bcc6ce;
}

.icon-footer-2 {
  color: #bcc6ce;
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
}

.heading-14 {
  text-transform: none;
}

.div-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw3 {
  margin-left: 10px;
}

.wg-selector-2-fill.f1 {
  background-color: var(--primary-1);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wg-selector-2-fill.f2 {
  background-color: var(--primary-1);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.wg-selector-2-fill.f1-copy {
  border: .5px solid var(--white);
  background-color: var(--primary-1);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wg-selector2-text-lang2 {
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.wg-selector2-text-lang1 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.wg-selector-2 {
  color: #000;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.wg-selector-2:hover {
  color: #4049ff;
}

.wg-selector-2.w--current {
  cursor: default;
}

.wg-selector-2.s2:hover {
  color: var(--primary-1);
}

.wg-selector-2.s2-copy {
  color: var(--white);
}

.wg-selector-2.s2-copy:hover {
  color: var(--primary-1);
}

.left-footer-copy {
  grid-row-gap: 7px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.text-block-2, .text-block-3 {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.style-guide-section {
    padding-top: 240px;
  }

  .section.light-with-img-bottom {
    padding-top: 180px;
  }

  .section.bammer-home {
    align-items: flex-end;
    padding-top: 160px;
    display: flex;
  }

  .section.banner-home-2, .section.banner-home-3 {
    padding-top: 180px;
  }

  .section.about-us-banner, .section.about-2-banner, .section.services-banner, .section.pricing-banner {
    padding-top: 200px;
  }

  .section.blog-sidebar {
    padding-top: 100px;
  }

  .section.blog-banner {
    background-position: 50% 40%;
    padding-top: 180px;
  }

  .section.contacts-banner, .section.contacts-2-banner, .section.banner-faq, .section.banner-testimonials, .section.banner-our-team, .section.banner-customers {
    padding-top: 200px;
  }

  .section.banner-career {
    padding-top: 180px;
  }

  .section.banner, .section.changelog-banner, .section.team-details-banner, .section.service-details-banner, .section.job-position-banner {
    padding-top: 200px;
  }

  .spacing-columns {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .footer {
    padding-top: 80px;
  }

  .search-section {
    padding-top: 180px;
    padding-bottom: 130px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .banner-title-wrapper {
    max-width: 580px;
    margin-top: 0;
  }

  .style-guide-body-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .left-footer {
    width: 60%;
  }

  .form-block {
    width: 80%;
  }

  .content-wrapper-footer {
    width: 62%;
  }

  .arrow-wrapper {
    align-items: center;
  }

  .secondary-button-with-icon:hover {
    opacity: 1;
  }

  .collection-list-wrapper-blog-home {
    width: 100%;
  }

  .left-content.left-tablet {
    width: 45%;
  }

  .img-blog-link {
    height: 320px;
  }

  .form-block-home {
    width: 53%;
  }

  .form-wrapper-home {
    grid-column-gap: 80px;
  }

  .logo-partners-banner {
    margin-top: 80px;
  }

  .logo-partners-banner._12 {
    border-top-width: 0;
    border-top-color: #0000;
    padding-top: 0;
  }

  .our-team-wrapper {
    grid-column-gap: 40px;
  }

  .circles {
    width: 617px;
    height: 634px;
    bottom: -33%;
  }

  .service-name._w-20 {
    color: #18304b;
  }

  .width-90-desctop {
    width: 90%;
  }

  .numbers {
    font-size: 72px;
  }

  .about-wrapper {
    grid-column-gap: 70px;
  }

  .about-numbers {
    font-size: 24px;
  }

  .woman {
    height: 650px;
    margin-bottom: -50px;
  }

  .img-2-banner {
    width: 32%;
    bottom: 27%;
    right: 16%;
  }

  .img-2-banner.home-1 {
    bottom: 25%;
  }

  .img-2-banner.team-details {
    width: 25%;
    bottom: 31%;
    right: 30%;
  }

  .home-1-title-banner {
    font-size: 68px;
  }

  .home-1-title-banner.inter {
    font-size: 65px;
  }

  .content-banner-home-1 {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 42%;
    display: flex;
  }

  .banner-home {
    width: auto;
    height: 500px;
    left: 0;
  }

  .banner-home.team-details {
    width: 35%;
    margin-top: 10px;
  }

  .banner-content-wrapper {
    flex-direction: row;
  }

  .content-banner-home-2 {
    max-width: 740px;
  }

  .img-banner-home-2 {
    height: 560px;
  }

  .img-home-2 {
    top: -25%;
  }

  .white-circle-banner {
    bottom: -42%;
    left: -15%;
  }

  .white-circle-banner.about-banner {
    bottom: -73%;
  }

  .banner-paragraph-home-2 {
    width: 76%;
  }

  .header-banner-home-2 {
    font-size: 72px;
  }

  .content-banner-home-3 {
    width: 69%;
  }

  .arrow-wrapper-sscondary {
    align-items: center;
  }

  .how-we-work-left-wrap {
    width: 45%;
  }

  .about-us-image {
    margin-top: 30px;
  }

  .how-we-work-wrapper {
    grid-column-gap: 80px;
  }

  .how-works-wrapper {
    grid-column-gap: 30px;
  }

  .how-we-work-right-wrap {
    width: 52%;
    margin-top: 115px;
  }

  .title-central-wrap {
    width: 62%;
  }

  .video-background {
    border-radius: 50px 50px 50px 10px;
  }

  .central-review {
    padding-left: 45px;
    padding-right: 45px;
  }

  .review-wrap {
    padding-right: 45px;
  }

  .review-wrap.right {
    padding-left: 45px;
  }

  .life-wrapper {
    grid-column-gap: 80px;
    grid-template-columns: .8fr .9fr;
  }

  .info-step {
    padding: 10px 20px;
  }

  .experiance-left-content {
    height: 100%;
  }

  .expert-progress-bar-active-element {
    margin-left: 20px;
  }

  .expert-progress-bar-wrapper {
    margin-top: 50px;
  }

  .experiance-wrapper {
    grid-column-gap: 80px;
    align-items: center;
  }

  .career-banner-img {
    object-position: 50% 15%;
    height: 560px;
  }

  .choose-1-background {
    bottom: 23%;
    left: -16%;
  }

  .choose-2-background {
    right: -19%;
  }

  .collection-item-service {
    width: 31%;
  }

  .number-service {
    justify-content: flex-end;
  }

  .image {
    top: -74%;
    left: -16%;
  }

  .pricing-wrap {
    width: 87%;
  }

  .infi-price {
    padding: 50px 40px 50px 75px;
  }

  .price {
    padding-left: 75px;
    padding-right: 40px;
  }

  .accordion-list-content-2 {
    width: 90%;
  }

  .collection-list-blog {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }

  .link-blog {
    width: 100%;
  }

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

  .banner-wrap.banner-news {
    grid-column-gap: 80px;
    grid-template-columns: 1.05fr 1fr;
  }

  .contacts-form-wrapper {
    padding: 40px;
  }

  .form-block-contact-us {
    width: 72%;
  }

  .contacts-wrapper {
    grid-column-gap: 80px;
  }

  .contacts-content-wrapper {
    width: 45%;
  }

  .appointment-wrapper {
    grid-column-gap: 50px;
  }

  .accordion-list-content-3 {
    width: 90%;
  }

  .coming-soon-image {
    max-width: 480px;
  }

  .coming-soon-wrapper {
    max-width: 680px;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

  .content-result {
    width: 60%;
  }

  .courses-image {
    width: 40%;
    min-height: 500px;
  }

  .result-wrapper {
    grid-column-gap: 80px;
    align-items: center;
  }

  .content-banner-home {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 42%;
    display: flex;
  }

  .flex-team {
    grid-column-gap: 60px;
  }

  .details-blog-section {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .title-details-banner {
    max-width: 820px;
  }

  .blog-details-heading {
    font-size: 56px;
  }

  .blog-paragraph-banner {
    width: 75%;
  }

  .blog-template-wrapper-2 {
    width: 72%;
  }

  .blog-details-wrap {
    grid-column-gap: 60px;
  }

  .recent-post-wrap {
    width: 36%;
  }

  .arrow-wrapper-button {
    align-items: center;
  }

  .woman-copy {
    height: 650px;
    margin-bottom: -50px;
  }

  .left-footer-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 60%;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.banner-customers {
    background-position: 50% 85%;
  }

  .section.banner-career {
    background-position: 50% 27%;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .footer-links-wrapper {
    width: 45%;
  }

  .form-block {
    width: 65%;
  }

  .nav-dropdown-list-2.megamenu.w--open {
    left: -185%;
  }

  .left-content {
    width: 47%;
  }

  .left-content.left-tablet {
    width: 42%;
  }

  .form-block-home {
    width: 45%;
    padding: 40px;
  }

  .form-wrapper-home {
    grid-column-gap: 100px;
  }

  .circles {
    left: -12%;
  }

  .woman {
    object-position: 60% 20%;
    margin-bottom: -70px;
  }

  .img-2-banner {
    width: 30%;
    bottom: 20%;
    right: 22%;
  }

  .img-2-banner.home-1 {
    right: 23%;
  }

  .img-2-banner.team-details {
    width: 22%;
    bottom: 38%;
    right: 32%;
  }

  .home-1-title-banner {
    width: 93%;
  }

  .content-banner-home-1 {
    width: 45%;
  }

  .banner-home.team-details {
    width: 37%;
  }

  .banner-content-wrapper {
    grid-column-gap: 100px;
  }

  .img-banner-home-2 {
    object-position: 50% 25%;
  }

  .img-home-2 {
    right: -19%;
  }

  .white-circle-banner {
    bottom: -35%;
    left: -13%;
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .life-sticky {
    padding-right: 5px;
  }

  .expert-progress-bar-active-element {
    margin-left: 70px;
  }

  .choose-1-background {
    bottom: 23%;
    left: -12%;
  }

  .image {
    top: -70%;
    left: -11%;
  }

  .infi-price {
    padding-left: 90px;
  }

  .banner-wrap {
    grid-template-columns: 1.1fr 1fr;
  }

  .banner-wrap.banner-news {
    grid-column-gap: 70px;
    grid-template-columns: 1fr 1.05fr;
  }

  .location-wrapper {
    padding-right: 80px;
  }

  .location-wrapper.right-location {
    padding-left: 80px;
  }

  .coming-soon-image {
    max-width: 520px;
  }

  .home-1-title-banner-2 {
    width: 93%;
  }

  .content-banner-home {
    width: 45%;
  }

  .blog-details-img-banner {
    object-position: 50% 20%;
  }

  .woman-copy {
    object-position: 60% 20%;
    margin-bottom: -70px;
  }
}

@media screen and (min-width: 1920px) {
  .section.light-with-img-bottom {
    padding-top: 200px;
  }

  .section.bammer-home {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 80px;
    display: flex;
  }

  .section.banner-home-2 {
    background-position: 50% 15%;
    padding-top: 200px;
  }

  .section.banner-home-3 {
    background-image: linear-gradient(to bottom, null, null), url("/api/media/file/19-66fc3e3c2f3a1607a63d678e_Banner-Home-2-1-.webp?v=412ca618797c");
    background-position: 0 0, 50% 40%;
    padding-top: 200px;
  }

  .section.blog-banner {
    padding-top: 200px;
  }

  .section.banner-our-team {
    background-image: linear-gradient(130deg, #51238633, #0011a733), linear-gradient(to bottom, null, null), url("/api/media/file/22-66fc3e3c2f3a1607a63d67b3_Team-Banner-1-.webp?v=2b94c4d81233");
    background-position: 0 0, 0 0, 50% 60%;
  }

  .section.banner-customers {
    background-position: 50% 100%;
    background-size: 80%;
  }

  .section.banner-career {
    background-position: 50% 22%;
    padding-top: 200px;
  }

  .base-container, .nav-container {
    max-width: 1400px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .left-footer {
    width: 35%;
  }

  .footer-links-wrapper {
    width: 40%;
  }

  .form-block {
    width: 70%;
  }

  .content-wrapper-footer {
    width: 55%;
  }

  .nav-dropdown-list-2.megamenu.w--open {
    left: -50%;
  }

  .collection-item-blog-home {
    width: 100%;
  }

  .left-content {
    width: 46%;
  }

  .left-content._55 {
    width: 45%;
  }

  .blog-img {
    display: block;
  }

  .form-block-home {
    width: 45%;
  }

  .form-wrapper-home {
    grid-column-gap: 120px;
  }

  .background-video {
    height: 600px;
  }

  .circles {
    left: -9%;
  }

  .width-90-desctop {
    width: 80%;
  }

  .numbers {
    font-size: 74px;
  }

  .woman {
    object-position: 60% 15%;
    height: 670px;
  }

  .img-2-banner {
    width: 27%;
    bottom: 25%;
    right: 29%;
  }

  .img-2-banner.home-1 {
    width: 27%;
    bottom: 27%;
    right: 29%;
  }

  .img-2-banner.team-details {
    bottom: 31%;
    right: 35%;
  }

  .home-1-title-banner {
    width: 90%;
    font-size: 65px;
  }

  .home-1-title-banner.inter {
    font-size: 64px;
  }

  .content-banner-home-1 {
    width: 39%;
  }

  .cicrle-banner {
    bottom: -32%;
    left: -11%;
  }

  .banner-home {
    height: 660px;
  }

  .banner-home.team-details {
    width: 38%;
  }

  .content-banner-home-2 {
    max-width: 800px;
  }

  .img-banner-home-2 {
    object-position: 50% 35%;
    height: 700px;
  }

  .img-home-2 {
    top: -18%;
    right: -11%;
  }

  .banner-title-home-2 {
    font-size: 72px;
  }

  .white-circle-banner {
    bottom: -29%;
    left: -5%;
  }

  .banner-paragraph-home-2 {
    width: 79%;
  }

  .content-banner-home-3 {
    width: 60%;
  }

  .how-we-work-left-wrap {
    width: 42%;
  }

  .title-central-wrap {
    width: 54%;
  }

  .video-background {
    height: 500px;
  }

  .expert-progress-bar-active-element {
    margin-left: 80px;
  }

  .career-banner-img {
    object-position: 50% 10%;
    height: 700px;
  }

  .choose-1-background {
    bottom: 33%;
    left: -8%;
  }

  .choose-2-background {
    top: -20%;
    right: -6%;
  }

  .image {
    top: -64%;
    left: -2%;
  }

  .accordion-list-content-2 {
    width: 85%;
  }

  .banner-wrap {
    grid-template-columns: 1.2fr 1fr;
  }

  .banner-wrap.banner-news {
    grid-column-gap: 90px;
    grid-template-columns: 1.1fr 1fr;
    grid-auto-flow: column;
  }

  .form-block-contact-us {
    padding: 50px;
  }

  .contacts-wrapper {
    grid-column-gap: 100px;
  }

  .contacts-content-wrapper {
    width: 42%;
  }

  .location-wrapper {
    padding-right: 100px;
  }

  .location-wrapper.right-location {
    padding-left: 100px;
  }

  .accordion-list-content-3 {
    width: 85%;
  }

  .collection-item-job {
    padding: 40px;
  }

  .workflow-wrapper {
    height: 600px;
  }

  .home-1-title-banner-2 {
    width: 90%;
    font-size: 65px;
  }

  .content-banner-home {
    width: 39%;
  }

  .title-details-banner {
    max-width: 860px;
  }

  .blog-details-heading {
    font-size: 58px;
  }

  .blog-paragraph-banner {
    width: 70%;
  }

  .base-container-5 {
    max-width: 1400px;
  }

  .woman-copy {
    object-position: 60% 15%;
    height: 670px;
  }

  .left-footer-copy {
    width: 35%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 45px;
  }

  .section.style-guide-section {
    padding-top: 155px;
  }

  .section.light-with-img-bottom {
    padding-top: 100px;
  }

  .section.about-section {
    padding-bottom: 80px;
  }

  .section.bammer-home {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .section.banner-home-2 {
    padding-top: 140px;
  }

  .section.banner-home-3 {
    flex-direction: column;
    min-height: auto;
    padding-top: 140px;
  }

  .section.about-us-banner {
    padding-top: 160px;
  }

  .section.about-2-banner {
    padding-top: 140px;
  }

  .section.services-banner, .section.pricing-banner {
    padding-top: 160px;
  }

  .section.blog-banner {
    background-position: 50% 40%;
    padding-top: 140px;
  }

  .section.contacts-banner {
    padding-top: 160px;
  }

  .section.contacts-2-banner {
    background-position: 50% 40%;
    padding-top: 160px;
  }

  .section.banner-faq, .section.banner-testimonials, .section.banner-our-team {
    padding-top: 160px;
  }

  .section.banner-customers {
    background-position: 50% -120%;
    background-size: auto;
    padding-top: 160px;
  }

  .section.banner-career {
    background-position: 50% 35%;
    padding-top: 140px;
  }

  .section.banner, .section.changelog-banner {
    padding-top: 160px;
  }

  .section.team-details-banner {
    padding-top: 140px;
  }

  .section.service-details-banner, .section.job-position-banner {
    padding-top: 160px;
  }

  .base-container {
    max-width: 100%;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .colors-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .colors-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .h2-mobile {
    font-size: 45px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    max-width: 100%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .nav-menu-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style-guide-button-wrapper {
    width: 45%;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-section {
    padding-top: 120px;
  }

  .headings-container {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .image-burger.white-burger {
    filter: invert();
  }

  .brand-tablet {
    display: block;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .banner-title-wrapper {
    max-width: 580px;
  }

  .banner-title-wrapper.big-title-wrap {
    max-width: 100%;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .sg-title.mb-30 {
    margin-bottom: 20px;
  }

  .flex-body-wrap {
    width: 100%;
  }

  .style-guide-body-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-body-wrap.rows-30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .left-footer, .footer-links-wrapper {
    width: 60%;
  }

  .footer-wrapper {
    align-items: center;
  }

  .form-block {
    width: 75%;
  }

  .content-wrapper-footer {
    width: 90%;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .close-menu-button-2 {
    padding: 0 20px 0 0;
  }

  .close-menu-button-2.w--open {
    background-color: #0000;
    margin-bottom: 3px;
    padding: 0 20px 0 0;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-direction: column;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .nav-menu-2.light {
    background-color: #fff;
  }

  .menu-wrap-2 {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .menu-wrap-2.light {
    background-color: #fff;
  }

  .nav-dropdown-link-wrapper-2 {
    flex-flow: wrap;
    padding-right: 0;
    overflow: visible;
  }

  .nav-dropdown-link-wrapper-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .nav-dropdown-toggle-2 {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link-2.white-nav-link {
    color: var(--text-dark);
  }

  .nav-dropdown-list-2 {
    background-color: #0000;
    border-style: none;
    flex-direction: column;
    width: 100%;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-2.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-2.megamenu {
    background-color: #0000;
    width: 100%;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
  }

  .nav-item-title.white-nav-item {
    color: var(--text-dark);
  }

  .tablet-menu-2 {
    background-color: #fff;
    border-bottom: 1px solid #bcc6ce;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    display: flex;
  }

  .tablet-menu-2.light {
    background-color: #fff;
    border-bottom-color: #f3f0ec;
  }

  .nav-dropdown-column-2 {
    justify-content: center;
    width: 100%;
  }

  .desctop-hidden {
    margin-top: 40px;
    padding-left: 15px;
    display: flex;
  }

  .search-shop-con-2 {
    display: none;
  }

  .collection-list-blog-home {
    grid-column-gap: 30px;
    flex-flow: wrap;
    place-content: center;
    align-items: center;
  }

  .collection-item-blog-home {
    width: 47%;
  }

  .right-title-content {
    text-align: center;
    width: 100%;
  }

  .collection-list-wrapper-blog-home {
    width: 100%;
  }

  .title-big-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .title-big-wrapper.mb-30-tablet {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }

  .left-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .left-content.big {
    text-align: left;
    align-items: flex-start;
  }

  .left-content.left-tablet {
    text-align: center;
    align-items: center;
  }

  .form-block-home {
    width: 65%;
    padding: 35px;
  }

  .form-wrapper-home {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .loop-logo, .logo-wrapper {
    width: auto;
  }

  .logo-partners-banner {
    max-width: 100%;
    margin-top: 80px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .white-block {
    width: 20%;
  }

  .collection-item-leadership.details {
    width: 47%;
  }

  .our-team-wrapper {
    grid-column-gap: 20px;
  }

  .circles {
    bottom: -29%;
    left: -22%;
  }

  .h3-link {
    font-size: 28px;
  }

  .service-name._w-20 {
    width: 30%;
  }

  .width-90-desctop {
    text-align: center;
  }

  .numbers {
    font-size: 54px;
  }

  .about-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .right-content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin-top: 40px;
    display: flex;
  }

  .about-numbers {
    font-size: 16px;
  }

  .woman {
    object-position: 70% 15%;
    width: 75%;
    height: 620px;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .button-wrapper-section {
    justify-content: center;
    align-items: center;
  }

  .numbers-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    width: 80%;
  }

  .img-2-banner {
    width: 45%;
    bottom: 23%;
    right: 48%;
  }

  .img-2-banner.team-details {
    width: 40%;
    bottom: 20%;
  }

  .home-1-title-banner, .home-1-title-banner.inter {
    font-size: 60px;
  }

  .content-banner-home-1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .cicrle-banner {
    inset: -32% -20% auto auto;
  }

  .banner-home {
    width: 65%;
    height: auto;
    left: 90px;
  }

  .banner-home.team-details {
    width: 50%;
  }

  .banner-content-wrapper {
    flex-direction: column;
  }

  .content-banner-home-2 {
    max-width: 620px;
  }

  .img-banner-home-2 {
    width: 97%;
    height: 400px;
  }

  .img-home-2 {
    width: 400px;
    height: 400px;
    display: none;
  }

  .banner-title-home-2 {
    font-size: 56px;
  }

  .white-circle-banner {
    bottom: -63%;
    left: -31%;
  }

  .banner-paragraph-home-2 {
    width: 85%;
  }

  .header-banner-home-2 {
    font-size: 60px;
  }

  .content-banner-home-3 {
    width: 80%;
  }

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

  .how-we-work-left-wrap {
    text-align: center;
    align-items: center;
    width: 85%;
  }

  .about-us-image {
    height: 400px;
  }

  .how-we-work-wrapper {
    grid-row-gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .how-works-wrapper {
    grid-column-gap: 30px;
  }

  .how-we-work-right-wrap {
    width: 85%;
    margin-top: 0;
  }

  .title-central-wrap {
    width: 80%;
  }

  .video-background {
    height: 400px;
  }

  .central-review {
    border-right-width: 0;
    padding-right: 0;
  }

  .review-wrapper-column {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .testimonials-quote-author {
    margin-top: 30px;
  }

  .review-wrap.right {
    border-top: 1px solid #2f413733;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .life-sticky {
    text-align: center;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .life-wrapper {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .experiance-right-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .team-img {
    height: 420px;
  }

  .expert-progress-bar-wrapper {
    text-align: left;
    width: 70%;
  }

  .experiance-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .career-banner-img {
    width: 97%;
    height: 400px;
  }

  .choose-1-background {
    width: 400px;
    height: 400px;
    bottom: 28%;
  }

  .choose-2-background {
    width: 400px;
    height: 400px;
    top: -22%;
    right: -26%;
  }

  .image {
    top: -89%;
    left: -40%;
  }

  .infi-price, .price {
    padding-left: 30px;
  }

  .banner-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-bottom: 60px;
    display: flex;
  }

  .banner-wrap.banner-news {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .flex-vertical-card {
    background-image: none;
  }

  .right-banner-wrap {
    justify-content: center;
    align-items: center;
  }

  .right-banner-wrap.banner-left {
    align-items: flex-start;
  }

  .column-wrapper {
    width: 100%;
  }

  .column-wrapper.blog {
    width: 85%;
    margin-top: 90px;
  }

  .link-small-blog {
    width: 30%;
  }

  .contacts-form-wrapper {
    width: 85%;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-title {
    align-items: center;
    margin-bottom: 40px;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .form-block-contact-us {
    width: 100%;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .textarea-get-in-touch {
    width: 100%;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .text-field-home {
    margin-bottom: 40px;
  }

  .contacts-content-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .appointment-wrapper, .appointment-wrapper.contact, .textarea-get-in-touch-2 {
    width: 100%;
  }

  .coming-soon-image {
    display: none;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .success-message-coming-soon {
    text-align: center;
  }

  .coming-soon-wrapper {
    align-items: center;
    max-width: 660px;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .awards-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .content-result {
    align-items: center;
    width: 85%;
  }

  .courses-image {
    width: 100%;
  }

  .list-result {
    text-align: left;
    justify-items: start;
  }

  .result-wrapper {
    grid-row-gap: 60px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .content-banner-home {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .flex-team {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    place-content: center;
    align-items: center;
  }

  .service-details-content-wrapper {
    width: 60%;
    margin-right: 20px;
  }

  .service-details-sidebar-wrapper {
    width: 40%;
    padding-left: 30px;
    padding-right: 30px;
    top: 90px;
  }

  .job-position-sidebar-wrapper {
    width: 55%;
    top: 20px;
  }

  .collection-list-3 {
    justify-content: center;
    align-items: center;
  }

  .job-position-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .info-position-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .job-position-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .details-blog-section {
    flex-direction: column;
    padding-top: 140px;
  }

  .title-details-banner {
    max-width: 680px;
  }

  .blog-details-heading {
    font-size: 50px;
  }

  .blog-template-wrapper-2 {
    width: 100%;
  }

  .base-container-4 {
    max-width: 100%;
  }

  .collection-list-recent {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-items: center;
    display: grid;
  }

  .blog-details-wrap {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .sidebar-recent-posts {
    margin-bottom: 0;
    position: static;
  }

  .recent-post-wrap {
    width: 100%;
  }

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

  ._404-heading {
    font-size: 120px;
  }

  .search-input:focus {
    border: 1px solid #18304b;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hidden-tablet {
    display: none;
  }

  .small-heading {
    font-size: 60px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .textarea-get-in-touch-3 {
    width: 100%;
  }

  .base-container-5 {
    max-width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .woman-copy {
    object-position: 70% 15%;
    width: 75%;
    height: 620px;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .select-field {
    margin-bottom: 40px;
  }

  .left-footer-copy {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 22px;
  }

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

  .section.style-guide-section {
    padding-top: 135px;
  }

  .section.light-with-img-bottom {
    padding-top: 60px;
  }

  .section.about-section {
    padding-bottom: 60px;
  }

  .section.bammer-home, .section.banner-home-2, .section.banner-home-3 {
    padding-top: 120px;
  }

  .section.about-us-banner {
    padding-top: 140px;
  }

  .section.about-2-banner {
    padding-top: 120px;
  }

  .section.services-banner, .section.pricing-banner {
    padding-top: 140px;
  }

  .section.blog-banner {
    background-position: 50% 10%;
    padding-top: 120px;
  }

  .section.contacts-banner {
    padding-top: 140px;
  }

  .section.contacts-2-banner {
    background-position: 50% 20%;
    padding-top: 140px;
  }

  .section.banner-faq, .section.banner-testimonials, .section.banner-our-team {
    padding-top: 140px;
  }

  .section.banner-customers {
    background-position: 50% -80%;
    padding-top: 140px;
  }

  .section.banner-career {
    background-position: 50% 45%;
    padding-top: 120px;
  }

  .section.banner, .section.changelog-banner {
    padding-top: 140px;
  }

  .section.team-details-banner {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .section.service-details-banner, .section.job-position-banner {
    padding-top: 140px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    border-left: 1px solid var(--light-gray);
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid var(--light-gray);
    border-bottom-style: none;
    border-right-width: 1px;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: var(--light-gray);
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .colors-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .search-section {
    padding-bottom: 60px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .grid-header {
    width: 100%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tabs-menu {
    grid-row-gap: 10px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid var(--light-gray);
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

  .banner-title-wrapper {
    max-width: 100%;
  }

  .banner-title-wrapper.contact-wrapper {
    margin-bottom: 40px;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sg-title.mb-15 {
    margin-bottom: 10px;
  }

  .sg-title.mb-30 {
    margin-bottom: 20px;
  }

  .flex-body-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .btn-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-copyright-2 {
    line-height: 1.5em;
  }

  .left-footer, .right-footer {
    justify-content: center;
    align-items: center;
  }

  .footer-social-icons-wrapper-2 {
    width: 100%;
  }

  .footer-links-wrapper {
    width: 85%;
  }

  .footer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
  }

  .form-block, .content-wrapper-footer {
    width: 100%;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .nav-link-2 {
    margin-left: 0;
  }

  .collection-list-wrapper-blog-home {
    width: 100%;
  }

  .title-big-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .title-big-wrapper.mb-30-tablet {
    text-align: center;
    align-items: center;
  }

  .left-content {
    width: 100%;
  }

  .left-content.big {
    text-align: center;
    align-items: center;
  }

  .left-content.left-tablet, .form-block-home {
    width: 100%;
  }

  .form-wrapper-home {
    grid-row-gap: 40px;
  }

  .logo-partners-banner {
    margin-top: 60px;
  }

  .white-block {
    width: 10%;
  }

  .background-video {
    height: 450px;
  }

  .collection-item-leadership.details {
    width: 65%;
  }

  .our-team-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .third-team, .secondary-team {
    padding-top: 0;
  }

  .circles {
    display: none;
    bottom: -16%;
  }

  .arrow-services {
    flex-direction: row;
  }

  .service-name._w-20 {
    width: 40%;
  }

  .services {
    width: 45%;
  }

  .width-90-desctop {
    text-align: center;
    width: 85%;
  }

  .numbers {
    margin-bottom: 5px;
  }

  .right-content-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .woman {
    width: 85%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .numbers-wrapper {
    margin-top: 40px;
  }

  .img-2-banner, .img-2-banner.home-1 {
    bottom: 20%;
    right: 42%;
  }

  .img-2-banner.team-details {
    right: 55%;
  }

  .home-1-title-banner {
    font-size: 48px;
  }

  .home-1-title-banner.inter {
    font-size: 50px;
  }

  .buttom-banner-wrapper {
    margin-top: 40px;
  }

  .buttom-banner-wrapper.margin-top-20-mobile {
    margin-top: 20px;
  }

  .cicrle-banner {
    width: 400px;
    height: 400px;
    top: -12%;
    right: -42%;
  }

  .banner-home.team-details {
    width: 75%;
    left: 70px;
  }

  .banner-content-wrapper {
    grid-row-gap: 40px;
  }

  .buttons-wrapper-banner {
    margin-top: 40px;
  }

  .buttons-wrapper-banner.mt-20-mobile {
    margin-top: 20px;
  }

  .content-banner-home-2 {
    max-width: 100%;
  }

  .img-banner-home-2 {
    width: 96%;
    height: 350px;
    margin-top: 40px;
  }

  .banner-title-home-2 {
    font-size: 48px;
  }

  .white-circle-banner {
    width: 400px;
    height: 400px;
    bottom: -41%;
  }

  .white-circle-banner.about-banner {
    bottom: -67%;
  }

  .header-banner-home-2 {
    font-size: 48px;
  }

  .content-banner-home-3 {
    width: 100%;
  }

  .grid {
    text-align: center;
    justify-items: center;
  }

  .info-client {
    flex-direction: column;
    justify-content: center;
    margin-top: 25px;
  }

  .title-testimonials {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .testimonials-content {
    justify-content: center;
    align-items: center;
  }

  .about-us-image {
    object-fit: cover;
    width: 100%;
    height: 400px;
  }

  .how-we-work-wrapper {
    grid-row-gap: 40px;
  }

  .title-central-wrap {
    width: 100%;
  }

  .video-wrapper {
    margin-top: 30px;
  }

  .life-wrapper {
    grid-row-gap: 30px;
  }

  .expert-progress-bar-wrapper {
    width: 100%;
  }

  .experiance-wrapper {
    grid-row-gap: 30px;
  }

  .career-banner-img {
    width: 96%;
    height: 350px;
    margin-top: 40px;
  }

  .choose-1-background {
    bottom: 18%;
    left: -36%;
  }

  .choose-2-background {
    top: -31%;
    right: -36%;
  }

  .collection-item-service {
    width: 100%;
  }

  .image {
    width: 400px;
    height: 400px;
    top: -47%;
    left: -32%;
  }

  .button-pricing-wrap {
    align-items: flex-start;
  }

  .hero-price-item {
    flex-direction: column;
  }

  .infi-price {
    text-align: center;
    border-top: 1px solid #1212121a;
    border-left-width: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .monthly-wrapper, .yearly-wrapper {
    text-align: center;
  }

  .price {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-flex {
    margin-top: 30px;
  }

  .list-price {
    align-items: center;
  }

  .collection-list-blog {
    grid-template-columns: 1fr;
  }

  .banner-wrap {
    margin-bottom: 40px;
  }

  .banner-wrap.banner-news {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .flex-vertical-card {
    margin-left: 0;
    margin-right: 0;
  }

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

  .column-wrapper.blog {
    width: 100%;
    margin-top: 40px;
  }

  .contacts-form-wrapper {
    width: 100%;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .form-block-contact-us {
    width: 100%;
    min-height: 612px;
  }

  .contacts-location-slider {
    width: 100%;
    padding-right: 0;
  }

  .contacts-wrapper {
    grid-row-gap: 40px;
  }

  .text-field-home {
    margin-bottom: 20px;
  }

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .appointment-wrapper {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .appointment-wrapper.contact-us, .appointment-wrapper.contact {
    margin-bottom: 0;
  }

  .about-location-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .location-salon {
    margin-bottom: 40px;
  }

  .location-wrapper {
    border-bottom: 1px solid #bcc6ce;
    border-right: 0 #0000;
    width: 75%;
    padding-right: 0;
  }

  .location-wrapper.right-location {
    border-bottom: 0 #0000;
    margin-top: 30px;
    padding-left: 0;
  }

  .location-wrap {
    flex-direction: column;
    align-items: center;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .coming-soon-wrapper {
    max-width: 100%;
  }

  .collection-list {
    flex-direction: column;
    display: flex;
  }

  .workflow-wrapper {
    flex-wrap: wrap;
    height: 450px;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .collection-list-team {
    grid-row-gap: 40px;
  }

  .content-result {
    width: 100%;
  }

  .list-result {
    grid-column-gap: 20px;
  }

  .result-wrapper {
    grid-row-gap: 40px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .service-details-sidebar-contacts {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    display: flex;
    position: static;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    position: relative;
    top: 0;
  }

  .job-position-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .info-position-wrapper {
    text-align: center;
  }

  .job-position-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .details-blog-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .title-details-banner {
    max-width: 100%;
  }

  .collection-item {
    align-items: center;
    width: 100%;
  }

  .collection-list-recent {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .blog-details-wrap {
    grid-row-gap: 40px;
  }

  .search {
    flex-direction: column;
  }

  .search-result-list {
    grid-row-gap: 20px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .small-heading {
    font-size: 50px;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .uber-uns-circles {
    width: 220px;
    height: 220px;
  }

  .uber-uns-circles-wrapper {
    min-height: 330px;
    transform: scale(1.1);
  }

  .uber-uns-circles-text {
    font-size: 14px;
  }

  .uber-uns-circles-text.image {
    width: 105px;
    top: 49%;
  }

  .uber-uns-circles-text.circle2 {
    left: 27%;
  }

  .uber-uns-circles-text.circle3 {
    left: 73%;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .woman-copy {
    width: 85%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .select-field {
    margin-bottom: 20px;
  }

  .left-footer-copy {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
  }

  .section.blog-banner {
    background-position: 50% 7%;
  }

  .section.banner-customers {
    background-position: 50% -120%;
  }

  .section.banner-career {
    background-position: 50% 40%;
  }

  .section.bottom {
    padding-bottom: 0;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: var(--light-gray);
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-w-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    text-align: left;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-section-title {
    width: 100%;
  }

  .landing-home-pages-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-copyright-2 {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .left-footer, .footer-social-wrapper, .right-footer {
    width: 100%;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .footer-social-icons-wrapper-2 {
    justify-content: center;
  }

  .footer-links-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .form-footer {
    flex-flow: column;
  }

  .footer-rights-2 {
    text-align: center;
    line-height: 1.6em;
  }

  .content-wrapper-footer {
    text-align: center;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    width: auto;
  }

  .header-logo {
    width: 70px;
  }

  .nav-menu-2 {
    width: 90%;
  }

  .nav-link-2 {
    width: 99%;
  }

  .nav-dropdown-list-2.megamenu {
    padding-right: 0;
  }

  .collection-list-blog-home {
    flex-flow: column;
  }

  .collection-item-blog-home {
    width: 100%;
  }

  .title-big-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .form-block-home {
    width: 100%;
    min-height: 502px;
    padding: 20px;
  }

  .field-wrapper {
    flex-direction: column;
  }

  .white-block {
    width: 0%;
  }

  .collection-item-leadership.details {
    width: 100%;
  }

  .leadership-img {
    width: 100%;
    height: 300px;
  }

  .service-name._w-20 {
    width: 75%;
  }

  .services {
    display: none;
  }

  .numbers {
    justify-content: flex-start;
    align-items: center;
  }

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

  .woman {
    width: 100%;
    height: 450px;
  }

  .button-wrapper-section {
    margin-top: 40px;
  }

  .numbers-wrapper {
    grid-template-columns: 1fr;
    place-items: center;
    width: 100%;
  }

  .img-2-banner {
    bottom: 17%;
    right: 50%;
  }

  .img-2-banner.home-1 {
    bottom: 24%;
    right: 50%;
  }

  .img-2-banner.team-details {
    width: 50%;
    bottom: 15%;
    right: 47%;
  }

  .content-banner-home-1 {
    width: 100%;
  }

  .cicrle-banner {
    top: -18%;
  }

  .banner-home {
    width: 85%;
    left: 10px;
  }

  .banner-home.team-details {
    width: 75%;
    margin-left: auto;
    left: 0;
  }

  .buttons-wrapper-banner {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .img-banner-home-2 {
    object-position: 85% 10%;
    width: 92%;
  }

  .white-circle-banner {
    bottom: -26%;
    left: -37%;
  }

  .white-circle-banner.about-banner {
    bottom: -55%;
  }

  .info-client {
    margin-top: 30px;
  }

  .how-we-work-left-wrap {
    width: 100%;
  }

  .about-us-image {
    height: 300px;
  }

  .how-works-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .how-we-work-right-wrap {
    width: 100%;
  }

  .central-review {
    text-align: center;
    border-top: 1px solid #2f413733;
    border-left-style: none;
    border-left-width: 0;
    padding-top: 30px;
    padding-left: 0;
  }

  .testimonials-author {
    padding-bottom: 0;
  }

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

  .testimonials-quote-author {
    flex-direction: column;
    align-items: center;
  }

  .review-wrap {
    text-align: center;
    padding-right: 0;
  }

  .review-wrap.right {
    padding-left: 0;
    padding-right: 0;
  }

  .step-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .info-step {
    flex: none;
  }

  .team-img {
    height: 360px;
  }

  .career-banner-img {
    width: 92%;
  }

  .choose-1-background {
    bottom: 11%;
  }

  .choose-2-background {
    right: -42%;
  }

  .image {
    top: -54%;
    left: -43%;
  }

  .infi-price, .price {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-flex {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .list-price {
    text-align: left;
    align-items: flex-start;
  }

  .toggle-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .banner-wrap {
    width: 100%;
  }

  .flex-vertical-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-vertical-card.with-gap {
    grid-row-gap: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-horizontal-align-center.with-gap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .link-small-blog {
    width: 100%;
    height: 200px;
  }

  .form-block-contact-us {
    padding: 30px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .info-contact-link {
    display: block;
  }

  .location-wrapper {
    width: 100%;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .collection-item-job {
    text-align: center;
  }

  .details-career {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .apply {
    justify-content: center;
    align-items: center;
  }

  .awards-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .list {
    margin-bottom: 0;
  }

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

  .list-result {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-banner-home {
    width: 100%;
  }

  .job-position-sidebar-wrapper {
    padding-left: 0;
  }

  .blog-details-heading {
    font-size: 48px;
  }

  .collection-item {
    flex-direction: column;
    justify-content: center;
  }

  .recent-link-image {
    width: 100%;
    height: 200px;
  }

  .info-recent {
    width: 100%;
  }

  ._404-heading {
    font-size: 100px;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .license-link {
    margin-right: 15px;
  }

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

  .small-heading {
    font-size: 48px;
  }

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

  .uber-uns-circles {
    width: 140px;
    height: 140px;
  }

  .uber-uns-circles-wrapper {
    max-width: none;
    min-height: 210px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    transform: scale(1.3);
  }

  .uber-uns-circles-text {
    font-size: 9px;
  }

  .uber-uns-circles-text.image {
    width: 66px;
    top: 47%;
  }

  .uber-uns-circles-text.center {
    text-align: center;
  }

  .image-3 {
    width: 30px;
  }

  .section-2 {
    justify-content: center;
    align-items: center;
    min-height: 350px;
    padding-top: 0;
    display: flex;
    overflow: hidden;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .woman-copy {
    width: 100%;
    height: 450px;
  }

  .left-footer-copy {
    width: 100%;
  }
}

#w-node-_2169fe3f-83f0-ebcf-088d-2230a005a695-a63d6763, #w-node-_2169fe3f-83f0-ebcf-088d-2230a005a69c-a63d6763, #w-node-_2169fe3f-83f0-ebcf-088d-2230a005a6a3-a63d6763, #w-node-_2169fe3f-83f0-ebcf-088d-2230a005a6aa-a63d6763, #w-node-_0306202e-4aaf-0b69-0369-2ca78291b119-a63d6763, #w-node-_0306202e-4aaf-0b69-0369-2ca78291b11a-a63d6763, #w-node-_0306202e-4aaf-0b69-0369-2ca78291b123-a63d6763, #w-node-_7c7d9443-5b47-71e1-f889-1d6ea07d749b-a63d6763, #w-node-_7c7d9443-5b47-71e1-f889-1d6ea07d749d-a63d6763, #w-node-da2e8b24-416e-48e7-7b44-4e33b830c3f9-a63d6763, #w-node-da2e8b24-416e-48e7-7b44-4e33b830c405-a63d6763, #w-node-_2169fe3f-83f0-ebcf-088d-2230a005a695-eca2423d, #w-node-_2169fe3f-83f0-ebcf-088d-2230a005a69c-eca2423d, #w-node-_2169fe3f-83f0-ebcf-088d-2230a005a6a3-eca2423d, #w-node-_2169fe3f-83f0-ebcf-088d-2230a005a6aa-eca2423d, #w-node-_0306202e-4aaf-0b69-0369-2ca78291b119-eca2423d, #w-node-_0306202e-4aaf-0b69-0369-2ca78291b11a-eca2423d, #w-node-_0306202e-4aaf-0b69-0369-2ca78291b123-eca2423d, #w-node-_7c7d9443-5b47-71e1-f889-1d6ea07d749b-eca2423d, #w-node-_7c7d9443-5b47-71e1-f889-1d6ea07d749d-eca2423d, #w-node-da2e8b24-416e-48e7-7b44-4e33b830c3f9-eca2423d, #w-node-da2e8b24-416e-48e7-7b44-4e33b830c405-eca2423d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa brands 400 (old)';
  src: url('/api/media/file/5-66fc3e3c2f3a1607a63d6771_fa-brands-400.ttf?v=d708c2204bae') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('/api/media/file/4-66fc3e3c2f3a1607a63d6770_fa-solid-900.ttf?v=c9e6f3d3c5de') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('/api/media/file/3-66fc3e3c2f3a1607a63d676f_fa-regular-400.ttf?v=e2f780175264') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('/api/media/file/6-66fc3e3c2f3a1607a63d6772_fa-brands-400.ttf?v=c6f491fd449d') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}