@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-dark: #101828;
  --paragraph-gray: #475467;
  --primary: #fc6d04;
  --light-gray: #f9f9fa;
  --white: white;
  --gray: #e9e9e9;
  --black: black;
  --primary-light: #f7f7f7;
  --shadow-outline: #f2f4f7;
  --dark-gray: #afafaf;
  --white-50: #ffffff80;
  --dark-gray-50: #afafaf80;
}

body {
  color: var(--primary-dark);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--primary-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  text-transform: capitalize;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

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

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

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

blockquote {
  text-align: left;
  background-image: url('../images/“.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px 40px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

.section.dark-background-no-top-spacing {
  background-color: var(--primary-dark);
  padding-top: 0;
}

.section.dark-background-diagonal {
  z-index: 4;
  background-image: url('../images/Rectangle-27.svg'), linear-gradient(176.9deg, transparent 32%, var(--primary-dark) 38%);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  margin-bottom: -1px;
  padding-top: 160px;
  overflow: hidden;
}

.section.pricing-bg {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.section.no-banner {
  padding-top: 140px;
}

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

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

.base-container.primary-color-block {
  max-width: none;
  padding-left: 15px;
  padding-right: 15px;
}

.base-container.footer-style {
  max-width: none;
}

.base-container.cta-style {
  max-width: none;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

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

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  color: var(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

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

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

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

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

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

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

.spacing-columns {
  margin-top: 40px;
}

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

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.gray-style-guide {
  background-color: var(--gray);
  width: 75px;
  height: 75px;
}

.primary-dark-style-guide {
  background-color: var(--primary-dark);
  width: 75px;
  height: 75px;
}

.black-style-guide {
  background-color: var(--black);
  width: 75px;
  height: 75px;
}

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

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

.color-container {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

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

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

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

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

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

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

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

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

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

.style-guide-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

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

.primary-button.full-width {
  display: block;
}

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

.primary-button.white {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
}

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

.primary-button.outline-dark {
  border-color: var(--paragraph-gray);
  color: var(--primary);
  background-color: #0000;
}

.primary-button.outline-dark:hover {
  border-color: var(--primary);
}

.primary-button.nav-button {
  order: 1;
}

.primary-button.nav-button-tablet-menu {
  display: none;
}

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  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;
}

.grid-header {
  width: 100%;
  margin-top: 50px;
}

.link-wrapper {
  justify-content: flex-start;
  width: 50%;
  margin-top: 10px;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.nav-link {
  text-transform: uppercase;
  border-bottom: 4px solid #0000;
  margin-bottom: -4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 14px;
  font-size: 14px;
  font-weight: 600;
  transition: border-color .2s, color .3s;
}

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

.nav-link.w--current {
  border-bottom-color: var(--primary);
  color: var(--primary-dark);
}

.nav-link.white-nav-style {
  color: var(--white);
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 14px 16px;
  font-size: 14px;
  display: none;
}

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

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

.nav-dropdown-list.w--open {
  border-radius: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

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

.nav-dropdown-list.megamenu.w--open {
  width: 530px;
  display: flex;
  left: -160px;
}

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

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

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.nav-item-title {
  color: var(--primary-dark);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.nav-item-title.white-nav-style {
  color: var(--white);
  font-size: 14px;
}

.pages-banner {
  background-color: var(--primary-dark);
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
}

.pages-banner.about-us {
  background-color: #0000;
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.pages-banner.services {
  background-color: #0000;
  background-image: linear-gradient(#0006, #0006), url('../images/Courses-1920-700-02.jpg');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  padding-top: 170px;
}

.pages-banner.team {
  background-color: #0000;
  background-image: linear-gradient(#0006, #0006), url('../images/pexels-pixabay-163358_1pexels-pixabay-163358.webp');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
}

.pages-banner.memberships {
  background-color: #0000;
  background-image: linear-gradient(#0006, #0006), url('../images/pexels-nur-andi-ravsanjani-gusma-3678428_1pexels-nur-andi-ravsanjani-gusma-3678428.webp');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.pages-banner.range {
  background-color: #0000;
  background-image: linear-gradient(#0006, #0006), url('../images/pexels-jaxon-matthew-willis-16081688_1pexels-jaxon-matthew-willis-16081688.webp');
  background-position: 0 0, 50% 52%;
  background-size: auto, cover;
}

.pages-banner.classes {
  background-color: #0000;
  background-image: linear-gradient(#0006, #0006), url('../images/banner1_1banner1.webp');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
}

.pages-banner.contact-us {
  background-color: #0000;
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.pages-banner.faq {
  background-color: #0000;
  background-image: linear-gradient(#0006, #0006), url('../images/pexels-nur-andi-ravsanjani-gusma-3678428_1pexels-nur-andi-ravsanjani-gusma-3678428.webp');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.pages-banner.blog-style {
  background-color: #0000;
  background-image: linear-gradient(#0006, #0006), url('../images/pexels-matthew-hintz-9845024_1pexels-matthew-hintz-9845024.webp');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
}

.pages-banner.shop {
  background-color: #0000;
  background-image: linear-gradient(#0006, #0006), url('../images/pexels-karolina-grabowska-5202419-1_1pexels-karolina-grabowska-5202419 (1).webp');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

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

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

.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 {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 320px;
}

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

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

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

.license-link {
  color: var(--primary-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

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

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

.banner-title {
  color: var(--white);
  text-align: center;
}

.banner-title.text-dark {
  color: var(--primary-dark);
}

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

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

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

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

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

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

.licensing-paragraph {
  width: 50%;
  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 {
  background-color: #0000;
  border: 1px solid #4754674d;
  border-radius: 30px;
  min-width: 280px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.2em;
}

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

.password-input:focus-visible, .password-input[data-wf-focus-visible] {
  border-color: var(--primary);
}

.password-input::placeholder {
  color: #47546766;
  font-size: 16px;
  line-height: 1.2em;
}

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

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

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

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

.coming-soon-input {
  color: var(--primary-dark);
  border: 1px solid #4754674d;
  border-radius: 30px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 1em;
}

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

.coming-soon-input::placeholder {
  color: #47546766;
  font-size: 16px;
  line-height: 1em;
}

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

.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-heading {
  margin-top: 60px;
  font-size: 70px;
}

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

.blog-grid-collection-list {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.blog-grid-item {
  box-shadow: 0 1px 2px 0 #0000000f, 0 1px 3px 0 #0000001a, 0 0 0 4px var(--shadow-outline);
  border-radius: 30px;
  width: 100%;
  display: inline-block;
}

.blog-post-title {
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary);
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-sidebar-post-content {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 20px 30px 30px;
  display: flex;
}

.blog-sidebar-post-image-link {
  width: 100%;
  height: 100%;
}

.blog-template-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: #4754674d;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: #4754674d;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  font-weight: 400;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-bottom: 50px;
}

.footer-bottom-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-rights {
  color: var(--paragraph-gray);
  font-size: 14px;
}

.footer-copyright {
  color: var(--paragraph-gray);
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  display: inline;
}

.footer-copyright-link {
  color: var(--primary);
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--primary-dark);
}

.body-with-background {
  background-color: var(--light-gray);
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.team-card-image {
  color: var(--primary);
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 30px;
  width: 100%;
  min-width: 100%;
  height: 320px;
}

.team-member-position {
  color: #525252;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.team-social-icon {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.team-grid-large {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

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

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.5em;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.banner-title-wrapper.classes-details-width {
  max-width: 920px;
}

.banner-title-wrapper.blog-details-width {
  max-width: 1120px;
}

.text-white {
  color: var(--white);
  font-size: 18px;
}

.banner-description {
  text-align: center;
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.banner-description.classes-details {
  max-width: 640px;
}

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

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

.pricing-plan-item {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 #0000000f, 0 1px 3px 0 #0000001a, 0 0 0 4px var(--shadow-outline);
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 20px 20px;
  display: flex;
  position: relative;
}

.pricing-plan-item.center-style {
  background-color: var(--primary);
}

.pricing-plan-list {
  grid-row-gap: 10px;
  color: var(--paragraph-gray);
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-plan-list.center-style {
  background-color: var(--white);
  color: var(--white);
}

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.pricing-plan-price {
  color: var(--primary);
  font-size: 50px;
}

.pricing-plan-price.center-style {
  color: var(--white);
  font-size: 50px;
}

.section-title {
  margin-top: 0;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  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;
  display: block;
}

.accordion-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  width: 100%;
  display: flex;
}

.accordion-item {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 #0000000f, 0 1px 3px 0 #0000001a, 0 0 0 4px var(--shadow-outline);
  border-radius: 30px;
  width: 100%;
  padding: 20px 30px;
  position: static;
}

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

.accordion-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

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

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

.link-with-arrow {
  text-transform: capitalize;
  background-image: url('../images/Arrow-prim.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-right: 40px;
  transition: all .3s;
  display: flex;
}

.link-with-arrow:hover {
  opacity: .7;
}

.link-with-arrow.white-style {
  color: var(--white);
  background-image: url('../images/arrow-w.svg');
}

.contacts-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper, .contacts-form-wrapper {
  width: 50%;
}

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

.contacts-textarea {
  color: var(--primary-dark);
  background-color: #0000;
  border: 1px solid #10182826;
  border-radius: 10px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
}

.contacts-textarea:active {
  color: var(--primary-dark);
  background-color: #0000;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
  color: var(--primary-dark);
  background-color: #0000;
}

.contacts-textarea::placeholder {
  color: #47546780;
  background-color: #0000;
  font-size: 16px;
}

.contacts-input {
  color: var(--primary-dark);
  background-color: #0000;
  border: 1px solid #10182826;
  border-radius: 10px;
  height: auto;
  margin-bottom: 15px;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input:active {
  color: var(--primary-dark);
  background-color: #0000;
}

.contacts-input:focus {
  border: 1px solid var(--primary);
  color: var(--primary-dark);
  background-color: #0000;
}

.contacts-input::placeholder {
  color: #47546780;
  background-color: #0000;
  font-size: 16px;
}

.contacts-input.dropdown {
  color: #47546780;
}

.contacts-input.dropdown:focus {
  color: var(--primary-dark);
}

.footer-link {
  color: var(--paragraph-gray);
  transition: all .3s;
}

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

.footer-wrapper {
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.button-shop-con {
  grid-column-gap: 20px;
  order: 1;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

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

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  color: var(--primary-dark);
  background-color: #0000;
  border: 1px solid #4754674d;
  border-radius: 30px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 22px;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--primary);
  color: var(--primary-dark);
  font-size: 16px;
  line-height: 1em;
}

.search-input::placeholder {
  color: #4754674d;
  font-size: 16px;
  line-height: 1em;
}

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

.testimonials-card-wrapper {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.testimonials-card-item {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 #0000000f, 0 1px 3px 0 #0000001a, 0 0 0 4px var(--shadow-outline);
  border-radius: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
}

.testimonials-card-position {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}

.testimonials-card-icon {
  color: var(--primary);
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
}

.testimonials-card-date {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
}

.block-quote-wrapper {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.service-details-sidebar-contacts {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.dark-gray-style-guide {
  background-color: var(--dark-gray);
  width: 75px;
  height: 75px;
}

.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 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

.about-1-video {
  background-image: linear-gradient(#0006, #0006), url('../images/About-video-shot-1400-800-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about-1-video-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.testimonials-slider-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  display: block;
}

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

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  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;
}

.template-empty-state {
  color: var(--primary);
  background-color: #0000;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

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

.nav-dropdown-column {
  width: 33.33%;
}

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

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

.play-button-hover {
  z-index: 7;
  border: 1px solid var(--primary);
  background-color: #ff3d004d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 94px;
  transition: all .3s;
  display: flex;
  position: absolute;
  transform: scale(1);
}

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

.navbar-absolute {
  background-color: #0000;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 16px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-absolute.static {
  position: static;
}

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

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

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

.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);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 20px;
  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;
}

.classes-card {
  flex-direction: column;
  display: flex;
}

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

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

.rich-text-style h2, .rich-text-style h3, .rich-text-style h4 {
  margin-top: 20px;
  margin-bottom: 15px;
}

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

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.rich-text-style.negative-top {
  margin-top: -20px;
}

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

.brand {
  width: 100%;
  max-width: 270px;
  padding-right: 10px;
}

.brand.w--current {
  order: -1;
  padding-right: 10px;
  display: flex;
}

.paragraph-gray-style-guide {
  background-color: var(--paragraph-gray);
  width: 75px;
  height: 75px;
}

.shop-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

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

.shop-category-tabs {
  width: 100%;
}

.shop-collection-list-wrapper {
  z-index: 999;
  width: 100%;
  position: relative;
}

.shop-category-tabs-content {
  overflow: visible;
}

.shop-collection-item {
  width: 31%;
}

.shop-collection-item.main {
  width: 100%;
}

.shop-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
}

.shop-tabs {
  width: 100%;
}

.main-shop-list-item {
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop-list-image {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 380px;
}

.shop-link-block {
  border-radius: 5px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.shop-links-wrapper {
  position: relative;
}

.shop-item-price {
  margin-top: 10px;
  font-size: 18px;
}

.shop-item-link {
  font-size: 20px;
  font-weight: 700;
}

.shop-item-link:hover {
  color: #0e0e0e;
}

.on-sale-tag {
  z-index: 999;
  color: var(--white);
  background-color: #ff3d00cc;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  position: absolute;
  inset: 20px 20px auto auto;
  box-shadow: 0 10px 50px #0000000d;
}

.on-sale-tag:hover {
  color: #fff;
}

.shop-price-wrapper {
  grid-column-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.shop-item-price-on-sale {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: line-through;
}

.shop-details-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.06fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-details-slider {
  background-color: #0000;
  border-radius: 10px;
  height: 570px;
}

.shop-details-image-lightbox {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.shop-details-image {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.shop-details-left-arrow {
  background-color: var(--primary);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  transition: background-color .2s, color .2s;
  display: flex;
}

.shop-details-left-arrow:hover {
  background-color: var(--white);
  color: var(--primary);
}

.arrow-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
}

.shop-details-right-arrow {
  background-color: var(--primary);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  transition: background-color .2s, color .2s;
  display: flex;
}

.shop-details-right-arrow:hover {
  background-color: var(--white);
  color: var(--primary);
}

.shop-details-slide-nav {
  font-size: 10px;
}

.shop-details-content-block {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.shop-item-info-wrapper {
  flex-direction: column;
  display: flex;
}

.shop-item-price-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.shop-price-on-sale {
  color: #737886;
  text-decoration: line-through;
}

.shop-details-block {
  grid-row-gap: 20px;
  box-shadow: 0 1px 2px 0 #0000000f, 0 1px 3px 0 #0000001a, 0 0 0 4px var(--shadow-outline);
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
  padding: 30px;
  display: flex;
}

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

.image-preview {
  object-fit: cover;
  width: 100%;
  height: 440px;
}

.image-preview.shop {
  border-radius: 30px;
}

.shop-images-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-images-wrapper {
  margin-top: 10px;
}

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

.shop-text-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.section-two-side-title-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.style-guide-subtitle {
  margin-bottom: 20px;
}

.details-page-title {
  text-align: center;
  font-size: 60px;
}

.details-page-title.shop {
  text-align: left;
  margin-top: 0;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

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

.success-message {
  border: 1px solid var(--primary-dark);
  color: var(--primary-dark);
  text-align: center;
  background-color: #0000;
  border-radius: 30px;
  padding: 16px 20px;
}

.error-message {
  color: var(--primary);
  background-color: #0000;
  padding: 0;
}

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.form-contacts {
  width: 100%;
  height: 100%;
}

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

.nav-content-left {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.home-banner-section {
  background-image: linear-gradient(0deg, #000000e6, #0000), linear-gradient(#00000069, #00000069), url('../images/Parralax-1920-1080-01.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-banner-content {
  grid-column-gap: 60px;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 200px 15px 130px;
  display: flex;
}

.home-baner-content-columns {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-baner-content-columns.right {
  width: 45%;
}

.button-wrapper-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-top: 20px;
  display: flex;
}

.button-wrapper-main.big-spacing {
  margin-top: 40px;
}

.button-wrapper-main.testimonial-spacing {
  margin-top: 40px;
  padding-left: 40px;
}

.tag-red {
  border: 1px solid var(--primary);
  color: var(--white);
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 500;
}

.tag-red.dark-text {
  color: var(--paragraph-gray);
}

.big-round-button {
  background-color: var(--primary);
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition-property: transform;
  display: flex;
}

.big-round-button:hover {
  transform: scale(.9);
}

.banner-3-home-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.two-side-title-limiter {
  width: 60%;
}

.in-section-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.in-section-title.no-spacing {
  margin-bottom: 0;
}

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

.steps-tag {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 #0000000f, 0 1px 3px 0 #0000001a, 0 0 0 4px var(--shadow-outline);
  color: var(--primary);
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  display: flex;
}

.nav-social-icon {
  color: var(--white);
  background-color: #ff3d004d;
  border-radius: 100%;
  justify-content: center;
  width: 46px;
  height: 46px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  transition-property: background-color;
  display: flex;
}

.nav-social-icon:hover {
  background-color: var(--primary);
}

.nav-social-icon.primary-icon {
  color: var(--primary);
  transition: color .3s, background-color .3s;
}

.nav-social-icon.primary-icon:hover {
  color: var(--white);
}

.nav-social-links-wrapper {
  grid-column-gap: 10px;
  justify-content: center;
  margin-right: 5px;
  display: none;
}

.cart-button {
  background-color: #0000;
  padding: 0;
}

.cart-button.dark-icon {
  color: var(--primary-dark);
}

.cart-quantity {
  background-color: var(--primary);
  color: var(--white);
  margin-bottom: 20px;
  margin-left: -6px;
}

.primary-block-style {
  grid-row-gap: 40px;
  background-color: var(--primary);
  border-radius: 30px;
  flex-direction: column;
  width: 100%;
  padding: 28px;
  display: flex;
}

.primary-block-image {
  object-fit: cover;
  border-radius: 22px;
  width: 100%;
  height: 440px;
  position: relative;
}

.primary-block-content-position {
  width: 100%;
  position: relative;
}

.primary-block-content {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.steps-card {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 #0000001a, 0 1px 3px 0 #0000000f, 0 0 0 4px var(--shadow-outline);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bullet-points-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.bullet-points-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.image-bullet {
  flex: none;
  width: 30px;
  height: 30px;
}

.classes-two-side {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.classes-two-side.top {
  margin-bottom: 30px;
}

.classes-cards-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-classes {
  object-fit: cover;
  border-radius: 22px;
  width: 100%;
  height: 100%;
}

.info-card-with-link {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 #0000001a, 0 1px 3px 0 #0000000f, 0 0 0 4px var(--shadow-outline);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 24px 90px 24px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-info-card {
  background-color: var(--primary);
  box-shadow: 0 0 0 4px var(--shadow-outline);
  border-radius: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 62px;
  transition-property: background-color;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.link-info-card:hover, .link-info-card.dark {
  background-color: var(--primary-dark);
}

.link-info-card.dark:hover {
  background-color: var(--primary);
}

.info-card {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 #0000001a, 0 1px 3px 0 #0000000f, 0 0 0 4px var(--shadow-outline);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100%;
  padding: 10px 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info-card-title {
  color: var(--primary);
}

.footer-dark-block {
  background-color: var(--primary-dark);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  margin-bottom: 50px;
  padding: 80px 50px 50px;
}

.footer-social-links-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.footer-social-links-wrapper.hidden {
  display: none;
}

.footer-rights-main-wrapp {
  text-align: right;
}

.tag-red-link {
  border: 1px solid var(--primary);
  color: var(--white);
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 500;
  transition-property: border-color;
}

.tag-red-link:hover {
  border-color: var(--white);
}

.footer-wrapper-vertical {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contacts-detail-footer {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.phone-footer {
  color: var(--white);
  font-weight: 400;
}

.phone-footer:hover {
  color: var(--primary);
}

.contacts-footer-wrapp {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.contacts-icon-footer {
  color: var(--primary);
  width: 25px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.footer-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.big-round-button-footer {
  background-color: var(--primary);
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition-property: transform;
  display: flex;
}

.big-round-button-footer:hover {
  transform: scale(.9);
}

.footer-main-title {
  color: var(--white);
  text-align: left;
  width: 60%;
  font-size: 40px;
  line-height: 1.1em;
}

.pricing-list-wrapper {
  grid-row-gap: 20px;
  background-color: var(--primary-light);
  box-shadow: 0 1px 2px 0 #0000000f, 0 1px 3px 0 #0000001a, 0 0 0 4px var(--shadow-outline);
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.pricing-list-wrapper.center-style {
  box-shadow: 0 1px 2px 0 #0000000f, 0 1px 3px 0 #0000001a, 0 0 0 4px var(--white-50);
  background-color: #ff7d54;
}

.pricing-discount-tag {
  color: var(--white);
  background-color: #ffffff4d;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  inset: 40px 16px auto auto;
}

.column-two {
  width: 50%;
  height: 100%;
}

.column-two.assymetric {
  width: 20%;
}

.two-column-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.two-column-wrapper.about-us-style {
  align-items: center;
}

.column-one {
  width: 50%;
  height: 100%;
}

.column-one.assymetric {
  width: 80%;
}

.in-section-title-wrapper {
  margin-bottom: 30px;
}

.in-section-title-wrapper.about-team {
  padding-right: 40px;
}

.about-block-image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: -40px;
  position: relative;
}

.about-block-image-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
}

.bullet-style-list {
  grid-row-gap: 20px;
  background-color: var(--white);
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.bullet-style-list.text-dark {
  background-color: var(--paragraph-gray);
}

.bullet-style-list-item {
  filter: none;
  background-image: url('../images/Cross-hair-25-01.png');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
}

.tag-wrapper {
  justify-content: flex-start;
  display: flex;
}

.tag-white {
  border: 1px solid var(--white);
  color: var(--primary);
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 500;
}

.quote-white-testimonial {
  color: var(--white);
  background-image: url('../images/Quote-opac-20-100-01.png');
  margin-top: -30px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 24px;
}

.quote-white-testimonial.dark-style {
  color: var(--primary-dark);
  background-image: url('../images/Quote-opac-20-100-01.png');
  font-size: 24px;
}

.testimonials-home-author {
  align-items: center;
  margin-top: 40px;
  padding-left: 40px;
  display: flex;
}

.testimonials-autor-name-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 5px;
}

.testimonials-autor-name-white.dark-style {
  color: var(--primary-dark);
}

.testimonials-autor-name-white.blog-style {
  color: var(--primary-dark);
  margin-bottom: 0;
}

.testimonials-autor-position-white {
  color: var(--white-50);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.testimonials-autor-position-white.dark-style {
  color: var(--paragraph-gray);
}

.cta-bg-image {
  object-position: 50% 100%;
  width: 100%;
  max-width: none;
  margin-bottom: -2px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: auto 0% 0%;
}

.cta-wrapper {
  box-shadow: 0 1px 2px 0 #0000000f, 0 1px 3px 0 #0000001a, 0 0 0 4px var(--shadow-outline);
  background-image: linear-gradient(#101828b3, #101828b3), url('../images/Hero-1920-700-03.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.heading-2 {
  color: var(--white);
  margin-top: 0;
}

.cta-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.image-line-bg {
  filter: hue-rotate(7deg) brightness(166%);
  width: 630px;
}

.image-line-bg.small {
  width: 184px;
}

.bg-elements-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -20px;
  margin-bottom: -230px;
  display: flex;
  overflow: hidden;
}

.bg-diagonal-element-dark {
  z-index: 0;
  background-image: url('../images/Rectangle-27.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  margin-left: -1px;
  margin-right: -1px;
  position: absolute;
  inset: 0% 0% auto;
}

.home-two-banner-section {
  border-bottom: 1px solid #0000001a;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-top: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-two-banner-column-two {
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.home-banner-two-column-wrapper {
  z-index: 999;
  grid-column-gap: 70px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-two-banner-column-one {
  flex-direction: column;
  align-items: flex-start;
  width: 64%;
  height: 100%;
  padding-bottom: 80px;
  display: flex;
}

.home-banner-two-column-image {
  border-radius: 5px;
  width: 100%;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}

.home-banner-two-column-image.bg {
  object-fit: cover;
  margin-left: 0;
  padding-right: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.banner-two-info-wrapper {
  z-index: 999;
  background-image: linear-gradient(#0000 15%, #ff3d0066);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 100px 30px 30px;
  display: flex;
  position: absolute;
  inset: 20px 0% 0% 20px;
}

.map-footer {
  color: var(--white);
  font-weight: 400;
}

.map-footer:hover {
  color: var(--primary);
}

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

.home-3-banner-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.image-banner-home {
  object-fit: cover;
  width: 100%;
  height: 560px;
}

.text-content-right-home {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.banner-block-left-home {
  z-index: 900;
  width: 100%;
  position: relative;
}

.image-overlay-banner-three {
  background-image: radial-gradient(circle at 0 100%, #ff3d0066, #0000 73%), linear-gradient(#0006, #0006);
  position: absolute;
  inset: 0%;
}

.image-about-banner-wrapper {
  border-radius: 10px;
  width: 100%;
  height: 450px;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

.image-about-banner-wrapper.no-padding {
  height: 40vw;
  margin-top: 0;
}

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

.image-overlay-banner-about {
  position: absolute;
  inset: 0%;
}

.primary-dark-block-style {
  background-color: var(--primary-dark);
  border-radius: 30px;
  flex-direction: column;
  width: 100%;
  padding: 80px 28px;
  display: flex;
}

.classes-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 180px;
}

.about-us-classes-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.about-us-classes-wrapper.align-left {
  justify-content: flex-start;
}

.classes-card-title {
  color: var(--white);
  transition: color .3s;
}

.classes-card-title:hover {
  color: var(--primary);
}

.classes-card-title.dark-style {
  color: var(--primary-dark);
}

.classes-card-title.dark-style:hover {
  color: var(--primary);
}

.about-us-collection-classes-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.classes-card-item {
  flex-direction: column;
  width: 31.2%;
  display: flex;
}

.about-us-steps-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.about-us-steps-item {
  grid-row-gap: 100px;
  background-image: linear-gradient(#000c, #000c), url('../images/Gallery-1400-800-17.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 380px;
  padding: 28px;
  display: flex;
}

.about-us-steps-item.image-two {
  background-image: linear-gradient(#000c, #000c), url('../images/Gallery-1400-800-02.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.about-us-steps-item.image-three {
  background-image: linear-gradient(#000c, #000c), url('../images/Gallery-1400-800-16.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.steps-tag-transperent {
  color: var(--primary);
  background-color: #ffffff40;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  display: flex;
}

.info-card-about {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 #0000001a, 0 1px 3px 0 #0000000f, 0 0 0 4px var(--shadow-outline);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: -50px;
  padding: 15px 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lines-bg-wrapp {
  z-index: -1;
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  flex-direction: row;
  justify-content: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0% 15px;
}

.lines {
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  width: 36%;
  margin-left: auto;
  margin-right: auto;
}

.services-cards-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.services-card-item {
  flex-direction: column;
  width: 31%;
  display: flex;
}

.services-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
}

.classes-image-wrapper {
  margin-bottom: 20px;
  position: relative;
}

.team-info-card {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 #0000001a, 0 1px 3px 0 #0000000f, 0 0 0 4px var(--shadow-outline);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -40px;
  padding: 10px 10px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.membership-block-image {
  z-index: 2;
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.testimonial-block-quote {
  background-image: url('../images/Quote-opac-20-100-01.png');
  margin-top: 0;
  font-size: 24px;
}

.phone-link {
  color: var(--paragraph-gray);
  font-weight: 400;
}

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

.map-link {
  color: var(--paragraph-gray);
  text-transform: none;
  font-weight: 400;
}

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

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

.contacts-wrapp {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-flow: column wrap;
  margin-top: 30px;
  display: flex;
}

.classes-pricing-tag {
  color: var(--white);
  background-color: #ff3d00cc;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  position: absolute;
  inset: 16px 16px auto auto;
}

.classes-tag {
  background-color: var(--primary-dark);
  color: var(--white);
  border-radius: 10px;
  padding: 10px;
  font-size: 13px;
}

.class-info-card {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 #0000001a, 0 1px 3px 0 #0000000f, 0 0 0 4px var(--shadow-outline);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  width: 25%;
  padding: 24px 90px 24px 24px;
  display: flex;
  position: sticky;
  top: 20px;
  overflow: hidden;
}

.info-card-with-link-copy {
  background-color: var(--primary);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 24px 90px 24px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-image {
  object-fit: cover;
  border-radius: 30px 30px 0 0;
  width: 100%;
  height: 26vw;
}

.blog-image.bigger {
  height: 35vw;
}

.blog-tag {
  background-color: var(--primary-dark);
  color: var(--white);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  transition-property: background-color;
  display: none;
}

.blog-tag:hover {
  background-color: var(--primary);
}

.blog-tag.details {
  margin-bottom: 0;
}

.blog-details-top-info {
  grid-column-gap: 40px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.blog-date-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

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

.testimonials-blog-image {
  object-fit: cover;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-right: 15px;
  display: block;
}

.shop-tag {
  color: var(--paragraph-gray);
  background-color: #0000;
  border: 1px solid #4754674d;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  transition: color .2s, background-color .3s;
  display: inline-block;
}

.shop-tag:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.shop-tag:focus {
  border-color: var(--primary);
}

.shop-tag.w--current {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.image-cart {
  object-fit: cover;
  border-radius: 10px;
  width: 70px;
  height: 70px;
}

.cart-title {
  line-height: 1.6em;
}

.cart-quantity-2 {
  background-color: #0000;
  border-color: #4754674d;
  border-radius: 10px;
}

.cart-quantity-2:focus {
  border-color: var(--primary);
}

.cart-item {
  align-items: center;
}

.add-to-cart-items {
  z-index: 999;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column-reverse;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  inset: auto 20px 20px;
}

.default-state {
  margin-bottom: 0;
}

.out-of-stock-state {
  color: var(--white);
  background-color: #475467b3;
  border-radius: 30px;
  margin-top: 0;
  font-size: 16px;
}

.checkout-form, .paypal-checkout-form, .order-confirmation {
  background-color: #0000;
  min-height: auto;
  padding: 0 15px;
}

.container-order {
  width: 100%;
  max-width: 1200px;
  margin-bottom: -20px;
}

.block-header {
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.shipping-method {
  line-height: 1.4em;
}

.radio-button {
  filter: hue-rotate(45deg);
}

.checkbox {
  filter: hue-rotate(45deg);
  margin-top: 0;
}

.checkbox-label {
  margin-bottom: 0;
}

.billing-address-toggle {
  grid-row-gap: 10px;
  flex-wrap: wrap;
}

.image-order {
  border-radius: 10px;
  width: 70px;
  height: 70px;
}

.order-item {
  align-items: center;
  line-height: 1.4em;
}

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

.quantity {
  background-color: #0000;
  border-color: #4754674d;
  border-radius: 10px;
  margin-bottom: 0;
}

.quantity:focus {
  border-color: var(--primary);
}

.add-to-cart-details {
  margin-top: 20px;
}

.shop-category-tag {
  border: 1px solid var(--primary);
  color: var(--primary-dark);
  background-color: #0000;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  transition: color .2s, background-color .3s;
  display: inline-block;
}

.shop-category-tag:hover {
  background-color: var(--primary);
  color: var(--white);
}

.collection-list-shop-categories {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.collection-list-wrapper-shop-categories {
  width: auto;
}

.category-shop-wrapp {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.search-title {
  margin-top: 0;
}

.search-link-text {
  color: var(--paragraph-gray);
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.coming-soon-image-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 480px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.coming-soon-image-main {
  border-radius: 5px;
  width: 100%;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}

.coming-soon-image-main.bg {
  object-fit: cover;
  margin-left: 0;
  padding-right: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

._404-title {
  font-size: 120px;
  font-weight: 700;
}

.contacts-icon-contact-us {
  color: var(--primary);
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.contacts-icon-contact-us.map {
  margin-top: -2px;
}

.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 {
  color: var(--white);
  max-width: 93%;
  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;
  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;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  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-buttons:hover {
  color: #ffffffb3;
}

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

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

.more-templates {
  z-index: 1000;
  color: #000;
  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;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.more-templates:hover {
  color: #000;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

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

.buy-this-template:hover {
  color: #000;
}

.text-orange {
  color: #f69c20;
}

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

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  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;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

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

.promotion-label-left {
  z-index: 1000;
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

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

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-text-block {
  font-size: 14px;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.nav-logo {
  width: 100%;
  height: auto;
}

.image-2 {
  filter: none;
  width: 100%;
  display: inline-block;
}

.image-2.invert {
  filter: invert();
}

.project-grid-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 31px;
  display: grid;
}

.project-image-gallery {
  object-fit: cover;
  width: 100%;
  height: 17vw;
}

.heading-3 {
  font-size: 18px;
}

.courses-back-button-div-holder {
  margin-top: 31px;
}

.main-privacy-title {
  color: #192024;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.privacy-container-1 {
  max-width: 1200px;
  padding-bottom: 40px;
  display: block;
}

.privacy-container-1.no-padding-bottom {
  padding-bottom: 0;
}

.bold-text-pp {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.link-4 {
  color: var(--primary);
  text-transform: none;
  font-size: 15px;
  display: inline-block;
}

.main-privacy-h1 {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  width: 48%;
  margin-top: 0;
  margin-bottom: 21px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.section-3 {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.main-privacy-text {
  float: none;
  color: #777;
  text-align: left;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.mainheaderh2centerservices-2 {
  float: none;
  perspective-origin: 50%;
  color: #122237;
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  width: 48%;
  margin: 0 auto 20px 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.body {
  background-color: #f3f3f3;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 70px;
  }

  blockquote {
    font-size: 36px;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.dark-background-diagonal {
    padding-top: 190px;
  }

  .section.pricing-bg {
    background-size: 1180px;
  }

  .section.no-banner {
    padding-top: 200px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

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

  .nav-dropdown-list.megamenu.w--open {
    left: auto;
  }

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

  .pages-banner {
    padding-top: 190px;
    padding-bottom: 130px;
  }

  .blog-grid-collection-list {
    grid-column-gap: 30px;
  }

  .blog-grid-item {
    width: 100%;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

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

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .block-quote-wrapper {
    margin-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;
  }

  .shop-collection-list {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }

  .shop-collection-list.main {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .shop-collection-item {
    width: 100%;
  }

  .shop-details-block {
    margin-top: 120px;
  }

  .banner-3-home-title {
    font-size: 60px;
  }

  .nav-social-links-wrapper {
    display: flex;
  }

  .primary-block-style {
    flex-direction: row;
  }

  .primary-block-image {
    width: 50%;
    height: auto;
    min-height: 504px;
  }

  .primary-block-content-position {
    flex-direction: row;
    justify-content: flex-end;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .primary-block-content {
    justify-content: center;
    width: 50%;
    padding-left: 60px;
  }

  .info-card {
    padding: 24px;
  }

  .footer-dark-block {
    padding-top: 130px;
  }

  .footer-main-title {
    font-size: 54px;
  }

  .two-column-wrapper {
    grid-column-gap: 100px;
  }

  .in-section-title-wrapper.about-team {
    padding-right: 80px;
  }

  .quote-white-testimonial {
    font-size: 36px;
  }

  .cta-wrapper {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .image-line-bg {
    width: 830px;
  }

  .image-line-bg.small {
    width: 240px;
  }

  .bg-elements-wrapper {
    margin-top: -60px;
    margin-bottom: -304px;
  }

  .home-3-banner-section {
    border-bottom: 1px solid #0000001a;
  }

  .image-banner-home {
    height: 100%;
  }

  .text-content-right-home {
    text-align: left;
    justify-content: flex-end;
    align-items: flex-start;
    width: 42%;
    min-height: 100vh;
    padding-top: 170px;
    padding-bottom: 100px;
  }

  .banner-block-left-home {
    z-index: 900;
    width: 55%;
    position: absolute;
    inset: 0% auto 0% 0;
  }

  .image-about-banner-wrapper {
    margin-top: 100px;
  }

  .primary-dark-block-style {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .classes-image {
    height: 194px;
  }

  .classes-card-item {
    width: 31.6%;
  }

  .about-us-steps-item {
    grid-row-gap: 160px;
  }

  .info-card-about {
    padding: 24px;
  }

  .lines-bg-wrapp {
    max-width: 1170px;
  }

  .services-image {
    height: 194px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.pricing-bg {
    background-repeat: no-repeat;
    background-size: 1380px;
  }

  .base-container.primary-color-block, .base-container.footer-style {
    padding-left: 50px;
    padding-right: 50px;
  }

  .blog-grid-item {
    width: 100%;
  }

  .footer-links-wrapper {
    grid-column-gap: 50px;
  }

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

  .image-preview {
    height: 540px;
  }

  .home-banner-section {
    min-height: 100vh;
  }

  .home-banner-content {
    grid-column-gap: 140px;
  }

  .contacts-footer-wrapp {
    grid-column-gap: 50px;
  }

  .testimonials-home-author {
    margin-top: 30px;
  }

  .cta-bg-image {
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-line-bg {
    width: 870px;
  }

  .image-line-bg.small {
    width: 254px;
  }

  .bg-elements-wrapper {
    margin-bottom: -320px;
  }

  .text-content-right-home {
    width: 41%;
  }

  .banner-block-left-home {
    width: 55%;
  }

  .about-us-collection-classes-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-wrapp {
    grid-column-gap: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .section.dark-background-diagonal {
    padding-top: 220px;
  }

  .section.pricing-bg {
    background-size: 1820px;
  }

  .base-container {
    max-width: 1400px;
  }

  .blog-grid-item {
    width: 100%;
  }

  .footer-bottom-wrapper {
    max-width: 1400px;
  }

  .team-card-image {
    height: 360px;
  }

  .footer-wrapper, .navbar-absolute {
    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;
  }

  .home-banner-content {
    max-width: 1400px;
  }

  .banner-3-home-title {
    font-size: 70px;
  }

  .primary-block-content-position {
    max-width: 1400px;
  }

  .primary-block-content {
    padding-left: 80px;
  }

  .footer-wrapper-vertical {
    max-width: 1400px;
  }

  .big-round-button-footer {
    width: 220px;
    height: 220px;
  }

  .footer-main-title {
    font-size: 60px;
  }

  .cta-wrapper {
    max-width: 1400px;
  }

  .image-line-bg {
    width: 1020px;
  }

  .image-line-bg.small {
    width: 340px;
  }

  .bg-elements-wrapper {
    margin-bottom: -370px;
  }

  .home-two-banner-section {
    padding-top: 200px;
  }

  .home-two-banner-column-two {
    margin-top: -80px;
  }

  .home-two-banner-column-one {
    width: 50%;
    padding-bottom: 130px;
  }

  .text-content-right-home {
    width: 46%;
  }

  .banner-block-left-home {
    width: 50%;
  }

  .image-about-banner-wrapper.no-padding {
    height: 600px;
  }

  .classes-image {
    height: 222px;
  }

  .about-us-collection-classes-wrapper {
    max-width: 1400px;
  }

  .about-us-steps-item {
    grid-row-gap: 300px;
  }

  .lines-bg-wrapp {
    max-width: 1370px;
  }

  .services-image {
    height: 222px;
  }

  .blog-image {
    height: 400px;
  }

  .container-order {
    max-width: 1400px;
  }

  .coming-soon-image-wrapper {
    margin-top: -80px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
  }

  blockquote {
    font-size: 30px;
  }

  .section.dark-background-diagonal {
    padding-top: 150px;
  }

  .section.pricing-bg {
    background-size: 1440px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

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

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper, .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

  .primary-button.nav-button {
    display: none;
  }

  .primary-button.nav-button-tablet-menu {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    color: var(--primary);
    border-bottom-style: none;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.w--current {
    color: var(--primary);
  }

  .nav-link.white-nav-style {
    color: var(--primary-dark);
  }

  .nav-link.white-nav-style.w--current {
    color: var(--primary);
  }

  .nav-link.black-white-nav-style {
    color: var(--primary-dark);
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: none;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    margin-top: -4px;
  }

  .nav-item-title.white-nav-style, .nav-item-title.black-white-nav-style {
    color: var(--primary-dark);
  }

  .pages-banner {
    min-height: 300px;
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .pages-banner.about-us {
    padding-top: 150px;
  }

  .pages-banner.contact-us {
    padding-top: 141px;
  }

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

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-grid-collection-list {
    column-count: 2;
  }

  .blog-grid-item {
    width: 100%;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
  }

  .section-title-wrapper {
    max-width: 560px;
    margin-bottom: 40px;
  }

  .team-grid-large {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    place-content: center;
  }

  .pricing-plan-item {
    max-width: 356px;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content-wrapper, .contacts-form-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-links-wrapper {
    justify-content: center;
  }

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

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .service-details-content-wrapper {
    width: 65%;
    margin-right: 20px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .about-1-video {
    width: 100%;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

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

  .nav-dropdown-link-line {
    display: none;
  }

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

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 3px;
  }

  .image-burger.white-nav-style {
    filter: invert() grayscale();
  }

  .brand-tablet {
    display: block;
  }

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

  .shop-collection-item {
    width: 47%;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
    grid-template-columns: 1.06fr;
  }

  .shop-details-slider {
    height: 440px;
  }

  .shop-details-block {
    padding: 30px;
  }

  .image-preview {
    height: 280px;
  }

  .section-two-side-title-wrapper {
    margin-bottom: 40px;
  }

  .details-page-title {
    font-size: 48px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .spacing-system-title {
    font-size: 25px;
  }

  .home-banner-content {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
    padding-top: 170px;
    padding-bottom: 80px;
  }

  .home-baner-content-columns, .home-baner-content-columns.right {
    width: 100%;
  }

  .button-wrapper-main.testimonial-spacing {
    padding-left: 0;
  }

  .steps-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-social-links-wrapper {
    display: flex;
  }

  .primary-block-image {
    height: 380px;
  }

  .steps-card {
    width: 47.2%;
  }

  .classes-two-side {
    grid-template-columns: 1fr;
  }

  .classes-cards-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .info-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-rights-main-wrapp {
    text-align: center;
  }

  .footer-wrapper-vertical {
    flex-wrap: wrap;
  }

  .footer-main-title {
    text-align: center;
    width: 100%;
    font-size: 36px;
  }

  .column-two {
    width: 100%;
  }

  .two-column-wrapper {
    grid-column-gap: 60px;
    flex-direction: row;
  }

  .two-column-wrapper.about-us-style {
    flex-direction: column-reverse;
  }

  .column-one {
    width: 100%;
  }

  .in-section-title-wrapper.about-team {
    padding-right: 0;
  }

  .about-block-image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .quote-white-testimonial, .testimonials-home-author {
    padding-left: 20px;
  }

  .cta-content-wrapper {
    width: 86%;
  }

  .image-line-bg {
    width: auto;
    height: 230px;
    padding-bottom: 0;
  }

  .image-line-bg.small {
    width: auto;
    height: 180px;
    padding-top: 10px;
  }

  .bg-elements-wrapper {
    margin-top: -20px;
    margin-bottom: -204px;
  }

  .bg-diagonal-element-dark {
    top: 16px;
  }

  .home-two-banner-section {
    min-height: 700px;
    padding-top: 130px;
  }

  .home-two-banner-column-two {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-banner-two-column-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .home-two-banner-column-one {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .image-banner-home {
    height: auto;
    max-height: 500px;
  }

  .text-content-right-home {
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    min-height: 100%;
    padding-top: 110px;
  }

  .banner-block-left-home {
    width: 100%;
    max-height: 100%;
  }

  .image-about-banner {
    min-height: 200px;
  }

  .about-us-classes-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .classes-card-item {
    width: 47.8%;
  }

  .about-us-steps-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .info-card-about {
    padding-left: 24px;
    padding-right: 24px;
  }

  .services-cards-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .services-card-item {
    width: 47.8%;
  }

  .class-info-card {
    width: 35%;
  }

  .row {
    flex-direction: column;
  }

  .order-item {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .order-info {
    margin-left: 0;
    margin-right: 0;
  }

  .coming-soon-image-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .promotion-label-holder, .promotion-labels-wrapper {
    display: none;
  }

  .project-grid-div {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .mainheaderh2centerservices-2 {
    width: 452px;
  }

  .image-3 {
    padding-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 25px;
  }

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

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

  .section.dark-background-diagonal {
    padding-top: 150px;
  }

  .section.no-banner {
    padding-top: 120px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    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-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

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

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

  .style-guide-body-wrapper, .primary-button.full-width, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 20px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .nav-dropdown-list.megamenu {
    padding-left: 40px;
  }

  .pages-banner {
    padding-top: 124px;
    padding-bottom: 60px;
  }

  .pages-banner.services {
    padding-top: 159px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

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

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

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

  .blog-grid-item {
    width: 100%;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

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

  .team-grid-large {
    grid-template-columns: 1fr;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 450px;
  }

  .block-quote-wrapper {
    margin-bottom: 60px;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-content {
    grid-row-gap: 40px;
    flex-wrap: wrap-reverse;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

  .about-1-video-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .search {
    flex-direction: column;
  }

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

  .shop-collection-list {
    flex-direction: column;
  }

  .shop-collection-list.main {
    grid-template-columns: 1fr;
  }

  .shop-collection-item {
    width: 100%;
  }

  .shop-tabs-menu {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .main-shop-list-item {
    text-align: center;
  }

  .shop-list-image {
    height: 280px;
  }

  .shop-price-wrapper {
    justify-content: center;
  }

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

  .shop-details-slider {
    height: 380px;
  }

  .shop-details-block {
    grid-row-gap: 10px;
    margin-top: 60px;
    padding: 20px;
  }

  .shop-images-list {
    grid-template-columns: 1fr;
  }

  .section-two-side-title-wrapper {
    grid-row-gap: 20px;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .details-page-title {
    font-size: 40px;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .home-banner-content {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .button-wrapper-main.testimonial-spacing {
    padding-left: 20px;
  }

  .two-side-title-limiter {
    width: 100%;
  }

  .primary-block-image {
    height: 300px;
  }

  .steps-card {
    width: 100%;
  }

  .bullet-points-grid, .classes-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .info-card-with-link, .info-card {
    width: 100%;
  }

  .footer-dark-block {
    margin-top: -50px;
    padding: 110px 15px 30px;
  }

  .footer-social-links-wrapper {
    justify-content: center;
  }

  .footer-wrapper-vertical {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .contacts-footer-wrapp {
    justify-content: center;
  }

  .footer-divider {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer-main-title {
    text-align: center;
    width: 100%;
    font-size: 36px;
  }

  .column-two.assymetric {
    width: 100%;
  }

  .two-column-wrapper {
    flex-direction: column;
  }

  .column-one.assymetric {
    width: 100%;
  }

  .in-section-title-wrapper.about-team {
    padding-right: 0;
  }

  .about-block-image {
    margin-top: 0;
  }

  .quote-white-testimonial {
    font-size: 25px;
  }

  .testimonials-home-author {
    padding-left: 20px;
  }

  .cta-bg-image {
    margin-bottom: 48px;
  }

  .cta-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-content-wrapper {
    width: 88%;
  }

  .image-line-bg {
    width: 58%;
    height: 210px;
    padding-bottom: 0;
  }

  .image-line-bg.small {
    width: 18%;
  }

  .bg-elements-wrapper {
    margin-top: -50px;
    margin-bottom: -200px;
  }

  .bg-diagonal-element-dark {
    top: 50px;
  }

  .home-two-banner-section {
    min-height: 600px;
    padding-top: 110px;
  }

  .home-two-banner-column-two {
    width: 100%;
  }

  .home-two-banner-column-one {
    max-width: 530px;
    padding-bottom: 40px;
  }

  .text-content-right-home {
    padding-bottom: 40px;
  }

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

  .primary-dark-block-style {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .classes-card-item {
    width: 100%;
  }

  .about-us-steps-wrapper {
    grid-template-columns: 1fr;
  }

  .info-card-about, .services-card-item {
    width: 100%;
  }

  .contacts-wrapp {
    justify-content: center;
  }

  .class-info-card {
    width: 100%;
    position: relative;
    top: 0;
  }

  .info-card-with-link-copy {
    width: 100%;
  }

  .blog-image, .blog-image.bigger {
    height: 45vw;
  }

  .blog-details-top-info {
    margin-bottom: 20px;
  }

  .coming-soon-image-wrapper {
    width: 100%;
  }

  ._404-title {
    font-size: 80px;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .project-grid-div {
    grid-template-columns: 1fr 1fr;
  }

  .project-image-gallery {
    height: 28vw;
  }

  .main-privacy-title {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 18px;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-privacy-h1 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .main-privacy-text {
    padding-left: 0;
  }

  .mainheaderh2centerservices-2 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }
}

@media screen and (max-width: 479px) {
  .section.dark-background-diagonal {
    padding-top: 140px;
  }

  .base-container.cta-style {
    padding-left: 35px;
    padding-right: 35px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .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: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .pages-banner.services {
    padding-top: 140px;
  }

  .pages-banner.contact-us {
    padding-top: 119px;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-sidebar-post-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .pricing-plan-item {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .contacts-content-wrapper {
    text-align: center;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

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

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

  .shop-details-slider {
    height: 340px;
  }

  .shop-details-left-arrow {
    margin-left: 10px;
  }

  .shop-details-right-arrow {
    margin-right: 10px;
  }

  .footer-rights-wrapper {
    justify-content: center;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-social-links-wrapper {
    display: none;
  }

  .primary-block-style {
    padding-left: 15px;
    padding-right: 15px;
  }

  .steps-card {
    padding: 25px 15px 15px;
  }

  .info-card-with-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .info-card {
    padding: 15px;
  }

  .footer-dark-block {
    margin-top: -140px;
    padding-top: 180px;
  }

  .footer-social-links-wrapper {
    align-items: center;
  }

  .contacts-detail-footer {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .contacts-footer-wrapp {
    grid-row-gap: 20px;
  }

  .contacts-icon-footer {
    margin-right: 0;
  }

  .pricing-list-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-discount-tag {
    margin-bottom: 20px;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
  }

  .testimonials-home-author {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .cta-bg-image {
    margin-bottom: 140px;
  }

  .cta-content-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-line-bg {
    height: 120px;
    padding-bottom: 0;
  }

  .image-line-bg.small {
    object-fit: cover;
    height: 100px;
  }

  .bg-elements-wrapper {
    margin-top: -20px;
    margin-bottom: -137px;
  }

  .home-two-banner-section {
    padding-top: 100px;
  }

  .home-two-banner-column-two {
    padding-right: 0;
  }

  .home-banner-two-column-image {
    margin-top: 0;
    margin-left: 0;
  }

  .home-banner-two-column-image.bg {
    display: none;
  }

  .banner-two-info-wrapper {
    background-color: var(--primary);
    background-image: none;
    border-radius: 10px;
    margin-top: -20px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    top: 0;
    left: 0;
  }

  .text-content-right-home {
    padding-top: 100px;
  }

  .banner-block-left-home {
    min-height: 100%;
  }

  .image-about-banner-wrapper.no-padding {
    height: 60vw;
  }

  .primary-dark-block-style {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-us-steps-item {
    padding: 20px;
  }

  .info-card-about {
    padding: 15px;
  }

  .contact-field-wrapper {
    flex-wrap: wrap;
  }

  .contacts-wrapp {
    grid-row-gap: 20px;
  }

  .classes-pricing-tag {
    margin-bottom: 20px;
  }

  .class-info-card, .info-card-with-link-copy {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .blog-author-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .image-cart {
    width: 100%;
    height: 130px;
  }

  .cart-item {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-info-wrapp {
    margin-left: 0;
    margin-right: 0;
  }

  .shipping-method {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .image-order {
    width: 100%;
    height: 130px;
  }

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

  .coming-soon-image-wrapper {
    padding-right: 0;
  }

  .coming-soon-image-main {
    margin-top: 0;
    margin-left: 0;
  }

  .coming-soon-image-main.bg {
    display: none;
  }

  .contacts-icon-contact-us {
    margin-right: 0;
  }

  .contacts-icon-contact-us.map {
    margin-top: 0;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .project-grid-div {
    grid-template-columns: 1fr;
  }

  .project-image-gallery {
    height: 52vw;
  }

  .main-privacy-title {
    font-size: 13px;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-privacy-h1 {
    width: 100%;
    font-size: 25px;
  }

  .main-privacy-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .mainheaderh2centerservices-2 {
    width: 100%;
    font-size: 25px;
  }
}

#w-node-_12d82c60-15a3-f258-934c-9107aace3e2a-9e0b4ca9, #w-node-_2ace0409-9436-45ce-f966-89240b11e8d0-9e0b4ca9, #w-node-ae97b87f-a5d4-50a8-4b95-d99049962112-9e0b4ca9, #w-node-c74854de-480a-c0e8-e1f7-e5acec2335b4-9e0b4ca9, #w-node-_81fe2669-965e-77b2-5fc2-2698a23a84a7-9e0b4ca9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99c7e7b3-0290-17da-b5cd-fc360644555b-9e0b4d17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_33d75b0d-82cf-d3a8-771a-506104fd4c83-9e0b4ca9 {
    order: -9999;
  }

  #w-node-bf224868-cc05-adaf-8cff-67a1c9d93d13-c9d93ce1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_78a514c5-e6ad-9c5c-27a0-f8aeedbb2c99-9e0b4cf2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_33d75b0d-82cf-d3a8-771a-506104fd4c83-9e0b4ca9 {
    order: -9999;
  }

  #w-node-bf224868-cc05-adaf-8cff-67a1c9d93d13-c9d93ce1, #w-node-_78a514c5-e6ad-9c5c-27a0-f8aeedbb2c99-9e0b4cf2, #w-node-_99c7e7b3-0290-17da-b5cd-fc360644555b-9e0b4d17 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}